source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e93d3334   14 years stefano.sabatini-lala scale: fix computation for the "hsub" and "vsub" constants …
(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) @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) @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 …
(edit) @4c362a52   14 years lu_zero doc: update developer guide Refer to the current submission policy …
(edit) @05d33d86   14 years Carl Eugen Hoyos Fix compilation with --disable-avfilter.
(edit) @86a89ae3   14 years anton lavf: bump minor and add an APIChanges entry for the last avio changes
(edit) @4bde56d1   14 years anton avio: deprecate url_exist in favor of avio_check.
(edit) @31317656   14 years anton file: implement url_check() callback in the file and pipe protocols …
(edit) @175389c8   14 years anton avio: add avio_check() The new function is more flexible than …
(edit) @cbea3ac8   14 years anton avio: left-shift AVIO_ flags on next bump Now AVIO_RDONLY is defined …
(edit) @d6f79edb   14 years michaelni flv demuxer: dont error out due to index problems, but inform the user …
(edit) @9891004b   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: Partially …
(edit) @d2940155   14 years rsbultje Check for successful h263 init in msmpeg4 init Signed-off-by: Ronald …
(edit) @96573c0   14 years rsbultje lavf/utils.c: Order packets with identical PTS by stream index. This …
(edit) @a0f17473   14 years Reimar.Doeffinger ASS decoder also requires ass_split.o to be compiled.
(edit) @578d6861   14 years martin flvdec: Allow parsing keyframes metadata without seeking in most cases …
(edit) @f3e3f28e   14 years anton Error out if vaapi is not found Make the behaviour consistent with …
(edit) @ff1ec0c3   14 years anton avio: undeprecate av_url_read_fseek/fpause under nicer names It seems …
(edit) @5c006875   14 years Carl Eugen Hoyos Fix compilation with --disable-yasm.
(edit) @8b7dc087   14 years michaelni Add forgotten const to enum AVSampleFormat Signed-off-by: Michael …
(edit) @c5e03ceb   14 years martin libvo-*: Don't use deprecated sample format names and enum names …
(edit) @b5304f7b   14 years martin flvdec: Fix support for flvtool2 "keyframes based" generated index …
(edit) @c41eb2ad   14 years martin libavcodec: Use "const enum AVSampleFormat[]" in AVCodec …
(edit) @44a8b0dd   14 years Carl Eugen Hoyos Cosmetics: Rename variable param as the more appropriate dpyname.
(edit) @9af2097   14 years Carl Eugen Hoyos Cosmetics: Fix white-space in av_log() message.
(edit) @ff2614ee   14 years Carl Eugen Hoyos Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels.
(edit) @71306c5   14 years Carl Eugen Hoyos Support CODEC_ID_PCM_F64* output via alsa (stereo only).
(edit) @5778466e   14 years Carl Eugen Hoyos Support CODEC_ID_PCM_S24* output via alsa (stereo only).
Note: See TracRevisionLog for help on using the revision log.