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