source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @36b21e17   11 years Carl Eugen Hoyos lavf/concat: Never fail for sample aspect ratio 0:1. Fixes ticket …
(edit) @42272e86   11 years Carl Eugen Hoyos lut3d: Fix reading 3dl files with leading comments. Fixes ticket #2787.
(edit) @ebaf20e9   11 years nicolas.george lavfi/scale: allocate interlaced scalers only if needed. Fix "Value …
(edit) @630fc7dc   11 years michaelni vorbiscomment: Add DESCRIPTION to ff_vorbiscomment_metadata_conv It's …
(edit) @562fb9c5   11 years michaelni lavf/riff: Add ITRK tag Some players, like foobar2000 or modern …
(edit) @9d01bf7d   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @1816f550   11 years michaelni Merge https://github.com/lukaszmluki/ffmpeg * …
(edit) @37ded530   11 years michaelni vf_scale: use sws_init_context() Signed-off-by: Michael Niedermayer …
(edit) @353f3022   11 years michaelni lavf/matroskaenc: using valid chapter ids Fixes ticket 2790, by …
(edit) @3ac7fa81   11 years diego Consistently use "cpu_flags" as variable/parameter name for CPU flags
(edit) @a0b7e73f   11 years michaelni swscale/options: fix copy and paste typo Signed-off-by: Michael …
(edit) @816c579c   11 years lukasz.m.luki ftp: warning about pure-ftp server used as and output
(edit) @2217243e   11 years lukasz.m.luki ftp: comments
(edit) @db72b774   11 years lukasz.m.luki ftp: remove unused headers
(edit) @247e6587   11 years lukasz.m.luki ftp: fix interrupt callback misuse FTP protocol used interrupt …
(edit) @33968c20   11 years michaelni Fixing a stride issue in VP8 Alpha encode When encoding alpha channel …
(edit) @066111bf   11 years michaelni matroskaenc: simplify mkv_check_tag() Signed-off-by: Michael …
(edit) @088ed531   11 years michaelni lavf/matroskaenc: Check for valid metadata before creating tags Tags …
(edit) @b4fe41c9   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @10336ca6   11 years michaelni Merge commit '50612484e058e8b241f0528584d64d9d2ccebf12' * commit …
(edit) @b6293e27   11 years martin fmtconvert: Explicitly use int32_t instead of int Signed-off-by: …
(edit) @9836f47   11 years stefasab doc/filters: update/correct mp documentation
(edit) @34322ab2   11 years stefasab doc/bitstream_filters: document dump_extra
(edit) @b405f4e9   11 years michaelni swscale: Add support to specify chroma position Signed-off-by: …
(edit) @53c853e0   11 years stefasab lavc/h264_mp4toannexb: improve feedback in case of invalid bitstream
(edit) @a80e622   11 years michaelni avcodec/avutil: Add AVColorSpace and AVColorRange to AVFrames This …
(edit) @0092bcdf   11 years stefasab lavc/avcodec.h: fix various typos in av_bitstream_filter_filter() docs
(edit) @50612484   11 years martin pthread: Rename thread_init to avoid symbol collision The AIX threads …
(edit) @5ceffb1b   11 years onemda matroskaenc: use ffio_fill() Signed-off-by: Paul B Mahol …
(edit) @8d9c1b32   11 years michaelni mastroka audio muxer: Set long_name to Matroska Audio so that it …
(edit) @37f4aa13   11 years michaelni swscale: move default colorspace setup to sws_init_filter() …
(edit) @4f1d3e02   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @13eed267   11 years michaelni Merge commit '31931520df35a6f9606fe8293c8a39e2d1fabedf' * commit …
(edit) @38b701a3   11 years michaelni Merge commit '5b4eb243bce10a3e8345401a353749e0414c54ca' * commit …
(edit) @0b95f011   11 years michaelni Merge commit '8f24c12be7a3b3ea105e67bba9a867fe210a2333' * commit …
(edit) @e740929a   11 years martin lavf: Make sure avg_frame_rate can be calculated without integer …
(edit) @31931520   11 years martin mov: Do not allow updating the time scale after it has been set The …
(edit) @5b4eb243   11 years martin mov: Seek back if overreading an individual atom Reported-by: Mateusz …
(edit) @8f24c12   11 years martin ac3dec: Don't consume more data than the actual input packet size …
(edit) @9512672   11 years onemda mxfenc: use ffio_fill() Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @69383d05   11 years michaelni ra144enc: set supported channel layouts. Signed-off-by: Michael …
(edit) @5999db97   11 years onemda lavfi/scale: remove av_opt_free() Generic code calls it already. …
(edit) @6158a3bc   11 years michaelni avformat/matroskadec: Detect conflicting sample rate/default_duration …
(edit) @3ea765b0   11 years michaelni avfilter/avf_concat: fix AVOption flags typo Signed-off-by: Michael …
(edit) @fcbf16a7   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: indeo: …
(edit) @c4b904ca   11 years michaelni Merge commit 'f9e5261cab067be7278f73d515bc9b601eb56202' * commit …
(edit) @8e4ecd87   11 years michaelni Merge commit '28dda8a691f1c723a4a9365ab85f9625f1330096' * commit …
(edit) @e3b13c1   11 years michaelni Merge commit 'b0eeb9d442e4b7e82f6797d74245434ea33110a5' * commit …
(edit) @1cd74a9   11 years michaelni Merge commit '25a6666f6c07c6ac8449a63d7fbce0dfd29c54cd' * commit …
(edit) @2fe5e3e   11 years michaelni Merge commit '1dd1b2332ebbac710d8e0214cec7595e118f2105' * commit …
(edit) @4aa2874   11 years stefasab lavc/avcodec.h: extend documentation for AVPicture API
(edit) @5b2a2955   11 years lu_zero indeo: Reject impossible FRAMETYPE_NULL A frame marked FRAMETYPE_NULL …
(edit) @f9e5261c   11 years lu_zero indeo: Do not reference mismatched tiles Reported-by: Mateusz "j00ru" …
(edit) @28dda8a6   11 years lu_zero indeo: Sanitize ff_ivi_init_planes fail paths Reported-by: Mateusz …
(edit) @b0eeb9d4   11 years lu_zero indeo5: return proper error codes
(edit) @25a6666f   11 years lu_zero indeo: Bound-check before applying motion compensation Reported-by: …
(edit) @5fe5f020   11 years michaelni MAINTAINERS: drop 1.1 from the releases that i maintain There seems …
(edit) @85a22099   11 years onemda lavfi/stereo3d: subsampled yuv support for non-anaglyph outputs …
(edit) @04b98362   11 years michaelni oggparsevorbis: Support official chapter extension Fixes ticket #1833
(edit) @17b98c1   11 years michaelni fate: fix stereo3d Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @d5598c09   11 years onemda lavfi/drawutils: set subsampling for rgb too Otherwise it is …
(edit) @1dd1b233   11 years martin rtsp: Include an User-Agent header field in all requests Some rtsp …
(edit) @ed448efe   11 years onemda lavfi/mp: remove mp=perspective The filter was ported to a native …
(edit) @80c64459   11 years onemda lavfi: port perspective filter from libmpcodecs Signed-off-by: Paul B …
(edit) @ab5f5816   11 years stefasab doc/bitstream_filters: amend name of some bitstream filters
(edit) @febbddbd   11 years michaelni indeo4: print an error message if ref_mb is needed but unavailable …
(edit) @76d0a665   11 years michaelni indeo: print errors if transform and block size mismatch …
(edit) @a8e5fac1   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: indeo: …
(edit) @ccb422a6   11 years michaelni Merge commit 'cd78e934c246d1b2510f8fba0abfe40bb75795f6' * commit …
(edit) @8c0bb195   11 years michaelni Merge commit '6255ccf7d51c82ab79bf0cd47a921f572dda4489' * commit …
(edit) @54623619   11 years michaelni Merge commit '8435bca087c0e79385763c51de009fd89390b6a5' * commit …
(edit) @ac20ba35   11 years michaelni Merge commit '031be5b41b54c3b666f31d83fe3ad41c194af8c5' * commit …
(edit) @198e10b5   11 years michaelni Merge commit '68e57cde68f3da4c557ca15491fda74d1ea6321e' * commit …
(edit) @b24e8f56   11 years michaelni Merge commit '886e1b36f5044d3ceccbb01f64619acaf288fb7c' * commit …
(edit) @c75dde60   11 years michaelni swscale: call handle_format() from the functions that need it This …
(edit) @0fc11e7b   11 years michaelni swscale: make handle_formats() safe to be called multiple times …
(edit) @d5f5e516   11 years michaelni swscale: move format handling to its own function Signed-off-by: …
(edit) @fc6ca373   11 years onemda lavfi/aecho: fix invalid free Signed-off-by: Paul B Mahol …
(edit) @f486d7e9   11 years onemda lavfi/silencedetect: unbreak for unknown channel layouts …
(edit) @099dfcaa   11 years onemda lavfi/ashowinfo: unbreak for >8 channels Signed-off-by: Paul B Mahol …
(edit) @729709b8   11 years onemda lavfi/asetnsamples: unbreak for >8 channels Signed-off-by: Paul B …
(edit) @e9678631   11 years onemda lavfi/trim: fix sample copy for >8 channels Signed-off-by: Paul B …
(edit) @6347824d   11 years onemda lavfi/showwaves: fix floating exception with >8 channels …
(edit) @aac57c7   11 years michaelni avfilter/asrc_aevalsrc: fix cases of unknown channel layout Fixes >8 …
(edit) @f3d138ab   11 years michaelni avdevice/lavfi: fix input with unknown channel layout Fixes handling …
(edit) @dc796851   11 years lu_zero indeo: Bound-check before applying transform Reported-by: Mateusz …
(edit) @cd78e934   11 years lu_zero indeo4: Validate scantable dimension Reported-by: Mateusz "j00ru" …
(edit) @6255ccf7   11 years lu_zero indeo4: Check the quantization matrix index Reported-by: Mateusz …
(edit) @8435bca0   11 years lu_zero indeo4: Do not access missing reference MV Reported-by: Mateusz …
(edit) @031be5b4   11 years martin ac3dec: Consistently use AC3_BLOCK_SIZE and sizeof Signed-off-by: …
(edit) @68e57cde   11 years martin ac3dec: Increment channel pointers only once per channel If the …
(edit) @886e1b36   11 years lu_zero jpeg2000: Remove unused passes array in Jpeg200Cblk structure …
(edit) @f56fe04d   11 years lu_zero jpeg2000: Initialize only once mqc arrays Improves decoding speed. …
(edit) @673d4e82   11 years onemda fate: add tests for stereo3d filter Signed-off-by: Paul B Mahol …
(edit) @0a06e6e4   11 years michaelni av_frame_get_buffer: Do not fail when the channel layout is unknown …
(edit) @289737c8   11 years Carl Eugen Hoyos configure: Disable avresample if an old version of yasm is used. The …
(edit) @aecb9d39   11 years Carl Eugen Hoyos rmdec: Forward error messages from rm_assemble_video_frame() to the …
(edit) @8e3c5c7   11 years Carl Eugen Hoyos g726: Do not try to decode more than one channel. Ask for a sample …
(edit) @149def77   11 years Carl Eugen Hoyos configure: Only build ffserver if SA_RESAMPLE is available. QNX does …
(edit) @9e4bb091   11 years michaelni lavfi/delogo: Document where parameter show=1 draws its rectangle It …
Note: See TracRevisionLog for help on using the revision log.