source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a3040715   14 years michaelni Merge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b' * commit …
(edit) @39aafa5e   14 years michaelni ffmpeg:Daemon mode, add -d as first option to try it. Signed-off-by: …
(edit) @17ee7b55   14 years michaelni ffmpeg:Fix negative verbositiy Signed-off-by: Michael Niedermayer …
(edit) @9c3ad1af   14 years michaelni Include authorship information from ffmpeg-mt at Ronald S. Bultjes request.
(edit) @c22f2527   14 years baptiste.coudurier In mov and flv muxer, check aac bitstream validity.
(edit) @77f6b4d5   14 years michaelni Added key_frame and pict_type to vsrc_movie Signed-off-by: Roger Pau …
(edit) @fccff6e8   14 years michaelni Allow h264pred_init_arm.c to compile. SOB: Bill Pringlemeir …
(edit) @62931e1   14 years michaelni anm decoder: move buffer allocation from decode_init() to …
(edit) @dc8e1b75   14 years stefano.sabatini-lala vsrc_movie: fix leak in request_frame() Also set movie->picref to …
(edit) @f0a41afd   14 years diego Replace mplayerhq.hu URLs by libav.org.
(edit) @0b5ae1fd   14 years diego asfdec: Remove dead code from asf_read_close().
(edit) @259a3e70   14 years diego ptx: Use av_log_ask_for_sample() where appropriate.
(edit) @7e2eb4ba   14 years michaelni Merge remote-tracking branch 'ffmpeg-mt/master' * …
(edit) @2d2b5a14   14 years michaelni 10l, commit that should have been stashed into the merge. …
(edit) @c4079844   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: ac3dec: fix …
(edit) @fd0c3403   14 years diego Update regtest checksums after revision 6001dad. The string "FFmpeg" …
(edit) @6001dad   14 years diego Replace more FFmpeg references by Libav.
(edit) @4c64c8e9   14 years justin.ruggles ac3dec: fix processing of delta bit allocation information. The …
(edit) @c9678600   14 years stefano.sabatini-lala scale: set evaluated value for the "out_w" and "out_h" constants The …
(edit) @e93d3334   14 years stefano.sabatini-lala scale: fix computation for the "hsub" and "vsub" constants …
(edit) @0b05864e   14 years siretart vc1: fix fate-vc1 after previous commit. PROFILE_ADVANCED doesn't set …
(edit) @14360e07   14 years baptiste.coudurier Remove now useless ffpresets for x264, use -preset
(edit) @0140d3f0   14 years baptiste.coudurier In libx264 wrapper, add -preset and -tune options
(edit) @abf8342a   14 years baptiste.coudurier ffmpeg: fix -aspect cli option Redesign the way -aspect option is …
(edit) @0ba84856   14 years baptiste.coudurier In mov muxer, compute avg bitrate in esds
(edit) @1aeb88b7   14 years michaelni Correctly implement ac3 float/fixed encoder. There is no need to have …
(edit) @bdf3d3bf   14 years stefano.sabatini-lala ffmpeg: use parse_number_and_die() when it makes sense Prefer …
(edit) @584c2f1d   14 years stefano.sabatini-lala cmdutils: add OPT_INT check in parse_number_or_die() Check that the …
(edit) @58bb6b7d   14 years rsbultje wmv3dec: fix playback of complex WMV3 files using simple_idct. IDCT …
(edit) @3c10843   14 years Reimar.Doeffinger Use av_set_pts_info to set time_base. Also remove useless assignments …
(edit) @f0a68a20   14 years Reimar.Doeffinger Enable header parsing for MPEG2VIDEO to get time-stamps. FFmpeg can …
(edit) @bd9430db   14 years Philip Langdale CrystalHD: Fix usage of h264 parser. I was using the wrong value to …
(edit) @09a1416d   14 years Carl Eugen Hoyos Add key_frame and pict_type to AVFilterBufferRefVideo.
(edit) @d3b379b9   14 years michaelni Merge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8' * commit …
(edit) @f6302ad6   14 years michaelni Merge commit 'f668afd4896ee65683619b6f165dda4cdd46766f' * commit …
(edit) @14622ef0   14 years diego Replace references to ffmpeg-devel with libav-devel; fix roundup URL.
(edit) @c0eee893   14 years lu_zero make av_dup_packet() more cautious on allocation failures …
(edit) @2d8591c2   14 years lu_zero make containers pass palette change in AVPacket Signed-off-by: Luca …
(edit) @4de339e2   14 years lu_zero introduce side information for AVPacket Signed-off-by: Luca Barbato …
(edit) @4d012eb5   14 years diego xwma: Fix wrong printf format expression. Also add inttypes.h …
(edit) @ef8b54fc   14 years diego xwma demuxer: typos Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @f4bc923e   14 years Carl Eugen Hoyos Allow to print wider unsupported channel layouts.
(edit) @7c8c55ff   14 years Carl Eugen Hoyos Warn if Vorbis does not support the provided channel layout. The …
(edit) @8f3eebd6   14 years lu_zero oggdec: simplify audio chained ogg streams support Signed-off-by: …
(edit) @f668afd4   14 years janne-libav swscale: fix "ISO C90 forbids mixed declarations and code" warning …
(edit) @7f2ae5c7   14 years janne-libav swscale: fix compilation with --enable-runtime-cpudetect
(edit) @85b21147   14 years michaelni Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864' * commit …
(edit) @b6cad3df   14 years janne-libav swscale: correct include path to fix ppc altivec build
(edit) @256c5b08   14 years michaelni Fix BE/LE order of pix formats Signed-off-by: Michael Niedermayer …
(edit) @6216fc70   14 years lu_zero swscale: simplify rgb2rgb templating MMX is always built. Drop the ifdefs
(edit) @33a0421b   14 years lu_zero swscale: simplify initialization code Simplify the fallthrough case …
(edit) @735bf195   14 years lu_zero swscale: further cleanup swscale.c Move x86-specific constants out of …
(edit) @86330b4c   14 years lu_zero swscale: partially move the arch specific code left PPC and x86 code …
(edit) @c0038328   14 years lu_zero swscale: move away x86 specific code from rgb2rgb Keep only the plain …
(edit) @a3a0af4f   14 years lu_zero avutil: make aes and sha api public The functions are already av_ …
(edit) @ca402f32   14 years lu_zero handle malloc failures in ff_get_wav_header ff_get_wav_header is …
(edit) @ad4c5034   14 years lu_zero add xWMA demuxer Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(edit) @0a962e61   14 years lu_zero mpegts: force the default timebase The mpegts muxer does not set the …
(edit) @302152d4   14 years martin libavcodec: Bump micro after adding the dtx AVOptions Signed-off-by: …
(edit) @b8a44442   14 years Carl Eugen Hoyos AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output.
(edit) @6daf513c   14 years Carl Eugen Hoyos Fix channel order for 7.1 TrueHD samples.
(edit) @939a12e2   14 years Carl Eugen Hoyos Fix channel order for some MLP samples.
(edit) @19de9d56   14 years Carl Eugen Hoyos Cosmetics: Fix indentation and move one line.
(edit) @460acdf0   14 years Carl Eugen Hoyos Support alsa channel reordering for float.
(edit) @e2049edb   14 years Carl Eugen Hoyos Add forgotten line to silence a warning for int32. AV_CH_LAYOUT_QUAD …
(edit) @47c0c8ca   14 years Carl Eugen Hoyos Also support alsa channel reordering for u16 and u32 formats.
(edit) @1171d45f   14 years Carl Eugen Hoyos Rename the s16 and s32 alsa reorder functions as int16 and int32. The …
(edit) @0ae2a036   14 years Carl Eugen Hoyos Support unsigned variants of already supported signed formats in alsa.
(edit) @075a5560   14 years Carl Eugen Hoyos Support a-law and mu-law output in alsa.
(edit) @c55780dc   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: (32 commits) …
(edit) @651b276   14 years martin libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private …
(edit) @3dd82afc   14 years martin libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed …
(edit) @70739381   14 years martin libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate …
(edit) @957635ba   14 years martin libvo-*: Fix up the long codec names Include VisualOn to clarify the …
(edit) @567ad0e3   14 years martin libavcodec: Mark AVCodec->priv_class const This avoids warnings of …
(edit) @0e1a5434   14 years diego swscale: Factorize FAST_BGR2YV12 definition. It is used only for x86 …
(edit) @ff5278d8   14 years michaelni Mention VisualOn in the new codecs' long names to explain "libvo".
(edit) @2d326793   14 years martin libvo-aacenc: Only produce extradata if the global header flag is set …
(edit) @451d566f   14 years anton lavf: postpone removal of public metadata conversion API It's been …
(edit) @c7767327   14 years anton lavc: postpone removal of request_channels No decoder uses the …
(edit) @d6ead39e   14 years anton lavc: postpone removal of audioconvert and sample_fmt wrappers Those …
(edit) @548e62c5   14 years anton lavf: postpone removal of deprecated avio functions They've been …
(edit) @882221af   14 years martin libopencore-amr: Cosmetics: Rewrap and align Signed-off-by: Martin …
(edit) @02c63a1   14 years martin libopencore-amr, libvo-amrbwenc: Rename variables and functions Avoid …
(edit) @9b9c6405   14 years martin libopencore-amr: Convert commented out debug logging into av_dlog …
(edit) @89e7e640   14 years martin libopencore-amr: Remove an unused state variable Signed-off-by: …
(edit) @5d211e03   14 years martin libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate …
(edit) @0e03f94d   14 years martin libopencore-amr: Remove a useless local variable Signed-off-by: …
(edit) @c48ce4eb   14 years martin libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array …
(edit) @900a129   14 years martin libopencore-amr, libvo-amrwbenc: Return proper error codes in most …
(edit) @a8ec07c9   14 years martin libopencore-amr: Don't print carriage returns in log messages …
(edit) @58733141   14 years martin libopencore-amr: Remove an old workaround for libamr header weirdness …
(edit) @57ddffe   14 years martin libopencore-amr: Make the opaque encoder pointer a void* …
(edit) @dbff4da9   14 years martin libopencore-amr: Remove unused code fragments This parts are heritage …
(edit) @a92a7ddc   14 years martin applehttp: Only check the discard flags if v->ctx actually is …
(edit) @f521746b   14 years stefano.sabatini-lala ffplay: implement -showmode option The new option allows to select …
(edit) @f8b8c694   14 years stefano.sabatini-lala ffplay: use symbolic constant values for show_audio Also rename …
(edit) @8776f3d2   14 years stefano.sabatini-lala ffplay: remove audio_write_get_buf_size() forward declaration Move up …
(edit) @a6f395d   14 years stefano.sabatini-lala ffplay: avoid unnecessary intermediary struct in queue_picture() When …
(edit) @c1d4bb57   14 years stefano.sabatini-lala ffplay: remove unused field VideoState.dtg_active_format …
Note: See TracRevisionLog for help on using the revision log.