summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* rename flac.c to flacdec.cJustin Ruggles2009-01-23
* Avoid allocating MPADecodeContext on stack.Andreas Öman2009-01-23
* Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov2009-01-23
* VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov2009-01-23
* flacdec: add support for 3 additional sample rate codesJustin Ruggles2009-01-22
* Mark ff_fft_init with av_cold.Alex Converse2009-01-22
* Clean up FFT related comments.Alex Converse2009-01-22
* Add const, remove warning:Baptiste Coudurier2009-01-22
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-21
* Sort VdpPictureInfo alphabetically.Carl Eugen Hoyos2009-01-20
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-01-20
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code changeMåns Rullgård2009-01-18
* Alpha: fix pix_abs16Måns Rullgård2009-01-18
* Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser2009-01-18
* Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser2009-01-18
* dct-test: add Alpha idctMåns Rullgård2009-01-18
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-18
* Alpha: indentationMåns Rullgård2009-01-18
* Alpha: proper IDCT selectionMåns Rullgård2009-01-18
* Alpha: add some const, kill some warningsMåns Rullgård2009-01-18
* Alpha: factor common parts from dct_unquantize_h263_intra/inter_axpMåns Rullgård2009-01-17
* Alpha: fix dct_unquantize_h263_inter/intra_axp()Måns Rullgård2009-01-17
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
* Use shared sine window instead of defining another one.Vitor Sessak2009-01-17
* Fix compilation with --enable-libxvid.Carl Eugen Hoyos2009-01-17
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-17
* remove duplicate tablesStefan Gehrer2009-01-16
* use assignment of structure instead of memcpyStefan Gehrer2009-01-16
* WavPack hybrid mode supportKostya Shishkov2009-01-16
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-16
* rename vector_t to cavs_vectorStefan Gehrer2009-01-16
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-16
* Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet2009-01-16
* 12l: Fix compilation with --disable-vdpau.Carl Eugen Hoyos2009-01-16
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-16
* explicitly disable CONFIG_AUDIO_NONSHORTAurelien Jacobs2009-01-16
* WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs2009-01-14
* simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs2009-01-14
* libavutil/lzo.h is a local headerAurelien Jacobs2009-01-14
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Fix mpeg audio regression test failureMåns Rullgård2009-01-14
* Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun2009-01-14
* Remove one more forgotten instance of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14