source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @af3fe43d   12 years michaelni Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a' * commit …
(edit) @7bc6631d   12 years michaelni Merge commit '5d1007f74dd496d54b932242004382f44e3b22b4' * commit …
(edit) @8748472f   12 years michaelni Merge commit 'a2664c91fba15a1307f676ffad511f8f86fb3a27' * commit …
(edit) @dcb0d119   12 years michaelni Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45' * commit …
(edit) @2b8dd371   12 years anton lavu: postpone recent deprecations until the next major bump
(edit) @9cac8a51   12 years anton APIchanges: update lavr bump date
(edit) @4e61a38a   12 years anton avconv: only apply presets when we have an encoder. Fixes a crash …
(edit) @34ccb94   12 years michaelni g723_1: remove unneeded cliping Fixes CID703731 Signed-off-by: …
(edit) @e9b61fff   12 years michaelni g722dec: s/Libav/FFmpeg/ The copyright years predate the existence of …
(edit) @7770c0da   12 years michaelni fate/mapchan: add bitexact flag fixes fate breakage Signed-off-by: …
(edit) @a57d560d   12 years onemda LVF demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @3318d6b9   12 years michaelni ffmpeg: check avpicture_get_size() retuen value Fixes CID205018 …
(edit) @da317efd   12 years michaelni j2k: reorder multiplications to avoid interger overflows related to …
(edit) @45ae9a8f   12 years michaelni j2k: reorder multiplications to avoid interger overflows related to …
(edit) @7c2d5eec   12 years Clément Bœsch fate: quote file paths in movie/amovie filtergraphs. This should …
(edit) @2649b783   12 years Clément Bœsch fate: improve metadata filter deps readability.
(edit) @ae69c683   12 years Clément Bœsch fate: add scale filter to the scene detect dependencies. The select …
(edit) @7be9c0c1   12 years Clément Bœsch fate: fix SAMPLES dependency for ffprobe. FATE_SAMPLES_FFPROBE is a …
(edit) @0de41ead   12 years michaelni qt-faststart: check fseeko() return codes Fixes CID733725 …
(edit) @250fe6e   12 years michaelni cmdutils: apply option to codec and format contexts if possible. This …
(edit) @c68a8a13   12 years michaelni lavf/aiffdec: don't stop parsing after SSND chunk Some file has ID3 …
(edit) @d8173f26   12 years michaelni dv: fix a check on dv_extract_timecode return value Fixes CID733808 …
(edit) @22793d7b   12 years michaelni ffmpeg/lavc: move experimental warnings to libavcodec. This way they …
(edit) @5d1007f7   12 years justin.ruggles atrac3: initialize static tables in AVCodec.init_static_data()
(edit) @a1f4cd37   12 years justin.ruggles atrac3: replace a calculation with FFALIGN() This allocates 4 bytes …
(edit) @78edce3f   12 years justin.ruggles atrac3: separate window initialization from IMDCT initialization
(edit) @808686fc   12 years justin.ruggles atrac3: remove unused ATRAC3Context field, sample_rate
(edit) @c51311b9   12 years justin.ruggles atrac3: move the 'frame_factor' field from ATRAC3Context to where it …
(edit) @89a6c32   12 years justin.ruggles atrac3: use sizeof(variable) instead of sizeof(type)
(edit) @327747de   12 years justin.ruggles atrac3: simplify MDCT window calculation
(edit) @a2664c91   12 years justin.ruggles atrac3: move the 'samples_per_frame' field from ATRAC3Context to where …
(edit) @7e76f270   12 years justin.ruggles atrac3: remove unused ATRAC3Context field, bit_rate
(edit) @7c1f93af   12 years justin.ruggles atrac3: remove unused ATRAC3Context field, samples_per_channel
(edit) @cdd0e0de   12 years justin.ruggles atrac3: use AVCodecContext.block_align instead of keeping a private copy
(edit) @64ebbb8f   12 years justin.ruggles atrac3: move the 'delay' field from ATRAC3Context to where it is used
(edit) @5ac673b5   12 years justin.ruggles atrac3: use AVCodecContext.channels instead of keeping a private copy
(edit) @56a9d2b   12 years justin.ruggles atrac3: move the 'version' field from ATRAC3Context to where it is used
(edit) @aefdb735   12 years justin.ruggles atrac3: simplify some loop indexing
(edit) @e55d5390   12 years justin.ruggles atrac3: cosmetics: pretty-printing and renaming also does some minor …
(edit) @abdee95   12 years mans pcm: define AVCodec instances only for enabled codecs This defines an …
(edit) @5957aef   12 years anton libxvid: remove useless doxy comments.
(edit) @f9cf14c8   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: riff: …
(edit) @b691135d   12 years anton lavc: remove stats_out from the options table. Since it is declared …
(edit) @e3a91c51   12 years michaelni Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4' * commit …
(edit) @c3778df2   12 years michaelni ffmpeg: fix negative array index Fixes CID733808 Signed-off-by: …
(edit) @6182e0a6   12 years michaelni vf_aspect: unbreak avoption system This fixes ff* -h infinite looping …
(edit) @6752aac6   12 years stefasab lavfi/aspect: add max option
(edit) @ccd6def9   12 years stefasab lavfi/aspect: extend syntax for the setdar and setsar filters Add …
(edit) @b6e36a4   12 years stefasab lavu/parseutils: remove unused gcd variable in av_parse_ratio() Fix …
(edit) @cb0add3   12 years onemda lavf/flacenc: disallow creation of invalid files with -c copy …
(edit) @6173a8fe   12 years anton riff: remove a write-only variable
(edit) @d6f4fe68   12 years anton lavc: extend frame_size doxy.
(edit) @46a86c61   12 years justin.ruggles alacdec: set bits_per_raw_sample
(edit) @c3e15f7b   12 years martin rtpdec: Don't pass a non-AVClass pointer as log context The log …
(edit) @e0d5ac6a   12 years martin rtsp: Update a comment to the current filename scheme Signed-off-by: …
(edit) @2d11ee4b   12 years michaelni fate: fix fate-filter-metadata-scenedetect Signed-off-by: Michael …
(edit) @39747d87   12 years michaelni avfilter_graph_parse: add support for parsing sws_flags …
(edit) @248b1ff2   12 years michaelni Fix various uses of av_log_missing_feature() Signed-off-by: Michael …
(edit) @c854102d   12 years lu_zero avcodec: handle AVERROR_EXPERIMENTAL Error out on init if a codec …
(edit) @a893655   12 years lu_zero avutil: Add AVERROR_EXPERIMENTAL Signed-off-by: Luca Barbato …
(edit) @a4aa20f   12 years lu_zero avcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL …
(edit) @8f37a1e8   12 years stefasab lavfi/avfiltergraph: avoid to print "(null)" in the scale args Fix …
(edit) @2969abd9   12 years stefasab lavfi/graphparser: fix parsing error in case of NULL sws_opts addition …
(edit) @8c2dbc38   12 years stefasab lavc/utils: provide more feedback in case of experimental codec
(edit) @5713091   12 years michaelni mpegaudiodec: Fix buffer handling on random access Signed-off-by: …
(edit) @e1681654   12 years Clément Bœsch doc/muxers: document mov faststart option.
(edit) @c0d56bf   12 years Clément Bœsch fate: fix filter metadata dependency to ffprobe.
(edit) @fa190b3c   12 years Carl Eugen Hoyos Improve MPEG-PS-in-MOV detection. Fixes issue 1520.
(edit) @747a00b6   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: if …
(edit) @d6e95669   12 years michaelni h264: add support for AFD detection Signed-off-by: Marton Balint …
(edit) @40ceb6d4   12 years michaelni libavformat/oggenc: add {} to complex ifs Signed-off-by: Michael …
(edit) @c2c06678   12 years michaelni libavformat/mxfenc: add {} to complex ifs Signed-off-by: Michael …
(edit) @b8a64d69   12 years michaelni libavformat/mpegvideodec: add {} to complex ifs Signed-off-by: …
(edit) @fefe9bd7   12 years michaelni libavformat/movenc: add {} to complex ifs Signed-off-by: Michael …
(edit) @217193fa   12 years michaelni bavformat/mov: add {} to complex ifs Signed-off-by: Michael …
(edit) @f72b735d   12 years michaelni libavcodec/vorbisenc: add {} to complex ifs Signed-off-by: Michael …
(edit) @4ce9312d   12 years michaelni libavcodec/cook: add {} to complex ifs Signed-off-by: Michael …
(edit) @38797dc3   12 years michaelni compat/getopt: add {} to complex ifs Signed-off-by: Michael …
(edit) @fbedce6b   12 years Clément Bœsch lavfi/silencedetect: export silence info to metadata.
(edit) @de23953d   12 years Clément Bœsch lavfi/select: store scene score in buf ref metadata.
(edit) @6fb2fd89   12 years Clément Bœsch lavc: add lavfi metadata support. This commit introduces a new …
(edit) @3166a6f   12 years Marton Balint ffplay: if there is no audio stream, use external clock by default …
(edit) @d30c6925   12 years Marton Balint ffplay: use get_master_sync_type where necessary We should make …
(edit) @fca16a15   12 years Marton Balint ffplay: add get_master_sync_type function The real av_sync_type may …
(edit) @b2a88509   12 years Marton Balint ffplay: only check external clock if current frame serial matches the …
(edit) @2a4c7e65   12 years Marton Balint ffplay: add serial field to PacketQueue entry and populate it The …
(edit) @77bd595a   12 years Marton Balint ffplay: fix external time sync mode We now initalize the external …
(edit) @66bb5b1b   12 years Marton Balint ffplay: initialize audio and video pts drift This makes sensible …
(edit) @eaa91ed8   12 years Marton Balint ffplay: fix nosync threshold check in synchronize_audio …
(edit) @da569556   12 years Marton Balint ffplay: use framedrop by default when sync is not done to video When …
(edit) @d7b8a9a5   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @0e097616   12 years michaelni Merge commit 'a7d2861d36756b913e85681b86ed3385274e8ced' * commit …
(edit) @aa760b17   12 years michaelni Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd' * commit …
(edit) @99ea47fe   12 years michaelni Merge commit '4a2a4524a3f50ed302820ba971ddd48e78c7436f' * commit …
(edit) @69fd0b7a   12 years michaelni Merge commit '71f7b22dba60524b2285643ae0b49d8f64977129' * commit …
(edit) @e4255eaf   12 years michaelni ffv1: split decoder and encoder This is not based on lucas work due …
(edit) @dcbff351   12 years michaelni Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9' * commit …
(edit) @05f228b   12 years michaelni ffv1: fix gray Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @b6267901   12 years michaelni mp3demux: Rewrite xing TOC based seeking The libav code depends on …
(edit) @7696a392   12 years michaelni mp3dec: propagate error code correctly. Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.