source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1e43786   13 years nicolas.george print_options: warn that the files are generated.
(edit) @9b84f8a9   13 years nicolas.george parseutils: add av_parse_time() test.
(edit) @43b70680   13 years nicolas.george parseutils: make av_parse_time() check for failure. Until now, …
(edit) @9246896f   13 years nicolas.george parseutils: add FATE test.
(edit) @99f29108   13 years nicolas.george ffmpeg: directly request frames from filters. It allows ffmpeg …
(edit) @e11110de   13 years nicolas.george buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST.
(edit) @2d6522ba   13 years nicolas.george vsrc_buffer: count the number of failed requests.
(edit) @f75ee403   13 years nicolas.george vsrc_buffer: return EAGAIN if no frame is available. This is not an …
(edit) @2ce79727   13 years nicolas.george avfiltergraph: add avfilter_graph_request_oldest(). Keep a heap of …
(edit) @e0761fee   13 years nicolas.george avfilter: add a pointer from links to graph.
(edit) @78ac49c2   13 years nicolas.george avfilter: document request_frame return codes.
(edit) @73bc019b   13 years nicolas.george lavf: print a warning if probesize seems not enough.
(edit) @4d870010   13 years michaelni vp8: fix crash due to skiped update_dimensions(). Found-by: Mateusz …
(edit) @70d54392   13 years michaelni lowres2 support. The new lowres support is limited to decoders where …
(edit) @92ef4be4   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …
(edit) @2e07f42   13 years Carl Eugen Hoyos Support flicvideo with 904 bytes extradata. Fixes ticket #1234.
(edit) @2ea5f866   13 years michaelni ffmpeg: assert the refcount of decoded frames Signed-off-by: Michael …
(edit) @22a6a23a   13 years michaelni ffmpeg: assert the refcount of allocated frames, Signed-off-by: …
(edit) @cf09496c   13 years michaelni ffmpeg: assert against creation of cycles in the pools linked list. …
(edit) @be2b927a   13 years michaelni ffmpeg: stricter refcount check in unref_buffer() Signed-off-by: …
(edit) @951cbea   13 years michaelni mpeg12dec: reset data size after parsing extradata. This ended up …
(edit) @41abc9da   13 years michaelni iff: fix null ptr dereference Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @52fdaf27   13 years michaelni audemux: Fix potential integer overflow leading to a division by 0 …
(edit) @8aa57b7b   13 years michaelni audemux: Check channels isnt 0 Fixes a division by 0 Found-by: …
(edit) @fd2127ad   13 years michaelni wtvdec: Check that stream private context has been allocated before …
(edit) @9a4f5b7   13 years michaelni mjpegbdec: check SOS/SOF ordering. Fixes null ptr dereference …
(edit) @abec654   13 years michaelni ffv1dec: Require a valid keyframe for decoding non keyframes. Before …
(edit) @d526c533   13 years mans ARM: allow runtime masking of CPU features This allows masking CPU …
(edit) @23a6e474   13 years nicolas.george ffmpeg: fix validity test for file index. Also fix a typo in the next …
(edit) @605f2b6b   13 years michaelni asv1dec: check extradatasize before reading. Fixes null ptr …
(edit) @fa5dacce   13 years michaelni indeo5: check against scaleable frames in non scaleable streams. …
(edit) @2a59abf1   13 years michaelni smackerdemux: Allocate padding for extradata Fixes slight overread. …
(edit) @f7c6753   13 years michaelni svq1dec: Fix overread on very small input Found-by: Mateusz "j00ru" …
(edit) @b21ba20c   13 years michaelni wmaprodec: tighter check for num_vec_coeffs Found-by: Mateusz "j00ru" …
(edit) @c047afb8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2f06b56   13 years Carl Eugen Hoyos Support broken v210 files with 64 byte padding. Fixes ticket #743. …
(edit) @6c0027bb   13 years michaelni dnxhddec: check that the indicated bit depth matches the tables. …
(edit) @8c59e0c3   13 years michaelni xldec: move buffer size check up, it can be done before allocating a …
(edit) @94b42da   13 years michaelni xldec: Check that width is a multiple of 4 Fixes out of array reads …
(edit) @d7458bc8   13 years mans dsputil: remove unused functions These functions were left unused by …
(edit) @94c9bf88   13 years derek.buitenhuis mov: Treat keyframe indexes as 1-origin if starting at non-zero. …
(edit) @ba986931   13 years derek.buitenhuis mov: Take stps entries into consideration also about key_off. …
(edit) @2bcbd984   13 years mans Remove lowres video decoding This feature is complex, of questionable …
(edit) @80d5168   13 years michaelni xmvdemux: prefer av_freep() to deallocate audio stream structs. …
(edit) @13381577   13 years michaelni xmvdemux: dont let current_stream become invalid. Found-by: Mateusz …
(edit) @95510be8   13 years mans avcodec: remove AVCodecContext.dsp_mask This removes all references …
(edit) @5a35bd92   13 years michaelni cook: check subacket count Fixes out of array writes. Found-by: …
(edit) @93bf1aac   13 years michaelni wmalossless: Ensure that last frame is not written again if nothing …
(edit) @b27383e4   13 years nicolas.george ffprobe: do not try to decode empty packets. Fixes sporadic decode …
(edit) @dd3043d1   13 years stefasab lavfi/setfield: remove stray argument in av_log() Fix warning: …
(edit) @459414b   13 years stefasab lavfi/setfield: rename variable top_field_first to mode The new name …
(edit) @c97201dd   13 years stefasab lavfi/setfield: add "progressive" option Add "prog" parameter value, …
(edit) @2994913d   13 years anton avconv: fix a segfault when default encoder for a format doesn't …
(edit) @98495152   13 years michaelni Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)" …
(edit) @e9b1d5ae   13 years michaelni fix swr_convert buffering of packed audio swr_convert is not properly …
(edit) @b5c3f0b9   13 years derek.buitenhuis utvideo: general cosmetics General cosmetics, such as keeping lines …
(edit) @a812b599   13 years michaelni h264: assembly version of get_cabac for x86_64 with PIC (v4) This …
(edit) @7eacd70   13 years alex.converse aac: Handle HE-AACv2 when sniffing a channel order.
(edit) @dc878b96   13 years alex.converse movenc: Support high sample rates in isomedia formats by setting the …
(edit) @3194ab78   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9b1f776d   13 years Reimar.Doeffinger Fix compilation with NASM. Signed-off-by: Reimar Döffinger …
(edit) @f973a85d   13 years diego xxan: Remove write-only variable in xan_decode_frame_type0(). …
(edit) @b1563d0c   13 years diego ivi_common: Initialize a variable at declaration in …
(edit) @dd5e1fc2   13 years Reimar.Doeffinger mxfdec: fix memleak on read error/EOF. This also matches the rest of …
(edit) @4a80ebe4   13 years michaelni indeo3: Fix reallocation code so that it doesnt become inconsistent. …
(edit) @b0e9edc   13 years justin.ruggles avcodec: add a cook parser to get subpacket duration Fixes jittery …
(edit) @2c22701c   13 years michaelni ac3dec: Check number of output channels. Fixes out of array write. …
(edit) @1df49142   13 years michaelni avsdec: Set dimensions instead of relying on the demuxer. This fixes …
(edit) @34c426be   13 years nicolas.george ffmpeg: check encoder earlier. Fixes a segfault with Ogg output, …
(edit) @acb1730   13 years justin.ruggles FATE: allow lavf tests to alter input parameters Change some lavf …
(edit) @50529804   13 years justin.ruggles FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum …
(edit) @03caef1b   13 years justin.ruggles FATE: replace the acodec-g726 test with 4 new encode/decode tests …
(edit) @a6c8cca   13 years justin.ruggles FATE: replace current g722 encoding tests with an encode/decode test …
(edit) @870165e2   13 years justin.ruggles FATE: add a pattern rule for generating asynth wav files
(edit) @010943c6   13 years justin.ruggles FATE: optionally write a WAVE header in audiogen
(edit) @0c0d1bce   13 years justin.ruggles avutil: add audio fifo buffer The functions operate on the sample …
(edit) @044f7275   13 years michaelni ffv1: add optional per slice CRCs to detect undamaged slices. …
(edit) @b4fc5385   13 years michaelni ffv1: move most fields from the frame header to the slice headers with …
(edit) @9408316a   13 years michaelni ffv1: refactor slice decoding init loop so that the first is less a …
(edit) @8456089f   13 years michaelni ffv1: clear slice state in decode_slice() Signed-off-by: Michael …
(edit) @c7a435a   13 years michaelni ffv1: split clear_slice_state() out so individual slices can be …
(edit) @32883c06   13 years michaelni ffv1: split init_slice_state() out so individual slices can be inited …
(edit) @d7a4c43f   13 years michaelni ffv1: Add a CRC check to the global header with version 1.3 …
(edit) @97502548   13 years stefasab lavfi/mp: remove libmpcodecs mirror filter The native libavfilter …
(edit) @65fa7bc   13 years stefasab lavfi: add avfilter_unref_bufferp() Signed-off-by: Stefano Sabatini …
(edit) @455fcf29   13 years michaelni avidec: zero extradata padding Signed-off-by: Michael Niedermayer …
(edit) @ee402df9   13 years michaelni mtvdec: check that the buf is large enough for probing Signed-off-by: …
(edit) @2a70d830   13 years michaelni jvdec: Make sure there is enough data for the id string. Previously …
(edit) @2a976deb   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dv: …
(edit) @2ff935f4   13 years michaelni build system: remove -wcast-qual Generating warnings when casting …
(edit) @a9cd12ee   13 years michaelni mlpdec: set channel variables after checking them This fixes out of …
(edit) @ab75ad01   13 years Carl Eugen Hoyos Make targa-in-mov QuickTime-compatible for more colour-spaces. See …
(edit) @a4a88fd4   13 years michaelni Remove .rodata alignment kludge for Mach-O if a recent enough yasm is …
(edit) @b4043ef5   13 years Carl Eugen Hoyos Print unexpected length of flicvideo extradata.
(edit) @cbda76c7   13 years michaelni mxfdec: Add missing break in frame layout parsing Reviewed-by: Tomas …
(edit) @70ca163b   13 years michaelni mxf: Fix frame layout values Reviewed-by: Tomas Härdin …
(edit) @c90b8a74   13 years michaelni h263dec: Check for width/height changes on frame skips too. Found-by: …
(edit) @2b983779   13 years diego dv: Initialize encoder tables during encoder init.
(edit) @903ccf71   13 years michaelni error_concealment: Check that the reference is not NULL In normal …
(edit) @b0660460   13 years michaelni error_concealment: make sure mbaff flags are 0 as interlaced is not …
Note: See TracRevisionLog for help on using the revision log.