source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d7bce4a2   13 years michaelni dca: dont overread dca_default_coeffs. Found-by: Mateusz "j00ru" …
(edit) @51db9a97   13 years michaelni dca: Check scale_sum. Fixes a out of array read. Found-by: Mateusz …
(edit) @d6bc273b   13 years michaelni dca: Check LFEScaleIndex. Its not clear from the spec what to do with …
(edit) @33b9fe56   13 years nicolas.george encode_video2: shrink packet after encoding. With the encode2 API, …
(edit) @52ae41a8   13 years michaelni fate: disable deshake test as it isnt binary identical across archs. …
(edit) @6aca18a9   13 years michaelni vmnc: Fail if bpp is not recognized instead of crashing. Found-by: …
(edit) @c2500635   13 years michaelni get_buffers: Check that pix_fmt is not NONE. This is somewhat …
(edit) @8534881a   13 years michaelni alsdec: Check that quantized parcor coeffs are within range. ALS …
(edit) @f5bf7b9f   13 years michaelni libpostproc: fix out of array accesses detected by AddressSanitizer. …
(edit) @f54e06fe   13 years michaelni vf_deshake: try to fix memleak Signed-off-by: Michael Niedermayer …
(edit) @9aa7b3cd   13 years michaelni fate: switch lavfi-pp targets which need bitexact flags to use them. …
(edit) @7f80afe0   13 years michaelni libpostproc: add bitexact mode, which is needed for regression …
(edit) @0ae9b32e   13 years michaelni fate: More libpostproc tests to improve coverage. Reviewed-by: Derek …
(edit) @51defefa   13 years michaelni cook: avoid out of global array read. Found-by: Mateusz "j00ru" …
(edit) @0e6aa0fe   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: adpcm: …
(edit) @f929abd0   13 years michaelni adpcm_xa: Check filter validity. Fixes out of global array read. …
(edit) @bbeb291   13 years alex.converse adpcm: Clip step_index values read from the bitstream at the beginning …
(edit) @934cd18a   13 years rsbultje oma: don't read beyond end of leaf_table. Found-by: Mateusz "j00ru" …
(edit) @cfac648e   13 years diego doxygen: Remove documentation for non-existing parameters; misc small …
(edit) @34210e8d   13 years michaelni mxfdec: set pixel format for cdci picture formats The properties of …
(edit) @c2d11a8b   13 years michaelni mxfdec: detect uncomp pictures using essence container ul This …
(edit) @51d632cc   13 years michaelni mxf: add uncompressed 422 8-bit rawvideo label Reviewed-by: Baptiste …
(edit) @3592bd50   13 years michaelni mxfdec: set track edit rate num/den in expected order This matches …
(edit) @627cd384   13 years michaelni mxf: fix v210 label matching len Must check all 16 bytes because …
(edit) @bf72c041   13 years michaelni cook: add const to quant_index_table of categorize() Signed-off-by: …
(edit) @fc9bc08d   13 years rsbultje Indeo3: fix crashes on corrupt bitstreams. Splits at borders of cells …
(edit) @4f5d146   13 years michaelni omadec: Fix wrong number of array elements. Found-by: Mateusz "j00ru" …
(edit) @ddd86a29   13 years michaelni ffmpeg: Fix division by 0 due to invalid timebase Found-by: Mateusz …
(edit) @539a846   13 years michaelni add v210 to intra only list to allow "-vcodec copy" Signed-off-by: …
(edit) @1ebc5e71   13 years michaelni tests: add libpostproc test Signed-off-by: Michael Niedermayer …
(edit) @bd7a647c   13 years diego msmpeg4: Replace forward declaration by proper #include.
(edit) @0c1759ac   13 years lu_zero segment: implement wrap around Provide a way to wrap around the …
(edit) @ee42df8a   13 years lu_zero avf: reorder AVStream and AVFormatContext
(edit) @8b1cd25   13 years michaelni pmpdec: Check for zero audio packets. This fixes a division by 0. …
(edit) @e3822886   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @5e239c7f   13 years alex.converse aacdec: Remove erroneous reference to global gain from the out of …
(edit) @f1808e30   13 years michaelni libpostproc: add pp=help support to print the help text via av_log() …
(edit) @d10319d8   13 years diego avcodec_default_reget_buffer(): fix compilation in DEBUG mode
(edit) @7b4e1466   13 years Carl Eugen Hoyos Exit ffmpeg if swr_convert() fails.
(edit) @273f4b39   13 years rsbultje fate: Overhaul WavPack coverage WavPack has a comprehensive test …
(edit) @b0c4f043   13 years rsbultje h264: fix mmxext chroma deblock to use correct TC values.
(edit) @a4c22e3   13 years nicolas.george fate: add test for the life video source.
(edit) @48f3d431   13 years nicolas.george fate: add test for the unsharp video filter.
(edit) @d8cf9d8a   13 years nicolas.george fate: add test for the transpose video filter.
(edit) @b0de06ae   13 years nicolas.george fate: add test for the thumbnail video filter.
(edit) @01f1468e   13 years nicolas.george fate: add test for the select video filter.
(edit) @f2a05174   13 years nicolas.george fate: add test for the pad video filter.
(edit) @220de4fa   13 years nicolas.george fate: add test for the overlay video filter. The test also covers …
(edit) @9380003   13 years nicolas.george fate: add test for the fade video filter.
(edit) @e36504b5   13 years nicolas.george fate: add test for the drawbox video filter.
(edit) @f69f150f   13 years nicolas.george fate: add test for the deshake video filter.
(edit) @4d27a5b2   13 years nicolas.george fate: add tests for the setsar and setdar video filters.
(edit) @47bd0bc4   13 years nicolas.george fate: add tests for testsrc. This test uses the lavfi device and is …
(edit) @e60bdb7e   13 years martin flvdec: Remove the now redundant check for known broken metadata …
(edit) @7e297a46   13 years martin flvdec: Validate index entries added from metadata while reading By …
(edit) @1a6b9a98   13 years martin rtsp: Handle requests from server to client This returns 200 OK for …
(edit) @f234e8a3   13 years justin.ruggles movenc: use timestamps instead of frame_size for samples-per-packet …
(edit) @f3dab5fb   13 years justin.ruggles movenc: use the first cluster duration as the tfhd default duration
(edit) @681d172   13 years justin.ruggles movenc: factorize calculation of cluster duration into a separate function
(edit) @f5f5b154   13 years anton doc/APIchanges: fill in missing dates and hashes.
(edit) @b1edfce0   13 years anton lavc: reorder AVCodecContext fields. Put related fields together, …
(edit) @1d428004   13 years anton lavc: reorder AVFrame fields. Put related fields together, move the …
(edit) @574dcb5b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @59affed2   13 years michaelni eval: add root() to solve f(x)=0 Signed-off-by: Michael Niedermayer …
(edit) @8c5ee45d   13 years michaelni eval: Check that single parameter functions dont get a second param. …
(edit) @9230926   13 years michaelni eval: Allow specifying the variable id. Reviewed-by: Nicolas George …
(edit) @0267076   13 years michaelni libavfilter/libmpcodecs: add vf_pp from current mplayer svn This will …
(edit) @d7804de3   13 years Reimar.Doeffinger cdxl demux: do not create packets with uninitialized data at EOF. …
(edit) @7929e22b   13 years anton lavf: don't guess r_frame_rate from either stream or codec timebase. …
(edit) @13f6917   13 years anton avconv: set discard on input streams automatically.
(edit) @790a367d   13 years siretart Fix parser not to clobber has_b_frames when extradata is set. Because …
(edit) @d3783f47   13 years anton lavf: don't set codec timebase in avformat_find_stream_info(). It's …
(edit) @832ba44d   13 years anton avconv: saner output video timebase. r_frame_rate should in theory …
(edit) @87d7a92b   13 years anton rawdec: set timebase to 1/fps.
(edit) @d43040e   13 years anton avconv: refactor vsync code. No functional changes, just make it more …
(edit) @493a86e2   13 years anton FATE: remove a bunch of useless -vsync 0 No changes in the test results.
(edit) @42459c6a   13 years justin.ruggles cdxl: bit line plane arrangement support Signed-off-by: Paul B Mahol …
(edit) @cf6914e2   13 years justin.ruggles cdxl: remove early check for bpp Signed-off-by: Paul B Mahol …
(edit) @126daeb5   13 years justin.ruggles cdxl: set pix_fmt PAL8 only if palette is available Signed-off-by: …
(edit) @305e4b35   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (34 …
(edit) @0a9efe4c   13 years justin.ruggles mlp_parser: fix the channel mask value used for the top surround …
(edit) @be8d812c   13 years justin.ruggles vorbisenc: check all allocations for failure
(edit) @f7a2e12f   13 years justin.ruggles roqaudioenc: return AVERROR codes instead of -1
(edit) @3fa9a999   13 years justin.ruggles roqaudioenc: set correct bit rate
(edit) @cf57c78b   13 years justin.ruggles roqaudioenc: use AVCodecContext.frame_size correctly. It is not …
(edit) @56279f1d   13 years justin.ruggles roqaudioenc: remove unneeded sample_fmt check
(edit) @4b7f8838   13 years justin.ruggles ra144enc: use int16_t* for input samples rather than void*
(edit) @03359ebc   13 years justin.ruggles ra144enc: set AVCodecContext.coded_frame
(edit) @a65f7c96   13 years justin.ruggles ra144enc: remove unneeded sample_fmt check
(edit) @928672f1   13 years justin.ruggles nellymoserenc: set AVCodecContext.coded_frame
(edit) @370b44cd   13 years justin.ruggles nellymoserenc: improve error checking in encode_init()
(edit) @333506c3   13 years justin.ruggles nellymoserenc: return AVERROR codes instead of -1
(edit) @6f600ab3   13 years justin.ruggles libvorbis: improve error checking in oggvorbis_encode_init()
(edit) @be60eec6   13 years justin.ruggles mpegaudioenc: return AVERROR codes instead of -1
(edit) @7a8cbb3   13 years justin.ruggles libfaac: improve error checking and handling in Faac_encode_init()
(edit) @c9bca801   13 years justin.ruggles avutil: add AVERROR_UNKNOWN Useful to return instead of -1 when the …
(edit) @a8bdf240   13 years justin.ruggles check for coded_frame allocation failure in several audio encoders
(edit) @255ad888   13 years justin.ruggles audio encoders: do not set coded_frame->key_frame. it is already set …
(edit) @8e2555d3   13 years justin.ruggles g722enc: check for trellis data allocation error
(edit) @ca300d93   13 years justin.ruggles libspeexenc: export encoder delay through AVCodecContext.delay
Note: See TracRevisionLog for help on using the revision log.