summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov2008-04-262-0/+183
* get_vlc2() only gets up to three levels in the tables. The last codes weren't...Ramiro Polla2008-04-261-2/+2
* Correct company nameKostya Shishkov2008-04-261-2/+2
* Fixed-point implementation of ff_cos, ff_log2, ff_exp2.Vladimir Voroshilov2008-04-252-0/+270
* 10l, alphabetical orderBaptiste Coudurier2008-04-251-1/+1
* identationBaptiste Coudurier2008-04-251-24/+24
* remove no more needed fieldBaptiste Coudurier2008-04-251-1/+0
* remove unused varBaptiste Coudurier2008-04-251-1/+1
* remove ima qt decoding hack, decode whole frame at onceBaptiste Coudurier2008-04-251-11/+5
* fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier2008-04-251-1/+2
* set channels and sample rate from mpeg4audio configBaptiste Coudurier2008-04-251-1/+1
* mov demuxer depends on mpeg4audio code nowBaptiste Coudurier2008-04-251-0/+1
* Make sure some value is always returned via data_sizeMichel Bardiaux2008-04-251-3/+2
* Allow bitrates zero and 13200 (needed for decoding mov and aiff)Michel Bardiaux2008-04-251-1/+16
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-245-0/+70
* Set pixel aspect ratio for libxvid wrapper.Thorsten Jordan2008-04-241-0/+11
* Fix regression introduced by r12929.Ramiro Polla2008-04-221-1/+2
* The code now is pretty self explanatory about the header structure.Ramiro Polla2008-04-221-13/+2
* Use bytestream functions for reading frame header.Ramiro Polla2008-04-221-7/+9
* Make Xvid wrapper use threads (with support for newest CVS Xvid only)Thorsten Jordan2008-04-221-2/+3
* Add supported_samplerates field to AVCodecStefano Sabatini2008-04-221-1/+2
* Rename diracschro_common.[ch] to libdirac_libschro.[ch], external libraryDiego Biurrun2008-04-222-6/+6
* libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtr...Luca Barbato2008-04-222-0/+221
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-224-63/+52
* Add .longname to bfi_decoder declaration.Sisir Koppaka2008-04-221-0/+1
* Force inlining of MPV_motion_internal.Keiji Costantini2008-04-211-1/+1
* Unroll codepathKeiji Costantini2008-04-212-19/+61
* Simplify ff_split_xiph_headersReimar Döffinger2008-04-201-8/+7
* Add checks to ff_split_xiph_headers to ensure that returned header_len andReimar Döffinger2008-04-201-4/+11
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-195-5/+5
* Do not pass dct_block to vlc_decode_block().Ramiro Polla2008-04-191-4/+3
* Cosmetics and style.Ramiro Polla2008-04-191-4/+4
* Rename vlc1 to vlc.Ramiro Polla2008-04-191-4/+4
* Make most of E-AC-3 work without breaking regression tests.Michael Niedermayer2008-04-191-3/+3
* This fixes the code so it is correct on both sides of the if().Michael Niedermayer2008-04-191-1/+3
* indentMichael Niedermayer2008-04-191-14/+14
* Fix build of cputest test program.Diego Biurrun2008-04-191-2/+2
* 100l I broke AC3 in MPEG seeking.Michael Niedermayer2008-04-191-1/+1
* Part 2 of EAC3 support, this is still disabled as it breaks regressionsMichael Niedermayer2008-04-191-2/+2
* part 1 of EAC3 supportMichael Niedermayer2008-04-191-1/+4
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-194-4/+14
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-194-46/+43
* check alac EOF markerMatthieu Castet2008-04-181-0/+5
* BFI video decoder.Sisir Koppaka2008-04-183-0/+183
* remove AACAC3FrameFlagMichael Niedermayer2008-04-184-23/+4
* cosmetics: spellingDiego Biurrun2008-04-171-3/+3
* cosmetics: Sort some lists alphabetically.Diego Biurrun2008-04-174-45/+45
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-1710-105/+105
* Remove another unneeded var from contextVitor Sessak2008-04-171-3/+1
* 10l: my last commit broke compilation and introduced warningsVitor Sessak2008-04-171-5/+3