source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f9f7f4c9   11 years stefasab ffplay: improve error message in case of failure, mention filtergraph …
(edit) @9042c8a4   11 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: fix …
(edit) @118a1c2f   11 years michaelni avcodec/ff_h264_decode_sei: use skip_bits_long() Signed-off-by: …
(edit) @45da7a0e   11 years michaelni avcodec/ff_h264_decode_sei: Check SEI size Signed-off-by: Michael …
(edit) @80c873a8   11 years michaelni avcodec/ff_h264_decode_sei: fix integer overflow with size. This …
(edit) @800ffa1f   11 years michaelni avcodec/h264_sei/ff_h264_decode_sei: fix error codes for insufficient …
(edit) @37ecd67b   11 years michaelni Revert "avformat/utils: Close codec context since it is allocated by …
(edit) @8710a634   11 years michaelni h264: add frame packing as stereo_mode frame metadata This matches …
(edit) @0f229f9b   11 years michaelni avformat/utils: Close codec context since it is allocated by …
(edit) @db0384c9   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @b198e33a   11 years Marton Balint ffplay: fix build with disabled avfilter Got broken in b383498e. …
(edit) @0a28a52d   11 years michaelni Merge commit 'dd0bfc3a6a310e3e3674ce7742672d689a9a0e93' * commit …
(edit) @75fbe41f   11 years michaelni Merge commit 'fcae3ff124ee97c9265e3b93f3d41238b2aee9bd' * commit …
(edit) @1f7acf3c   11 years michaelni vfilter/vf_scale: avoid using "{}" Should fix compile issues with …
(edit) @953c7550   11 years michaelni avcodec/snowenc: convert speed relevant asserts to av_assert2() …
(edit) @7b79c84b   11 years michaelni avcodec/snowdec: remove assert.h include, its unused Signed-off-by: …
(edit) @1434df3b   11 years michaelni jpeg2000dec: Support non subsampled 9-16bit planar pixel formats This …
(edit) @0c480bcf   11 years michaelni doc/filters: document vf_scales color range Signed-off-by: Michael …
(edit) @3242747d   11 years michaelni avfilter/vf_scale; fix indent Signed-off-by: Michael Niedermayer …
(edit) @835eee88   11 years michaelni avfilter/vf_scale: add in/out color range option Signed-off-by: …
(edit) @bbf6cb75   11 years michaelni avfilter/vf_scale: Add in/out yuv color matrix option Signed-off-by: …
(edit) @c25d1ba5   11 years nicolas.george lavu/log: print prefix after \r. Should fix trac ticket #2797 because …
(edit) @b6740179   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavfi: …
(edit) @48353325   11 years michaelni Merge commit '36fb0d02a1faa11eaee51de01fb4061ad6092af9' * commit …
(edit) @73b2043d   11 years Marton Balint ffplay: use start_time as next audio pts on flush when seeking is not …
(edit) @b383498   11 years Marton Balint ffplay: estimate audio frame pts from the previous frame pts values …
(edit) @782e06e2   11 years Marton Balint ffplay: simplify audio decoding Also use negative stream_index for …
(edit) @74561680   11 years michaelni avfilter/vf_separatefields: fix ;; Found-by: llogan Signed-off-by: …
(edit) @07704c61   11 years michaelni avformat/matroskaenc: Only change chapter ids if needed. This also …
(edit) @fd818993   11 years lu_zero dsicinav: Clip the source size to the expected maximum A packet …
(edit) @dd0bfc3   11 years lu_zero dsicinav: Bound-check the source buffer when needed Reported-by: …
(edit) @fcae3ff1   11 years lu_zero dsicinav: K&R formatting cosmetics
(edit) @122536e0   11 years michaelni avfilter: fix preprocessor condition Signed-off-by: Michael …
(edit) @a289f418   11 years onemda doc/filters: add sepia example for colorchannelmixer Signed-off-by: …
(edit) @56123fc7   11 years michaelni avutil/softfloat: remove unneeded include assert.h Signed-off-by: …
(edit) @ca857c86   11 years michaelni tests/tiny_psnr: remove unneeded include assert.h This is the only …
(edit) @8589d7a   11 years michaelni avfilter/vf_yadif:remove unneeded include assert.h Signed-off-by: …
(edit) @6d323ff5   11 years michaelni swscale: remove unneeded include assert.h Signed-off-by: Michael …
(edit) @db330104   11 years michaelni jpeg2000dec: silence unused variable warning Signed-off-by: Michael …
(edit) @5f39992e   11 years michaelni bmp: fix decoding of flipped rle4 Fixes ticket #2794 Signed-off-by: …
(edit) @a4b55bbb   11 years michaelni swscale/input: fix 16bit gbrp input Fixes Ticket2793 Signed-off-by: …
(edit) @72f5a6d   11 years stefasab examples: demuxing: print ffplay command even if sample format is …
(edit) @9f31c160   11 years stefasab examples: demuxing: simplify audio output There is no reason why this …
(edit) @06b269d   11 years stefasab examples: demuxing: do partial audio packet decoding This assumes one …
(edit) @6756d98c   11 years martin lavfi: filtfmts: use newer avfilter APIs Signed-off-by: Martin …
(edit) @25ffaf52   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: compat: …
(edit) @36fb0d02   11 years martin rtsp: Support multicast source filters (RFC 4570) This supports …
(edit) @4d97ca04   11 years martin rtpproto: Check the source IP if one single source has been specified …
(edit) @336353de   11 years martin rtpproto: Support IGMPv3 source specific multicast inclusion …
(edit) @c88503e3   11 years michaelni Merge commit '439902e0d68a0f0d800c21b5e6b598d5fa0c51da' * commit …
(edit) @8740762c   11 years michaelni Merge commit 'd010e95f86089abe9a3d4d4a66ac8102312d28a4' * commit …
(edit) @454c89dd   11 years michaelni img2enc: add option to use strftime() for filename Signed-off-by: …
(edit) @fc6de70   11 years michaelni jpeg2000dec: Support non subsampled 8bit planar pixel formats Fixes …
(edit) @99de97ca   11 years michaelni jpeg2000dec: parse CDEF Signed-off-by: Michael Niedermayer …
(edit) @91004207   11 years diego compat: Add missing license boilerplates
(edit) @439902e0   11 years diego Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ …
(edit) @ed8c34a7   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
(edit) @7203dbde   11 years michaelni avformat/rt*p: Joining a SSM multicast group using an SDP (Issue …
(edit) @d010e95f   11 years martin avserver: Remove unused loadable module support There is no record of …
(edit) @b39a6bbe   11 years Carl Eugen Hoyos Fix pix_fmt detection in the native jpeg2000 decoder. Based on …
(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>
Note: See TracRevisionLog for help on using the revision log.