| Commit message (Expand) | Author | Age | Files | Lines |
* | rename flac.c to flacdec.c | Justin Ruggles | 2009-01-23 | 2 | -2/+2 |
* | Avoid allocating MPADecodeContext on stack. | Andreas Öman | 2009-01-23 | 5 | -19/+25 |
* | Remove the block with always false condition from vc1_parse_frame_header() | Kostya Shishkov | 2009-01-23 | 1 | -6/+1 |
* | VC-1 postproc field is 2 bits wide while decoder read only single bit. | Kostya Shishkov | 2009-01-23 | 1 | -1/+1 |
* | flacdec: add support for 3 additional sample rate codes | Justin Ruggles | 2009-01-22 | 1 | -2/+3 |
* | Mark ff_fft_init with av_cold. | Alex Converse | 2009-01-22 | 1 | -1/+1 |
* | Clean up FFT related comments. | Alex Converse | 2009-01-22 | 2 | -12/+12 |
* | Add const, remove warning: | Baptiste Coudurier | 2009-01-22 | 1 | -26/+26 |
* | VMD first chunk of audio is not coded as many separate chunks of block_align | Kostya Shishkov | 2009-01-21 | 1 | -17/+28 |
* | Sort VdpPictureInfo alphabetically. | Carl Eugen Hoyos | 2009-01-20 | 1 | -1/+1 |
* | Cosmetics: Fix indentation after last commit. | Carl Eugen Hoyos | 2009-01-20 | 1 | -4/+4 |
* | Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can | NVIDIA Corporation | 2009-01-20 | 7 | -0/+132 |
* | Use "" instead of <> when #including non-system headers. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 115 | -134/+134 |
* | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini | 2009-01-18 | 6 | -6/+6 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 19 | -0/+71 |
* | ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change | Måns Rullgård | 2009-01-18 | 1 | -25/+18 |
* | Alpha: fix pix_abs16 | Måns Rullgård | 2009-01-18 | 2 | -62/+55 |
* | Fix 10L in r16670 (broke deblocking code) | Jason Garrett-Glaser | 2009-01-18 | 1 | -1/+1 |
* | Faster VC-1 C loopfilter using lots of xor magic | Jason Garrett-Glaser | 2009-01-18 | 1 | -18/+27 |
* | dct-test: add Alpha idct | Måns Rullgård | 2009-01-18 | 1 | -0/+6 |
* | Alpha: add ff_ prefix to idct functions | Måns Rullgård | 2009-01-18 | 2 | -11/+11 |
* | Alpha: indentation | Måns Rullgård | 2009-01-18 | 1 | -3/+3 |
* | Alpha: proper IDCT selection | Måns Rullgård | 2009-01-18 | 3 | -0/+6 |
* | Alpha: add some const, kill some warnings | Måns Rullgård | 2009-01-18 | 1 | -2/+2 |
* | Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp | Måns Rullgård | 2009-01-17 | 1 | -70/+31 |
* | Alpha: fix dct_unquantize_h263_inter/intra_axp() | Måns Rullgård | 2009-01-17 | 1 | -14/+16 |
* | added demuxer for FunCom ISS audio files, | Stefan Gehrer | 2009-01-17 | 3 | -1/+31 |
* | Use shared sine window instead of defining another one. | Vitor Sessak | 2009-01-17 | 1 | -6/+4 |
* | Fix compilation with --enable-libxvid. | Carl Eugen Hoyos | 2009-01-17 | 1 | -0/+1 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 10 | -29/+29 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 5 | -6/+6 |
* | Remove CODEC_ID_H264_VDPAU. | Carl Eugen Hoyos | 2009-01-17 | 3 | -11/+7 |
* | remove duplicate tables | Stefan Gehrer | 2009-01-16 | 1 | -19/+2 |
* | use assignment of structure instead of memcpy | Stefan Gehrer | 2009-01-16 | 1 | -2/+2 |
* | WavPack hybrid mode support | Kostya Shishkov | 2009-01-16 | 1 | -18/+160 |
* | rename XXX_t enums to cavs_XXX to fix POSIX namespace issue | Stefan Gehrer | 2009-01-16 | 3 | -21/+21 |
* | rename vector_t to cavs_vector | Stefan Gehrer | 2009-01-16 | 4 | -29/+30 |
* | Add mpeg1_vdpau decoder. | Carl Eugen Hoyos | 2009-01-16 | 3 | -0/+18 |
* | Split ff_log_missing_feature into ff_log_missing_feature | Kenan Gillet | 2009-01-16 | 3 | -8/+22 |
* | 12l: Fix compilation with --disable-vdpau. | Carl Eugen Hoyos | 2009-01-16 | 1 | -1/+1 |
* | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can | NVIDIA Corporation | 2009-01-16 | 7 | -3/+105 |
* | explicitly disable CONFIG_AUDIO_NONSHORT | Aurelien Jacobs | 2009-01-16 | 1 | -0/+2 |
* | WORDS_BIGENDIAN must be checked with #ifdef | Aurelien Jacobs | 2009-01-14 | 1 | -2/+2 |
* | simplify: group all the AUDIO_NONSHORT parameters in the same place | Aurelien Jacobs | 2009-01-14 | 2 | -5/+3 |
* | libavutil/lzo.h is a local header | Aurelien Jacobs | 2009-01-14 | 1 | -1/+1 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 21 | -168/+168 |
* | Fix mpeg audio regression test failure | Måns Rullgård | 2009-01-14 | 1 | -0/+3 |
* | Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_. | Diego Biurrun | 2009-01-14 | 2 | -3/+3 |
* | Remove one more forgotten instance of USE_HIGHPRECISION indirection. | Diego Biurrun | 2009-01-14 | 1 | -4/+0 |