source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1e901ffc   12 years michaelni wrap_timestamp: remove unneeded check Signed-off-by: Michael …
(edit) @1662bd35   12 years michaelni lavf: fix integer overflows Signed-off-by: Michael Niedermayer …
(edit) @d7599bd8   12 years michaelni h264: dont mess with frame gaps on second fields. Fixes assertion …
(edit) @c16f768d   12 years pross ffmpeg: replace magic number with VSYNC_CFR
(edit) @2d74dea8   12 years michaelni lavf: Provide a monotonic timestamp to the outside world …
(edit) @388241ef   12 years michaelni mpegvideo_enc/rv20: width and height must be multiple of 4 RealPlayer …
(edit) @0ebf8577   12 years stefasab doc/filters: remove @example use for showing syntax I forgot to merge …
(edit) @a871b5cc   12 years stefasab doc/filters: extend syntax description for transpose, and add examples
(edit) @6722f35d   12 years stefasab doc/filters: add basic crop examples Use it to show difference …
(edit) @55b81528   12 years stefasab doc/filters: itemize crop examples
(edit) @1e5492f   12 years stefasab lavfi/crop: add support to option parsing Also fix documentation …
(edit) @2b643855   12 years michaelni dirac_parser: check prev_pu_offset before using it Fixes out of array …
(edit) @fef75ef2   12 years michaelni mpegvideo_enc/rv10: width and hieghtmust be multiple of 16 RealPlayer …
(edit) @fe3e0e48   12 years stefasab lavd/dshow: rename dshow class name Signed-off-by: rogerdpack …
(edit) @ac6cb666   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vp56: …
(edit) @54b0c04a   12 years stefasab lavfi/overlay: clarify/fix comment, add a few empty lines to ease …
(edit) @3d1e2ada   12 years stefasab lavfi/overlay: remove duplicated definition of …
(edit) @8f44170d   12 years stefasab lavfi/avfilter.h: clarify doxy for AVFilterLink.out_buf
(edit) @f186ecc1   12 years michaelni Merge commit 'bb675d3ac6d722d5e117ae9042a996b55ca05b1d' * commit …
(edit) @75b7e543   12 years michaelni fate: update fate for 1a490df12fd9 Signed-off-by: Michael Niedermayer …
(edit) @33ab9ebd   12 years stefasab doc/APIchanges: fill empty git commit hashes and dates
(edit) @1a490df1   12 years stefasab ffprobe: show pkt_size in frame Fix trac ticket #2027.
(edit) @96d815fc   12 years stefasab lavc: add pkt_size field to AVFrame
(edit) @a8b3f0c5   12 years michaelni fate: check if rsync has the contimeout option rsync on osx misses …
(edit) @b6671787   12 years michaelni flashsv2_prime: check block before using it. Fixes null pointer …
(edit) @02d6d053   12 years michaelni dcadec: check xch_base_channel against channel_order_tab. Fix null …
(edit) @51fcf276   12 years michaelni mp3on4: fix null pointer dereference Found-by: Mateusz "j00ru" …
(edit) @a99c273a   12 years michaelni dnxhddec: fix CID changed check. Fixes Null pointer dereference …
(edit) @e095c4ea   12 years michaelni fate: update asyncts reference We cannot update the existing file …
(edit) @ecebf6f   12 years stefasab lavf/segment: provide more debug feedback when a new segment starts
(edit) @df5f9496   12 years stefasab lavf/segment: add missing flags to segmenter option constants
(edit) @6ca24655   12 years michaelni ass_split_section: dont overread array Found-by: Mateusz "j00ru" …
(edit) @b2c2589e   12 years michaelni westwood_vqa: fix null pointer dereference Found-by: Mateusz "j00ru" …
(edit) @3c5c6b9d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @be26232e   12 years michaelni Merge commit '07acdd651d1e2f4cfa5f610e616e70e323bb69cd' * commit …
(edit) @a01fe550   12 years michaelni Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f' * commit …
(edit) @2f265d90   12 years michaelni Merge commit '6a27ae28f9bde981e85c82cf5bf42c5f43fb6f13' * commit …
(edit) @86b4dc62   12 years michaelni Merge commit 'bd255f9feb4deea4c990e582f0ba3b90d7b64b4c' * commit …
(edit) @3b5c0f5e   12 years michaelni h264: remove low_delay/has_b_frame setting code from nal loop This …
(edit) @b9d887c2   12 years michaelni Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602' * commit …
(edit) @b6e7041f   12 years michaelni Merge commit 'b35e5d985dd12acf9a0aaa52334134edcf35d68e' * commit …
(edit) @593f5c0f   12 years michaelni Merge commit '8083332c2de9ee189f96844ff4c2d9be1844116f' * commit …
(edit) @f33b5ba6   12 years lu_zero vp56: release frames on error Fixes CVE-2012-2783 CC: …
(edit) @bb675d3a   12 years lu_zero vp56: make parse_header return standard error codes Returning 0 for …
(edit) @deabb52a   12 years anton ivi_common: check that scan pattern is set before using it. Fixes …
(edit) @07acdd6   12 years anton ivi_common: use proper logging context in ivi_decode_blocks().
(edit) @8ab42021   12 years anton ivi_common: make some functions and tables static.
(edit) @5c78a812   12 years pross sauce: test filetype correctly for datatype 5 (binary text)
(edit) @58f30175   12 years michaelni mem: minor simplification of the alignment hack code Idea-by: …
(edit) @d1870624   12 years michaelni audioconvert/arm: require alignment of 16 Signed-off-by: Michael …
(edit) @ceb9f8d9   12 years michaelni audioconvert: support simd code with specific alignment requirements. …
(edit) @a286b04d   12 years michaelni configure/arm: print if thumb mode is enabled Signed-off-by: Michael …
(edit) @a974adc3   12 years michaelni g729dec: check pitch_delay_int. Fix out of array read Found-by: …
(edit) @c0dc57f1   12 years justin.ruggles asyncts: merge two conditions
(edit) @4e5a8878   12 years justin.ruggles asyncts: ignore min_delta only if first_pts is set
(edit) @56d09250   12 years michaelni nuv: dont try to copy an empty frame Fixes assertion failure …
(edit) @0995ad8d   12 years janne-libav x86inc: fully concatenate tokens to fix macro expansion for nasm …
(edit) @2947e7b7   12 years michaelni flvenc: don't write random data if seek fails The FLV muxer tries to …
(edit) @0aa0bab4   12 years michaelni docs: -asyncts has been replaced by aresample not asyncts in ffmpeg …
(edit) @ddf6131a   12 years stefasab lavf/segment: add segment_start_number option Consistent with the …
(edit) @d93d03a4   12 years stefasab lavf/segment: add function set_segment_filename() Factorize.
(edit) @6a27ae28   12 years janne-libav mpegvideo: treat delayed pictures as used This requires to move the …
(edit) @bd255f9f   12 years janne-libav lavc: set frame parameters after decoding only if necessary Direct …
(edit) @072be3e8   12 years janne-libav h264: set parameters from SPS whenever it changes Fixes a crash in …
(edit) @0eae920c   12 years janne-libav h264: initialize frame-mt context copies properly
(edit) @b35e5d98   12 years justin.ruggles doc: improve documentation for the asyncts filter first_pts option …
(edit) @8083332c   12 years justin.ruggles asyncts: use clipped delta value when setting resample compensation …
(edit) @0ee440f   12 years justin.ruggles asyncts: cosmetics: reindent
(edit) @c143de40   12 years justin.ruggles asyncts: fix the asyncts behavior when using the first_pts option …
(edit) @f266486b   12 years justin.ruggles asyncts: fix flushing of final samples at EOF
(edit) @616e6ffa   12 years michaelni aresample: increase n_out buffer size a bit to reduce delay in some …
(edit) @7726916   12 years michaelni mpegts: check av_new_stream() return value. Fixes CID703728 …
(edit) @be75fed9   12 years lu_zero vp6: properly fail on unsupported feature Interlacing is not …
(edit) @0ea47423   12 years michaelni qt-faststart: Check offset_count Fixes CID733836 Signed-off-by: …
(edit) @eee8c94f   12 years michaelni cavsdec: check ff_get_buffer() return value Fixes CID747721 …
(edit) @5cb080fa   12 years michaelni snowenc: check ff_get_buffer() return value Fixes CID747722 …
(edit) @7effc26b   12 years michaelni svq1enc: check ff_get_buffer() return value Fixes CID747723 …
(edit) @1818a113   12 years michaelni alsdec: propagate error codes in read_block() Reviewed-by: Thilo …
(edit) @0213d5ad   12 years michaelni alsdec: make return checking for read_*_block_data() consistent …
(edit) @79bfba14   12 years michaelni alsdec: Use AVERROR_INVALIDDATA in read_const_block_data Reviewed-by: …
(edit) @d7117138   12 years michaelni mips: ac3 downmix updated to the new data layout. Signed-off-by: …
(edit) @2dbc84b1   12 years nicolas.george lavf/matroskaenc: check for overflow in display width.
(edit) @7897919a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: aacdec: …
(edit) @2e5e2bf   12 years michaelni Merge commit 'f3f60dcbdd6ff2201526a603fe28293975bb7667' * commit …
(edit) @de7c95d   12 years michaelni Merge commit '7941159df6aad2d219e2a7184489be7a735dd944' * commit …
(edit) @9c0ec23c   12 years michaelni Merge commit '998fdcff41bbda8ef13c991743376556f910efa9' * commit …
(edit) @e7f255d8   12 years michaelni Merge commit '95baf701db719ecad6b31000429e20eca2526ed6' * commit …
(edit) @db6e9604   12 years michaelni lavfi: drop ff_null_start_frame/end_frame/draw_slice. The functions …
(edit) @43912625   12 years stefasab lavfi/select: assign NAN to ignored values Also log scene value. …
(edit) @6ba1f280   12 years stefasab lavfi/select: add support to options Add options introspection, and …
(edit) @c214cd18   12 years stefasab lavfi/select: in select_frame(), rename picref -> ref The variable is …
(edit) @e7a0b2e0   12 years stefasab doc/filters: itemize select/aselect examples Improve rendering.
(edit) @c51f090f   12 years stefasab lavfi: mv vf_select.c -> f_select.c The file now contains also an …
(edit) @f5461fac   12 years stefasab lavfi: add aselect audio variant of select
(edit) @64c5fbd7   12 years stefasab lavfi/select: remove deprecated and unused poll_frame() callback Simplify.
(edit) @6d5b0092   12 years alex.converse aacdec: Fix an off-by-one overwrite when switching to LTP profile from …
(edit) @26db6535   12 years nicolas.george lavf/matroskaenc: use integers to for display size. Avoid rounding …
(edit) @140367af   12 years martin x86inc: fix stack alignment on win64 Signed-off-by: Martin Storsjö …
(edit) @a016795   12 years michaelni mpeg1video: fix regression with slices != threads Signed-off-by: …
(edit) @03df9720   12 years michaelni mpeg1video: support multi threaded slice encoding. Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.