|
|
|
@273f4b39
|
13 years |
rsbultje |
fate: Overhaul WavPack coverage
WavPack has a comprehensive test …
|
|
|
@b0c4f043
|
13 years |
rsbultje |
h264: fix mmxext chroma deblock to use correct TC values.
|
|
|
@e60bdb7e
|
13 years |
martin |
flvdec: Remove the now redundant check for known broken metadata …
|
|
|
@7e297a46
|
13 years |
martin |
flvdec: Validate index entries added from metadata while reading
By …
|
|
|
@1a6b9a98
|
13 years |
martin |
rtsp: Handle requests from server to client
This returns 200 OK for …
|
|
|
@f234e8a3
|
13 years |
justin.ruggles |
movenc: use timestamps instead of frame_size for samples-per-packet
…
|
|
|
@f3dab5fb
|
13 years |
justin.ruggles |
movenc: use the first cluster duration as the tfhd default duration
|
|
|
@681d172
|
13 years |
justin.ruggles |
movenc: factorize calculation of cluster duration into a separate function
|
|
|
@f5f5b154
|
13 years |
anton |
doc/APIchanges: fill in missing dates and hashes.
|
|
|
@b1edfce0
|
13 years |
anton |
lavc: reorder AVCodecContext fields.
Put related fields together, …
|
|
|
@1d428004
|
13 years |
anton |
lavc: reorder AVFrame fields.
Put related fields together, move the …
|
|
|
@7929e22b
|
13 years |
anton |
lavf: don't guess r_frame_rate from either stream or codec timebase.
…
|
|
|
@13f6917
|
13 years |
anton |
avconv: set discard on input streams automatically.
|
|
|
@790a367d
|
13 years |
siretart |
Fix parser not to clobber has_b_frames when extradata is set.
Because …
|
|
|
@d3783f47
|
13 years |
anton |
lavf: don't set codec timebase in avformat_find_stream_info().
It's …
|
|
|
@832ba44d
|
13 years |
anton |
avconv: saner output video timebase.
r_frame_rate should in theory …
|
|
|
@87d7a92b
|
13 years |
anton |
rawdec: set timebase to 1/fps.
|
|
|
@d43040e
|
13 years |
anton |
avconv: refactor vsync code.
No functional changes, just make it more …
|
|
|
@493a86e2
|
13 years |
anton |
FATE: remove a bunch of useless -vsync 0
No changes in the test results.
|
|
|
@42459c6a
|
13 years |
justin.ruggles |
cdxl: bit line plane arrangement support
Signed-off-by: Paul B Mahol …
|
|
|
@cf6914e2
|
13 years |
justin.ruggles |
cdxl: remove early check for bpp
Signed-off-by: Paul B Mahol …
|
|
|
@126daeb5
|
13 years |
justin.ruggles |
cdxl: set pix_fmt PAL8 only if palette is available
Signed-off-by: …
|
|
|
@0a9efe4c
|
13 years |
justin.ruggles |
mlp_parser: fix the channel mask value used for the top surround …
|
|
|
@be8d812c
|
13 years |
justin.ruggles |
vorbisenc: check all allocations for failure
|
|
|
@f7a2e12f
|
13 years |
justin.ruggles |
roqaudioenc: return AVERROR codes instead of -1
|
|
|
@3fa9a999
|
13 years |
justin.ruggles |
roqaudioenc: set correct bit rate
|
|
|
@cf57c78b
|
13 years |
justin.ruggles |
roqaudioenc: use AVCodecContext.frame_size correctly.
It is not …
|
|
|
@56279f1d
|
13 years |
justin.ruggles |
roqaudioenc: remove unneeded sample_fmt check
|
|
|
@4b7f8838
|
13 years |
justin.ruggles |
ra144enc: use int16_t* for input samples rather than void*
|
|
|
@03359ebc
|
13 years |
justin.ruggles |
ra144enc: set AVCodecContext.coded_frame
|
|
|
@a65f7c96
|
13 years |
justin.ruggles |
ra144enc: remove unneeded sample_fmt check
|
|
|
@928672f1
|
13 years |
justin.ruggles |
nellymoserenc: set AVCodecContext.coded_frame
|
|
|
@370b44cd
|
13 years |
justin.ruggles |
nellymoserenc: improve error checking in encode_init()
|
|
|
@333506c3
|
13 years |
justin.ruggles |
nellymoserenc: return AVERROR codes instead of -1
|
|
|
@6f600ab3
|
13 years |
justin.ruggles |
libvorbis: improve error checking in oggvorbis_encode_init()
|
|
|
@be60eec6
|
13 years |
justin.ruggles |
mpegaudioenc: return AVERROR codes instead of -1
|
|
|
@7a8cbb3
|
13 years |
justin.ruggles |
libfaac: improve error checking and handling in Faac_encode_init()
|
|
|
@c9bca801
|
13 years |
justin.ruggles |
avutil: add AVERROR_UNKNOWN
Useful to return instead of -1 when the …
|
|
|
@a8bdf240
|
13 years |
justin.ruggles |
check for coded_frame allocation failure in several audio encoders
|
|
|
@255ad888
|
13 years |
justin.ruggles |
audio encoders: do not set coded_frame->key_frame.
it is already set …
|
|
|
@8e2555d3
|
13 years |
justin.ruggles |
g722enc: check for trellis data allocation error
|
|
|
@ca300d93
|
13 years |
justin.ruggles |
libspeexenc: export encoder delay through AVCodecContext.delay
|
|
|
@7600e5c
|
13 years |
justin.ruggles |
avcodec: document the use of AVCodecContext.delay for audio encoders
|
|
|
@6c4c27ad
|
13 years |
rsbultje |
kgv1: release reference picture on size change.
Found-by: Mateusz …
|
|
|
@cd40c31
|
13 years |
rsbultje |
matroska: don't overwrite string values until read/alloc was …
|
|
|
@03ca0a5b
|
13 years |
anton |
lavc: merge two if()s with the same condition.
|
|
|
@d55fa6f9
|
13 years |
anton |
lavc: factorize setting got_packet_ptr in avcodec_encode_video2()
|
|
|
@52953d61
|
13 years |
anton |
lavc: signal no output when a NULL frame is passed to audio encoder …
|
|
|
@99cff417
|
13 years |
anton |
xwdenc: fix monow encoding
Signed-off-by: Paul B Mahol …
|
|
|
@159a2436
|
13 years |
justin.ruggles |
fate: add tests for cdxl video
Signed-off-by: Paul B Mahol …
|
|
|
@904817cb
|
13 years |
justin.ruggles |
cdxl: fix ham6/8 on big endian
Signed-off-by: Paul B Mahol …
|
|
|
@2bb628f8
|
13 years |
rsbultje |
swscale: fix another integer overflow at large dimensions/rescales.
|
|
|
@19adb0bc
|
13 years |
justin.ruggles |
vorbisdec: add a flush() function
clear MDCT overlap buffer and reset …
|
|
|
@830f7044
|
13 years |
rsbultje |
fraps: release reference buffer on pix_fmt change.
Prevents crash …
|
|
|
@87840eeb
|
13 years |
rsbultje |
avcodec: disallow reget_buffer() if pix_fmt changed.
|
|
|
@33cd32b3
|
13 years |
rsbultje |
kgv1: use avctx->get/release_buffer().
Also fixes crashes on corrupt …
|
|
|
@d6a77e2b
|
13 years |
anton |
docs: use -bsf:[vas] instead of -[vas]bsf.
The latter syntax is now …
|
|
|
@b7165426
|
13 years |
justin.ruggles |
mpegaudiodec: Prevent premature clipping of mp3 input buffer.
Instead …
|
|
|
@655b24c0
|
13 years |
anton |
lavf: move the packet keyframe setting code.
compute_pkt_fields() is …
|
|
|
@9677247b
|
13 years |
justin.ruggles |
oggenc: free comment header for all codecs
fixes a memleak for Vorbis …
|
|
|
@be129271
|
13 years |
rsbultje |
lcl: error out if uncompressed input buffer is smaller than framesize. …
|
|
|
@ab492ca2
|
13 years |
rsbultje |
mjpeg: abort decoding if packet is too large.
Found-by: Mateusz …
|
|
|
@46b3fbc3
|
13 years |
rsbultje |
golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.
…
|
|
|
@b44b4163
|
13 years |
rsbultje |
get_bits: add HAVE_BITS_REMAINING macro.
|
|
|
@5ff42e31
|
13 years |
anton |
lavf/output-example: use new audio encoding API correctly.
|
|
|
@6e9ed7c7
|
13 years |
anton |
lavf/output-example: more proper usage of the new API.
Passing the …
|
|
|
@4473638
|
13 years |
alex.converse |
tiff: Prevent overreads in the type_sizes array.
Found-by: Mateusz …
|
|
|
@e32548d
|
13 years |
alex.converse |
tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.
TIFF v6.0 …
|
|
|
@14c98973
|
13 years |
rsbultje |
apetag: do not leak memory if avio_read() fails
Signed-off-by: Paul B …
|
|
|
@6d110570
|
13 years |
rsbultje |
apetag: propagate errors.
Fixes crashes if reading the tag value …
|
|
|
@2784d187
|
13 years |
rsbultje |
SBR DSP x86: implement SSE sbr_hf_g_filt
Unrolling the main loop to …
|
|
|
@34454c76
|
13 years |
rsbultje |
SBR DSP x86: implement SSE sbr_sum_square_sse
The 32bits targets have …
|
|
|
@2e74a5ab
|
13 years |
rsbultje |
SBR DSP: use intptr_t for the ixh parameter.
Signed-off-by: Ronald S. …
|
|
|
@31632e73
|
13 years |
rsbultje |
swf: check return values for av_get/new_packet().
Prevents crashers …
|
|
|
@480b133e
|
13 years |
anton |
wavpack: Don't shift minclip/maxclip
Since we are clipping before we …
|
|
|
@ba605ce
|
13 years |
martin |
rtpenc: Expose the max packet size via an avoption
This allows opting …
|
|
|
@f553462
|
13 years |
martin |
rtpenc: Move max_packet_size to a context variable
This is in …
|
|
|
@7337484e
|
13 years |
martin |
rtpenc: Add an option for not sending RTCP packets
Signed-off-by: …
|
|
|
@ff311c0
|
13 years |
anton |
lavc: drop encode() support for video.
All video encoders have been …
|
|
|
@171273fe
|
13 years |
anton |
snowenc: switch to encode2().
|
|
|
@8d3348c2
|
13 years |
anton |
snowenc: don't abuse input picture for storing information.
|
|
|
@7340008f
|
13 years |
anton |
a64multienc: switch to encode2().
We have no decoder, so cannot test …
|
|
|
@cfc6ab31
|
13 years |
anton |
a64multienc: don't write into output buffer when there's no output.
|
|
|
@4da6d194
|
13 years |
anton |
libxvid: switch to encode2().
|
|
|
@760b0040
|
13 years |
anton |
tiffenc: switch to encode2().
|
|
|
@62acb493
|
13 years |
anton |
tiffenc: properly forward error codes in encode_frame().
|
|
|
@2257f66e
|
13 years |
anton |
lavc: drop libdirac encoder.
Libschroedinger is the preferred way to …
|
|
|
@577fed3b
|
13 years |
anton |
gifenc: switch to encode2().
|
|
|
@d8f3365f
|
13 years |
anton |
libvpxenc: switch to encode2().
|
|
|
@0ecf54f9
|
13 years |
anton |
flashsvenc: switch to encode2().
|
|
|
@b315042c
|
13 years |
diego |
Remove libpostproc.
This library does not fit into Libav as a whole …
|
|
|
@01cb62ab
|
13 years |
rsbultje |
lcl: don't overwrite input memory.
If the PNG filter is enabled, a …
|
|
|
@1d8c4af3
|
13 years |
rsbultje |
swscale: take first/lastline over/underflows into account for MMX.
…
|
|
|
@491865b5
|
13 years |
rsbultje |
swscale: fix underflows in firstline calculations for extreme resizes. …
|
|
|
@19a65b5b
|
13 years |
rsbultje |
swscale: fix overflows in filterPos[] calculation for large sizes.
…
|
|
|
@84db922b
|
13 years |
anton |
libxavs: switch to encode2().
|
|
|
@d3b577f
|
13 years |
anton |
libxavs: add an AVClass at the beginning of XavsContext.
|
|
|
@a5f848c8
|
13 years |
anton |
libxavs: split extradata writing out of encode_nals().
This is done …
|
|
|
@8e8124e
|
13 years |
anton |
ljpegenc: switch to encode2().
|
|
|
@2b83e8b7
|
13 years |
rsbultje |
truemotion2: error out if the huffman tree has no nodes.
This …
|
|
|