aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Alpha: factor common parts from dct_unquantize_h263_intra/inter_axpMåns Rullgård2009-01-171-70/+31
* Alpha: fix dct_unquantize_h263_inter/intra_axp()Måns Rullgård2009-01-171-14/+16
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-173-1/+31
* Use shared sine window instead of defining another one.Vitor Sessak2009-01-171-6/+4
* Fix compilation with --enable-libxvid.Carl Eugen Hoyos2009-01-171-0/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-1710-29/+29
* export gcd function as av_gcd()Aurelien Jacobs2009-01-175-6/+6
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-173-11/+7
* remove duplicate tablesStefan Gehrer2009-01-161-19/+2
* use assignment of structure instead of memcpyStefan Gehrer2009-01-161-2/+2
* WavPack hybrid mode supportKostya Shishkov2009-01-161-18/+160
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-163-21/+21
* rename vector_t to cavs_vectorStefan Gehrer2009-01-164-29/+30
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-163-0/+18
* Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet2009-01-163-8/+22
* 12l: Fix compilation with --disable-vdpau.Carl Eugen Hoyos2009-01-161-1/+1
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-167-3/+105
* explicitly disable CONFIG_AUDIO_NONSHORTAurelien Jacobs2009-01-161-0/+2
* WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs2009-01-141-2/+2
* simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs2009-01-142-5/+3
* libavutil/lzo.h is a local headerAurelien Jacobs2009-01-141-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-1421-168/+168
* Fix mpeg audio regression test failureMåns Rullgård2009-01-141-0/+3
* Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun2009-01-142-3/+3
* Remove one more forgotten instance of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-141-4/+0
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-146-29/+3
* cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier2009-01-141-66/+9
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-1388-355/+362
* Avoid using sub_id in mpeg1/2video.Michael Niedermayer2009-01-131-1/+2
* Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer2009-01-131-6/+0
* Let the mpeg audio parser correct the codec_id.Michael Niedermayer2009-01-131-0/+3
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-134-1/+19
* Add CODEC_ID_MP1.Michael Niedermayer2009-01-131-0/+1
* VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov2009-01-131-2/+2
* Print VC-1 aspect ratio in debugKostya Shishkov2009-01-131-0/+1
* 421l: fix loop filter for P-frames in VC-1Kostya Shishkov2009-01-131-8/+16
* Cinepak strip ID is a single byteKostya Shishkov2009-01-131-1/+1
* Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.Kostya Shishkov2009-01-131-21/+21
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-131-0/+1
* ARM: use push/pop pseudo-instructions in simple_idct_armv6.SMåns Rullgård2009-01-121-20/+20
* ARM: simple_idct_armv6.S whitespace cosmeticsMåns Rullgård2009-01-121-27/+27
* ARM: clean up pc-relative references in simple_idct_armv6.SMåns Rullgård2009-01-121-12/+12
* ARM: use rX register names in simple_idct_armv6.SMåns Rullgård2009-01-121-224/+224
* Add missing inclusion of libavutil/intreadwrite.h, fix compilation whenStefano Sabatini2009-01-111-0/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-1140-1/+47
* Add missing #include to fix 'make checkheaders'.Diego Biurrun2009-01-111-0/+1
* Increase BUFFER_SIZE.Michael Niedermayer2009-01-111-1/+1
* fix indentionMichael Niedermayer2009-01-111-12/+12
* All negative values are errors not just -1.Michael Niedermayer2009-01-111-1/+3
* 30l: when reading mb_offset in RV30 slice header its sizeKostya Shishkov2009-01-111-6/+5