Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov | 2008-04-19 | 5 | -5/+5 |
* | Do not pass dct_block to vlc_decode_block(). | Ramiro Polla | 2008-04-19 | 1 | -4/+3 |
* | Cosmetics and style. | Ramiro Polla | 2008-04-19 | 1 | -4/+4 |
* | Rename vlc1 to vlc. | Ramiro Polla | 2008-04-19 | 1 | -4/+4 |
* | Make most of E-AC-3 work without breaking regression tests. | Michael Niedermayer | 2008-04-19 | 1 | -3/+3 |
* | This fixes the code so it is correct on both sides of the if(). | Michael Niedermayer | 2008-04-19 | 1 | -1/+3 |
* | indent | Michael Niedermayer | 2008-04-19 | 1 | -14/+14 |
* | Fix build of cputest test program. | Diego Biurrun | 2008-04-19 | 1 | -2/+2 |
* | 100l I broke AC3 in MPEG seeking. | Michael Niedermayer | 2008-04-19 | 1 | -1/+1 |
* | Part 2 of EAC3 support, this is still disabled as it breaks regressions | Michael Niedermayer | 2008-04-19 | 1 | -2/+2 |
* | part 1 of EAC3 support | Michael Niedermayer | 2008-04-19 | 1 | -1/+4 |
* | Add new_frame_start and need_next_header. | Michael Niedermayer | 2008-04-19 | 4 | -4/+14 |
* | Change aac and ac3 parsers to use ff_combine_frame(). | Michael Niedermayer | 2008-04-19 | 4 | -46/+43 |
* | check alac EOF marker | Matthieu Castet | 2008-04-18 | 1 | -0/+5 |
* | BFI video decoder. | Sisir Koppaka | 2008-04-18 | 3 | -0/+183 |
* | remove AACAC3FrameFlag | Michael Niedermayer | 2008-04-18 | 4 | -23/+4 |
* | cosmetics: spelling | Diego Biurrun | 2008-04-17 | 1 | -3/+3 |
* | cosmetics: Sort some lists alphabetically. | Diego Biurrun | 2008-04-17 | 4 | -45/+45 |
* | cosmetics: __asm__ __volatile__ --> asm volatile | Diego Biurrun | 2008-04-17 | 10 | -105/+105 |
* | Remove another unneeded var from context | Vitor Sessak | 2008-04-17 | 1 | -3/+1 |
* | 10l: my last commit broke compilation and introduced warnings | Vitor Sessak | 2008-04-17 | 1 | -5/+3 |
* | Remove unneeded variables from context | Vitor Sessak | 2008-04-17 | 1 | -14/+6 |
* | Remove wrapper around av_log2() | Vitor Sessak | 2008-04-17 | 1 | -8/+2 |
* | Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. | Alexander Strange | 2008-04-17 | 1 | -1/+1 |
* | fix a typo | Benoit Fouet | 2008-04-17 | 1 | -1/+1 |
* | Make two comments doxygen compatible. | Stefano Sabatini | 2008-04-17 | 1 | -2/+2 |
* | Add descriptive long_name to AVCodec | Stefano Sabatini | 2008-04-17 | 1 | -1/+2 |
* | indent | Michael Niedermayer | 2008-04-17 | 1 | -19/+19 |
* | Factorize more code. | Michael Niedermayer | 2008-04-17 | 1 | -20/+12 |
* | Factorize decode_postfix() out. | Michael Niedermayer | 2008-04-17 | 1 | -32/+22 |
* | Change k limiting code, i think the code was buggy. | Michael Niedermayer | 2008-04-17 | 1 | -5/+7 |
* | more senseless code | Michael Niedermayer | 2008-04-17 | 1 | -1/+0 |
* | senseless code | Michael Niedermayer | 2008-04-17 | 1 | -4/+0 |
* | useless variable | Michael Niedermayer | 2008-04-17 | 1 | -6/+2 |
* | simplify | Michael Niedermayer | 2008-04-17 | 1 | -4/+2 |
* | fix building of test programs (make tests) | Måns Rullgård | 2008-04-16 | 1 | -4/+2 |
* | cosmetics: Fix nonstandard indentation. | Diego Biurrun | 2008-04-16 | 1 | -21/+21 |
* | Cosmetics: | Jeff Downs | 2008-04-16 | 1 | -9/+21 |
* | unused | Michael Niedermayer | 2008-04-16 | 1 | -1/+1 |
* | cosmetic | Michael Niedermayer | 2008-04-16 | 1 | -1/+2 |
* | Move the *-1 to a more sane place as well. | Michael Niedermayer | 2008-04-16 | 1 | -3/+3 |
* | Move scale_bias to a more sane place. I am starting to wonder how this | Michael Niedermayer | 2008-04-16 | 1 | -5/+5 |
* | simplify | Michael Niedermayer | 2008-04-16 | 1 | -2/+1 |
* | Avoid reverse addressing, not sure if this is faster or slower but people | Michael Niedermayer | 2008-04-16 | 1 | -3/+3 |
* | commutative law based cleanup | Michael Niedermayer | 2008-04-16 | 1 | -1/+1 |
* | do the -1 outside of the transform | Michael Niedermayer | 2008-04-16 | 1 | -4/+4 |
* | normalize signs | Michael Niedermayer | 2008-04-16 | 1 | -4/+2 |
* | 100l lost add_bias | Michael Niedermayer | 2008-04-16 | 1 | -2/+2 |
* | simplify transform | Michael Niedermayer | 2008-04-16 | 1 | -20/+10 |
* | Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. | Jeff Downs | 2008-04-16 | 3 | -110/+147 |