summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unneeded variables from contextVitor Sessak2008-04-171-14/+6
* Remove wrapper around av_log2()Vitor Sessak2008-04-171-8/+2
* Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.Alexander Strange2008-04-171-1/+1
* fix a typoBenoit Fouet2008-04-171-1/+1
* Make two comments doxygen compatible.Stefano Sabatini2008-04-171-2/+2
* Add descriptive long_name to AVCodecStefano Sabatini2008-04-171-1/+2
* indentMichael Niedermayer2008-04-171-19/+19
* Factorize more code.Michael Niedermayer2008-04-171-20/+12
* Factorize decode_postfix() out.Michael Niedermayer2008-04-171-32/+22
* Change k limiting code, i think the code was buggy.Michael Niedermayer2008-04-171-5/+7
* more senseless codeMichael Niedermayer2008-04-171-1/+0
* senseless codeMichael Niedermayer2008-04-171-4/+0
* useless variableMichael Niedermayer2008-04-171-6/+2
* simplifyMichael Niedermayer2008-04-171-4/+2
* fix building of test programs (make tests)Måns Rullgård2008-04-161-4/+2
* cosmetics: Fix nonstandard indentation.Diego Biurrun2008-04-161-21/+21
* Cosmetics:Jeff Downs2008-04-161-9/+21
* unusedMichael Niedermayer2008-04-161-1/+1
* cosmeticMichael Niedermayer2008-04-161-1/+2
* Move the *-1 to a more sane place as well.Michael Niedermayer2008-04-161-3/+3
* Move scale_bias to a more sane place. I am starting to wonder how thisMichael Niedermayer2008-04-161-5/+5
* simplifyMichael Niedermayer2008-04-161-2/+1
* Avoid reverse addressing, not sure if this is faster or slower but peopleMichael Niedermayer2008-04-161-3/+3
* commutative law based cleanupMichael Niedermayer2008-04-161-1/+1
* do the -1 outside of the transformMichael Niedermayer2008-04-161-4/+4