source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @b6557080   12 years michaelni mxfdec: fix leak of extradata Reviewed-by: Tomas Härdin …
(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 …
(edit) @d4f8cecc   12 years mans configure: fix automatic processing of _extralibs in check_deps This …
(edit) @461b5bf4   12 years stefasab lavc/avcodec: extend/clarify/fix documentation for …
(edit) @ad47ac20   12 years stefasab lavf/segment: remove silly assert(), improve feedback The code should …
(edit) @68bc0121   12 years michaelni http/utils: move mime -> demuxer maping from http to utils …
(edit) @0af7ccd9   12 years michaelni mpeg12: move current_picture_ptr reset to the end of decode_frame. …
(edit) @774e6fc9   12 years martin libvpxenc: Support forcing keyframes Signed-off-by: Martin Storsjö …
(edit) @e3d95b54   12 years michaelni probe: belive protocol content type if set and avoid lengthly probing. …
(edit) @76d851b6   12 years michaelni http: export ICY content type Signed-off-by: Michael Niedermayer …
(edit) @16001373   12 years nicolas.george lavf: TED Talks JSON captions demuxer.
(edit) @18eb3196   12 years Carl Eugen Hoyos Improve x264opts description.
(edit) @9282fbb9   12 years michaelni mpegts: demux asynchronous SMPTE 336M Key-Length-Value (KLV) metadata …
(edit) @3193a5cd   12 years michaelni arm: put prefetch under matching #ifdef as the actual code …
(edit) @30b39164   12 years mans ac3dec: make downmix() take array of pointers to channel data
(edit) @b8f3ab8e   12 years mans ac3dec: output planar float only Signed-off-by: Mans Rullgard …
(edit) @ec5da7ae   12 years mans ac3dec: decode directly into output buffers Signed-off-by: Mans …
(edit) @288bb3da   12 years janne-libav svq3: make slice type value unsigned to match svq3_get_ue_golomb …
(edit) @998c1ee1   12 years diego configure: Have protocols select network code instead of depending on it
(edit) @1374b5e1   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avio: …
(edit) @e7d924da   12 years michaelni Merge commit '91ac403b1316d59b4f43c4ea0f237e24cec2819a' * commit …
(edit) @5d471b73   12 years diego rtpdec: K&R formatting and spelling cosmetics Signed-off-by: Diego …
(edit) @ba0c8981   12 years diego cosmetics: Fix dropable --> droppable typo
(edit) @5de1f7a7   12 years michaelni Merge commit '18e6f087c4a50bede8449ee164778945480be50c' * commit …
(edit) @9f92e590   12 years michaelni mxfdec: fix double free Found-by: Mateusz "j00ru" Jurczyk and Gynvael …
(edit) @66dc3ba   12 years Carl Eugen Hoyos Flip zerocodec output. Fixes ticket #1218
(edit) @1dd1c1c8   12 years lu_zero avio: K&R cosmetic formatting
(edit) @e8ca7cfa   12 years michaelni h264: avoid calling idr() twice Fixes rare race condition leading to …
(edit) @4c554c96   12 years Clément Bœsch lavc/libcelt: add missing internal.h include. This should fix build …
(edit) @92f630ea   12 years onemda add forgotten AV_ prefix to some CODEC_IDs Signed-off-by: Paul B …
(edit) @7f012475   12 years michaelni tiff: support zlib with invertedFillOrder Signed-off-by: Michael …
(edit) @f4946472   12 years stefasab lavu/opt: change the way ranges are printed
(edit) @f2c49da9   12 years michaelni dshow: fix return code when opening device Successfully opening a …
(edit) @91ac403b   12 years mans lavf: fix arithmetic overflows in avformat_seek_file() The values …
(edit) @129d7371   12 years stefasab lavu/opt: make av_opt_query_ranges_default() return a meaningful error code
(edit) @e5550c0d   12 years michaelni mjpegdec: support more pix_fmt_ids for grayscale samples created with …
(edit) @0ad654d4   12 years stefasab lavu/opt: perform misc cosmetical fixes
(edit) @642a60f1   12 years stefasab lavfi/setfield: add support to named options and introspection
(edit) @0110108a   12 years michaelni sbr_hf_gen_sse: Optimize code a bit more. Core I7 (Sandy Bridge) 135 …
Note: See TracRevisionLog for help on using the revision log.