source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @56d09250   12 years michaelni nuv: dont try to copy an empty frame Fixes assertion failure …
(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) @072be3e8   12 years janne-libav h264: set parameters from SPS whenever it changes Fixes a crash in …
(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: …
(edit) @f18c873a   12 years michaelni adpcm: fix off by 1 error and out of array access in DK4 Found-by: …
(edit) @03b9d4a7   12 years michaelni msmpeg4dec: fix coeff index Fixes assertion failure Found-by: …
(edit) @028cc42a   12 years michaelni read_gab2_sub: fix null pointer dereference Found-by: Mateusz "j00ru" …
(edit) @02b23818   12 years michaelni avfilter_get_audio_buffer_ref_from_frame: check that layout and …
(edit) @0f236345   12 years nicolas.george ffmpeg: sub2video: use start and end time. Until now, the …
(edit) @29d2595a   12 years martin rtpproto: Remove unused defines Signed-off-by: Martin Storsjö …
(edit) @e69e780c   12 years michaelni ff_copy_buffer_ref: use the channel count Signed-off-by: Michael …
(edit) @5a4eb6aa   12 years michaelni avfilter_get_video_buffer_ref_from_frame: check channel count more …
(edit) @0ceca269   12 years michaelni alsdec: check block length Fix writing over the end Found-by: …
(edit) @16c3cb9b   12 years nicolas.george lavf/concatdec: avoid leaking URLs. Use av_realloc instead of …
(edit) @75b3911e   12 years michaelni mxf_set_audio_pts: fix division by 0 Found-by: Mateusz "j00ru" …
(edit) @a0f659b2   12 years michaelni oggspeexparse: fix array overread Found-by: Mateusz "j00ru" Jurczyk …
(edit) @f3f60dcb   12 years martin rtpdec_mpeg4: Cosmetic cleanup Signed-off-by: Martin Storsjö …
(edit) @584a0179   12 years martin rtpdec: Cosmetic cleanup of the header Signed-off-by: Martin Storsjö …
(edit) @abf74a11   12 years martin rtpdec: Get rid of a useless _s suffix on a struct name …
(edit) @7941159d   12 years martin rtpdec/enc: Remove outdated/useless/misleading comments …
(edit) @d6ec7452   12 years martin rtpdec: Improve some comments The previous comment about the buffer …
(edit) @e66d448c   12 years martin rtpdec: Remove unused context variables These stem from back when …
(edit) @81ef5192   12 years martin rtpdec: Limit writing to the buffer size This fixes potential buffer …
(edit) @48238fd0   12 years martin svq1: Fix building with -DDEBUG Signed-off-by: Martin Storsjö …
(edit) @12fcc626   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavr: …
(edit) @ce58642e   12 years michaelni x86inc: support stack mem allocation and re-alignment in PROLOGUE. …
(edit) @82c02112   12 years michaelni Merge commit '14758e3211d34a97c42b07acae117ce5627d7f57' * commit …
(edit) @8dbc384f   12 years michaelni Merge commit 'd04c17c91363a6b15d1ac2d79c817f3d5e2998b3' * commit …
(edit) @d276f28   12 years michaelni swfdec: print warning when len is cliped Signed-off-by: Michael …
(edit) @31f9cf38   12 years Carl Eugen Hoyos Fix frame-rate documentation.
(edit) @c4182d72   12 years anton svq1: return meaningful error codes.
(edit) @998fdcff   12 years anton lavc: replace some forgotten instances of PixelFormat with AVPixelFormat
(edit) @84a08066   12 years anton svq1: unmacroify macros used only once.
(edit) @95baf701   12 years anton svq1: deMpegEncContextize This decoder is quite simple and none of …
(edit) @be5389d5   12 years michaelni Merge commit 'e70c5b034c4787377e82cab2d5565486baec0c2a' * commit …
(edit) @42b5688d   12 years lu_zero lavr: fix segfault due to overlooked change needed in 14758e3 …
(edit) @6f40e9f0   12 years lu_zero x86inc: support stack mem allocation and re-alignment in PROLOGUE Use …
(edit) @9138f6da   12 years Clément Bœsch lavfi/showinfo: check plane count before dereferencing.
(edit) @2fb240dd   12 years michaelni ac3dec: fix out of array read Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @a202541f   12 years michaelni cafdec: Check duration before use. Fix division by 0 Found-by: …
(edit) @99a8552d   12 years michaelni bfi: fix division by 0 Found-by: Mateusz "j00ru" Jurczyk and Gynvael …
(edit) @1cf7b61f   12 years michaelni Changelog: update for soxr Signed-off-by: Michael Niedermayer …
(edit) @803af81   12 years stefasab doc/ffmpeg: fix/extend documentation for -copyts
(edit) @801b3157   12 years michaelni swr: Add SOX resampler support Signed-off-by: Michael Niedermayer …
(edit) @41049d07   12 years michaelni swr: add a lowpass default so that each Resampler can have its own …
(edit) @ae5a55e7   12 years michaelni swr: move flush into Resampler Signed-off-by: Michael Niedermayer …
(edit) @431dcc49   12 years michaelni swr: make realloc_audio() available outside swresample.c …
(edit) @5a5d7074   12 years michaelni swr: Add API to make resample engine selectable. Signed-off-by: …
(edit) @e8e57563   12 years michaelni lavc/utils: Do not require dimensions for PNG. pngenc doesnt need …
(edit) @bbc8f0cd   12 years stefasab doc/filters: fix grammar mistake in setfield documentation …
(edit) @14758e32   12 years justin.ruggles lavr: temporarily store custom matrix in AVAudioResampleContext This …
(edit) @887d4c05   12 years justin.ruggles lavr: clarify documentation for avresample_get/set_matrix()
(edit) @4b4f16cd   12 years Clément Bœsch lavfi/fps: remove parse opt error message. See cc650cf0 for more info.
Note: See TracRevisionLog for help on using the revision log.