source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @151cd4f9   14 years diego pcm: Add const to cast in ENCODE macro. This fixes a lot of warnings …
(edit) @d11818ef   14 years diego Remove now obsolete references to _g-suffixed binaries. Automatic …
(edit) @facc48f1   14 years lu_zero libvo-aacenc,libvo-amrwbenc}: fix api usage Use the correct error …
(edit) @139f3ac4   14 years anton Bump major versions of all libraries. They've accumulated enough new …
(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) @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) @0b05864e   14 years siretart vc1: fix fate-vc1 after previous commit. PROFILE_ADVANCED doesn't set …
(edit) @58bb6b7d   14 years rsbultje wmv3dec: fix playback of complex WMV3 files using simple_idct. IDCT …
(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) @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) @b6cad3df   14 years janne-libav swscale: correct include path to fix ppc altivec build
(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) @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) @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) @4c362a52   14 years lu_zero doc: update developer guide Refer to the current submission policy …
(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) @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) @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) @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) @2f072b55   14 years alex.converse Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. …
(edit) @187a537   14 years alex.converse Convert some undefined 1<<31 shifts into 1U<<31. According to ISO …
(edit) @db46be01   14 years diego Add unconditional return statement to yuva420_rgb32_MMX() / …
(edit) @70ad9842   14 years diego Fix compilation of timefilter test program. The printf function is …
(edit) @f502ff3f   14 years martin Add support for AMR-WB encoding via libvo-amrwbenc The wrapper code …
(edit) @d89e738a   14 years martin Add an AAC encoder by using the libvo-aacenc library Signed-off-by: …
(edit) @029f966c   14 years martin g722: Return 8 bits per sample for g722 in av_get_bits_per_sample …
(edit) @d1c5fdf8   14 years anton avio: add more documentation for AVIOContext.
(edit) @768c5251   14 years anton Parse sprite data for WMVP and WVP2, and decode sprites for the latter …
(edit) @70ff5573   14 years anton Replace outdated info on the FAQ FAQ could use some work. This …
(edit) @f8de11cf   14 years anton Redefine sameq I think the documentation of sameq is causing …
(edit) @aeefbf61   14 years anton pad: fix example explanation "row" and "column" term positions in the …
(edit) @3eccfaa0   14 years anton gradfun: add notice from the MPlayer manual Add notice telling that …
(edit) @5ae4251c   14 years anton eval: add support for trunc, ceil, and floor functions Signed-off-by: …
(edit) @2fd8756b   14 years anton documentation: add setdar and setsar description to filters.texi …
(edit) @c1a9012d   14 years anton avio: document some members of AVIOContext.
(edit) @e782a0c6   14 years anton avio: document avio_close().
(edit) @893816ba   14 years anton avio: cosmetics, vertically align comments.
(edit) @72d4405b   14 years anton avio: cosmetics, group the reading functions.
(edit) @37744e32   14 years anton avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.
(edit) @fafa7290   14 years anton avio: cosmetics, move AVIOContext to start of the file.
(edit) @6084ee5   14 years anton avio: update file header.
(edit) @3028b6ed   14 years lu_zero os: fix OpenBSD/PowerPC compilation When attempting to re-enable the …
(edit) @73389754   14 years lu_zero pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE PIX_FMT_BGR48LE is …
(edit) @47dec30e   14 years lu_zero oggdec: fix demuxing chained audio streams Chained ogg served by …
(edit) @cbfa93ac   14 years lu_zero fix typo Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(edit) @347b375a   14 years alex.converse daud: Don't write packets that are too large to have their size …
(edit) @cf39b461   14 years rsbultje pthread: validate_thread_parameters() ignored slice-threading being …
(edit) @f82163cf   14 years rsbultje Use consistent condition for whether to run slice-threading execute …
(edit) @17ca374c   14 years anton avformat.h: fix a misplaced #endif
Note: See TracRevisionLog for help on using the revision log.