summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move #includes, which are only used in the test program, below the #ifdefDiego Biurrun2008-07-27
* Improve long names for FFM muxer and demuxer:Stefano Sabatini2008-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 benchmarking code so it returns comparable values.Michael Niedermayer2008-07-27
* Make the selftesting code use and compileable.Michael Niedermayer2008-07-27
* Change slightly the meaning of RA288Context.phase. ThisVitor Sessak2008-07-27
* Fix and clarify invalid examples for framerate override in the documentation.tripp2008-07-27
* matroska: add support for A_QUICKTIME/QDM2 codecAurelien Jacobs2008-07-27
* matroska: add support for V_QUICKTIME track typeAurelien Jacobs2008-07-27
* Initialize outputed_poc to INT_MIN at decoder initialization.Jeff Downs2008-07-27
* left_block intialisation optimisation.Paul Kendall2008-07-27
* typo fixDiego Biurrun2008-07-27
* AAC tables and data that have been OKed by MichaelRobert Swain2008-07-27
* Detect IDR less H.264 correctly.Michael Niedermayer2008-07-26
* 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
* Include 32-bit PCM descriptionPeter Ross2008-07-26
* Support 32-bit floating point audio samples in Sun AU demuxerPeter 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
* Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0).Michael Niedermayer2008-07-25
* indentMichael Niedermayer2008-07-25
* Rewrite fill_default_ref_list(), the old code was obfuscated beyondMichael Niedermayer2008-07-25
* Improve documentation about -bt optionJason Garrett-Glaser2008-07-25
* Do not scare the user with error messages when everything is ok.Michael Niedermayer2008-07-25
* Make remove_short() match remove_long() in that it calls unreference_pic().Michael Niedermayer2008-07-25
* Removing yet another weird field pic special case,Michael Niedermayer2008-07-25
* Make remove_long() call unreference_pic() internally.Michael Niedermayer2008-07-25
* Merge oddly duplicated remove_long/remove_long_at_index() function.Michael Niedermayer2008-07-25
* Remove strange long_ref=0.Michael Niedermayer2008-07-25
* indentMichael Niedermayer2008-07-25