source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @26db6535   12 years nicolas.george lavf/matroskaenc: use integers to for display size. Avoid rounding …
(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) @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) @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) @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.
(edit) @b2f2321c   12 years Clément Bœsch doc/filters: extend fps documentation.
(edit) @0e0e3db1   12 years Clément Bœsch lavfi/fps: add shorthand.
(edit) @7d05bbb6   12 years michaelni mxfdec: drop unneeded extradata padding Found-by: Tomas Härdin …
(edit) @d04c17c9   12 years justin.ruggles swfdec: cosmetics: fix indentation
(edit) @e70c5b03   12 years justin.ruggles swfdec: do better validation of tag length Avoids trying to read a …
(edit) @b6557080   12 years michaelni mxfdec: fix leak of extradata Reviewed-by: Tomas Härdin …
(edit) @02823f6d   12 years mans Make LOCAL_ALIGNED syntactically similar on all systems This changes …
(edit) @9e28c7ef   12 years michaelni filters.texi: document more aresample options Signed-off-by: Michael …
(edit) @7dee5f04   12 years michaelni svq3: fix cast type to be independant of "sizeof(int)" Signed-off-by: …
(edit) @17d5746d   12 years onemda build: fix dca encoder dependencies Signed-off-by: Paul B Mahol …
(edit) @23751390   12 years onemda fate: add BRSTM demuxer test Signed-off-by: Paul B Mahol …
(edit) @7016aa6   12 years pross iff decoder: support RGB8 and RGBN
(edit) @53ae32d   12 years pross iff demuxer: support RGB8 and RGBN
(edit) @67c1b5b0   12 years michaelni lavf: remove unneeded pb check Fixes CID747727 Signed-off-by: Michael …
(edit) @b688a284   12 years michaelni astenc: fix assignment vs compare Fixes CID747736 Signed-off-by: …
(edit) @a70b38d2   12 years michaelni lavf: fix memleak Fixes CID747738 Signed-off-by: Michael Niedermayer …
(edit) @9696ad6a   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @fd3cdcaf   12 years Clément Bœsch lavfi: remove mp=denoise3d filter. hqdn3d was meant to be a more …
(edit) @80e5c51d   12 years Clément Bœsch doc: fix a -map syntax in one command line example.
(edit) @7eafd27   12 years Clément Bœsch build: fix prores decoder dependencies. According to …
(edit) @18d93981   12 years Clément Bœsch doxy: add ref for lavfi, lpp and lsws.
(edit) @5595e7a1   12 years michaelni doxy: fix swr group name Signed-off-by: Michael Niedermayer …
(edit) @71b19129   12 years Carl Eugen Hoyos Print bpc (for bits per component) with pixel format if it is smaller …
(edit) @8e905655   12 years stefasab lavf/segment: add reset_timestamps option The new options reset the …
(edit) @22e49886   12 years michaelni opt: fix memleak on error of range_array Fixes CID747739 …
(edit) @0a60f830   12 years michaelni http: dont null check p, its unneeded Fixes CID747740 Signed-off-by: …
(edit) @b11a8890   12 years michaelni vf_tinterlace: default of mode switch is impossible, add assert. …
(edit) @e7101a7f   12 years michaelni libavcodec/x86/mpegvideo: switch to av_assert2 Signed-off-by: Michael …
(edit) @623184af   12 years michaelni itu H.263: Fix handling of PB blocks This fixes artifacts in …
(edit) @c3bb3334   12 years michaelni h264: dont try to allocate scratchpad if linesize is not known Fixes …
(edit) @395c3feb   12 years mans build: fix 'clean' target This fixes removal of TOOLS as well as …
(edit) @c7368539   12 years michaelni swfdec: check lens validity Signed-off-by: Michael Niedermayer …
(edit) @2ddf7c8   12 years derek.buitenhuis ZeroCodec: Flip output The initial testing of the VFW binary codec …
(edit) @a354839b   12 years onemda build: update mxf muxer dependencies Signed-off-by: Paul B Mahol …
(edit) @d880c344   12 years onemda lavc: fix typo and avrn build dependencies Signed-off-by: Paul B …
(edit) @ddbf070   12 years michaelni dsputil_mmx: switch to av_assert2() Signed-off-by: Michael …
(edit) @4c751528   12 years onemda takdec: silence/fix warning for undefined behavior Signed-off-by: …
(edit) @4a5289ad   12 years michaelni mips: disable ac3 downmix, until its updated to the new data layout. …
(edit) @6321e028   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtpdec: …
(edit) @f540851c   12 years pross mov: parse @PRM and @PRQ metadata tags These tags describe the …
(edit) @e044cd41   12 years pross codec_desc: AV_CODEC_ID_SMPTE_KLV is data
(edit) @ccb59c1   12 years martin rtpdec: Remove an outdated todo comment This comment was added in …
(edit) @0d85663a   12 years martin rtpdec: Rename a static variable to normal naming conventions …
(edit) @f9e493c6   12 years mans sh4: dsputil: remove duplicate of ff_gmc_c() This function is an …
(edit) @7aabeea   12 years michaelni ac3dec: fix bugs in direct buffer use. This fixes potentially …
(edit) @529d3e00   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @a933698   12 years michaelni Merge commit '30b39164256999efc8d77edc85e2e0b963c24834' * commit …
(edit) @b7d8484f   12 years michaelni Merge commit 'b8f3ab8e6a7ce3627764da53b809628c828d4047' * commit …
(edit) @78ac7ee9   12 years michaelni Merge commit '5d471b73d20616f5ac701ff62e5de49465cda264' * commit …
(edit) @5c75708c   12 years michaelni configure: fix automatic processing of _extralibs in check_deps This …
(edit) @20899c54   12 years michaelni http/utils: rename "demuxer" to mime_type Signed-off-by: Michael …
(edit) @cbe43e62   12 years michaelni ffserver: set oformat Fix Ticket1986 Signed-off-by: Michael …
(edit) @2dd95bd7   12 years mans dsputil: remove unused macro WRAPPER8_16 This macro has never been …
(edit) @cef28b56   12 years onemda tak: reduce difference with qatar Mostly cosmetics changes, but also …
Note: See TracRevisionLog for help on using the revision log.