summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Do not write junk in the end of truncated files. FATEVitor Sessak2008-06-20
* Misc cosmeticsVitor Sessak2008-06-19
* Remove useless commentVitor Sessak2008-06-19
* Last table renamingVitor Sessak2008-06-19
* Yet more table renamingVitor Sessak2008-06-19
* 10l: fix typoVitor Sessak2008-06-19
* More table renamingVitor Sessak2008-06-19
* Rename tableVitor Sessak2008-06-19
* Rename vars: s/decsp/out/Vitor Sessak2008-06-19
* Rename functionVitor Sessak2008-06-19
* Rename varVitor Sessak2008-06-19
* Do not shift F[I] twice, it is also clearer and smaller now.Michael Niedermayer2008-06-19
* Factorize c->ap += (-c->ap) >> 4 outMichael Niedermayer2008-06-19
* Get rid of G726Tables.bits.Michael Niedermayer2008-06-19
* Copy 4 pointers to avid dozends of ptr dereferences.Michael Niedermayer2008-06-19
* Does not need to be int16.Michael Niedermayer2008-06-19
* Factorize I >> (c->tbls->bits - 1) out.Michael Niedermayer2008-06-19
* Improve an lclenc.c error message in case of unsupported input pixelStefano Sabatini2008-06-19
* 1 abs() lessMichael Niedermayer2008-06-19
* simplifyMichael Niedermayer2008-06-18
* useless ()Michael Niedermayer2008-06-18
* remove unneeded tr == 0Michael Niedermayer2008-06-18
* simplifyMichael Niedermayer2008-06-18
* Get rid of the redundant AVG726Context.Michael Niedermayer2008-06-18
* Remove the truncated bitstream handling from our g726 decoder.Michael Niedermayer2008-06-18
* convert DOS-style carriage return to Unix-styleGuillaume Poirier2008-06-17
* Change iquant tables to int16.Michael Niedermayer2008-06-17
* simplifyMichael Niedermayer2008-06-17
* Get rid of useless wrapper function.Michael Niedermayer2008-06-17
* Do not inline g726_iterate() the function is big so its inlining willMichael Niedermayer2008-06-17
* Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.Michael Niedermayer2008-06-16
* Remove redundant zeroing (the context is memset(0)).Michael Niedermayer2008-06-16
* Use smaller data types for tables.Michael Niedermayer2008-06-16
* Float11 does not need int, .o file becomes smaller and the code mightMichael Niedermayer2008-06-16
* simplifyMichael Niedermayer2008-06-16
* Correct validity checks.Michael Niedermayer2008-06-16
* Print sane error message for channels != 1.Michael Niedermayer2008-06-16
* Check number of bits so we do not try to use table entries which do not exist.Michael Niedermayer2008-06-16
* Support decoding of sample_g726.asf.Michael Niedermayer2008-06-16
* get_bits() outputs exactly as many bits as requested no need to mask them.Michael Niedermayer2008-06-16
* Remove dead code.Michael Niedermayer2008-06-16
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2008-06-16
* fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).Jai Menon2008-06-15
* -0x8000 == 0x8000 with int16Michael Niedermayer2008-06-13
* Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id SoftwareStefano Sabatini2008-06-13
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* remove useless wrapper funcBaptiste Coudurier2008-06-10
* Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output andReimar Döffinger2008-06-09
* Almost-cosmetics: split out coeff_count from all_fragments struct intoReimar Döffinger2008-06-09
* enable global_header flag for audio and video encoding, was wrongly part of c...Baptiste Coudurier2008-06-09