summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* fix dependency generationMåns Rullgård2008-06-19
* enable version.h to be created from subdirsMåns Rullgård2008-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
* Fix neverending loop which might happen when sending high-bitrate MPEG2Luca Abeni2008-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
* Cosmetics: s/stats/status/ in ffserver.c.Stefano Sabatini2008-06-19
* Add an "How does it work" section in ffserver-doc.texi.Stefano Sabatini2008-06-18
* 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
* Parse 'dats' as data.Florian Echtler2008-06-18
* free private streamcontext when closing demuxer, fix memory leak, patch by Ar...Art Clarke2008-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
* Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.Stefano Sabatini2008-06-17
* Cosmetics: display ffmpeg -h generic advanced options just afterStefano Sabatini2008-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
* matroskadec: remove some useless codeAurelien Jacobs2008-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
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16