summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Simplify intra PCM MB handling.Michael Niedermayer2008-07-30
* Do not declare a counter as unsigned when it is not neededVitor Sessak2008-07-29
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-29
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-29
* r14205 broke vorbis float_to_int on ppcLoren Merritt2008-07-29
* Use #define instead of a constant. Patch by Paul Kendall.Paul Kendall2008-07-29
* Small h264 decoding speed optimization: while->do/whileJason Garrett-Glaser2008-07-28
* Cosmetics: new lineVitor Sessak2008-07-28
* Remove the now useless phase variable from contextVitor Sessak2008-07-28
* increment minor version for commit r14412 (add sample_fmts infrastructure)Peter Ross2008-07-28
* Cosmetics: make comment match var nameVitor Sessak2008-07-28
* Cosmetics: align commentsVitor Sessak2008-07-28
* Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/Vitor Sessak2008-07-28
* Declare temporary buffers to be only of the necessary sizeVitor Sessak2008-07-28
* Remove redundant commentsVitor Sessak2008-07-28
* Cosmetics: do not align with now removed next instructionVitor Sessak2008-07-28
* Cosmetics: remove braces and useless newlineVitor Sessak2008-07-28
* Change the way the input is passed to do_hybrid_filter(). Before, in[0] wasVitor Sessak2008-07-28
* Remove RA288Context.output buffer. This buffer is just RA288Context.sbVitor Sessak2008-07-28
* Add a few comments pointing to the G.728 specificationVitor Sessak2008-07-27
* Remove the history buffer from the context. It can easily be evaluatedVitor Sessak2008-07-27
* Remove unused variable.Diego Biurrun2008-07-27
* Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few doxyVitor Sessak2008-07-27
* Complete documentation for av_set_string().Stefano Sabatini2008-07-27
* Remove st1 and st2 temporary buffers in backward_filter() and use insteadVitor Sessak2008-07-27
* Change slightly the meaning of RA288Context.phase. ThisVitor Sessak2008-07-27
* Initialize outputed_poc to INT_MIN at decoder initialization.Jeff Downs2008-07-27
* left_block intialisation optimisation.Paul Kendall2008-07-27
* AAC tables and data that have been OKed by MichaelRobert Swain2008-07-27
* And.... Fix another spec reference to be more specific and correct.Jeff Downs2008-07-26
* Fix reference to spec to be more specific and correct.Jeff Downs2008-07-26
* Remove st1 and st2 variables from context, since they could be just local varsVitor Sessak2008-07-26
* Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{re...Vitor Sessak2008-07-26
* Simple refactoring to resolve a FIXME. Patch by Paul Kendall.Paul Kendall2008-07-26
* Cosmetics: remove useless parenthesisVitor Sessak2008-07-26
* Move colmult() function to the beginning of file to group DSP-related functions.Vitor Sessak2008-07-26
* Remove an useless comment describing colmult()Vitor Sessak2008-07-26
* Remove an useless comment describing prodsum()Vitor Sessak2008-07-26
* Give the context variables of ra288 a better name: s/glob/ractx/Vitor Sessak2008-07-26
* Give the context structure of ra288 a better name: s/Real288_internal/RA288Co...Vitor Sessak2008-07-26
* add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum.Peter Ross2008-07-26
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-26
* indentMichael Niedermayer2008-07-26
* chroma_format_idc=0 aka grayscale support.Michael Niedermayer2008-07-26
* Add a new -debug option for tracing calls to the default get/release_buffer f...Alexander Strange2008-07-26
* Revert r14404Michael Niedermayer2008-07-25
* Remove another 2 incorrect checks.Michael Niedermayer2008-07-25
* Print an error if a reference picture is missing.Michael Niedermayer2008-07-25
* Remove mysterious ref->data[0] check.Michael Niedermayer2008-07-25
* 10l typo, fix compilationMichael Niedermayer2008-07-25