summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Complete documentation for av_set_string().Stefano Sabatini2008-07-271-0/+20
* Remove st1 and st2 temporary buffers in backward_filter() and use insteadVitor Sessak2008-07-271-6/+4
* Change benchmarking code so it returns comparable values.Michael Niedermayer2008-07-271-7/+4
* Make the selftesting code use and compileable.Michael Niedermayer2008-07-272-8/+3
* Change slightly the meaning of RA288Context.phase. ThisVitor Sessak2008-07-271-12/+6
* Fix and clarify invalid examples for framerate override in the documentation.tripp2008-07-271-7/+3
* matroska: add support for A_QUICKTIME/QDM2 codecAurelien Jacobs2008-07-272-1/+2
* matroska: add support for V_QUICKTIME track typeAurelien Jacobs2008-07-272-3/+32
* Initialize outputed_poc to INT_MIN at decoder initialization.Jeff Downs2008-07-271-0/+1
* left_block intialisation optimisation.Paul Kendall2008-07-271-33/+11
* typo fixDiego Biurrun2008-07-271-1/+1
* AAC tables and data that have been OKed by MichaelRobert Swain2008-07-271-0/+790
* Detect IDR less H.264 correctly.Michael Niedermayer2008-07-261-2/+3
* And.... Fix another spec reference to be more specific and correct.Jeff Downs2008-07-261-1/+1
* Fix reference to spec to be more specific and correct.Jeff Downs2008-07-261-1/+1
* Remove st1 and st2 variables from context, since they could be just local varsVitor Sessak2008-07-261-6/+6
* Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{re...Vitor Sessak2008-07-261-4/+14
* Simple refactoring to resolve a FIXME. Patch by Paul Kendall.Paul Kendall2008-07-261-2/+1
* Cosmetics: remove useless parenthesisVitor Sessak2008-07-261-1/+1
* Move colmult() function to the beginning of file to group DSP-related functions.Vitor Sessak2008-07-261-6/+6
* Remove an useless comment describing colmult()Vitor Sessak2008-07-261-1/+0
* Remove an useless comment describing prodsum()Vitor Sessak2008-07-261-1/+0
* Give the context variables of ra288 a better name: s/glob/ractx/Vitor Sessak2008-07-261-26/+26
* Give the context structure of ra288 a better name: s/Real288_internal/RA288Co...Vitor Sessak2008-07-261-5/+5
* add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum.Peter Ross2008-07-261-0/+2
* Include 32-bit PCM descriptionPeter Ross2008-07-261-1/+1
* Support 32-bit floating point audio samples in Sun AU demuxerPeter Ross2008-07-261-0/+1
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-265-1/+40
* indentMichael Niedermayer2008-07-261-78/+76
* chroma_format_idc=0 aka grayscale support.Michael Niedermayer2008-07-263-5/+41
* Add a new -debug option for tracing calls to the default get/release_buffer f...Alexander Strange2008-07-262-0/+8
* Revert r14404Michael Niedermayer2008-07-251-2/+3
* Remove another 2 incorrect checks.Michael Niedermayer2008-07-251-3/+2
* Print an error if a reference picture is missing.Michael Niedermayer2008-07-251-2/+4
* Remove mysterious ref->data[0] check.Michael Niedermayer2008-07-251-2/+2
* 10l typo, fix compilationMichael Niedermayer2008-07-251-1/+1
* Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0).Michael Niedermayer2008-07-251-1/+1
* indentMichael Niedermayer2008-07-251-3/+3
* Rewrite fill_default_ref_list(), the old code was obfuscated beyondMichael Niedermayer2008-07-251-190/+62
* Improve documentation about -bt optionJason Garrett-Glaser2008-07-251-1/+6
* Do not scare the user with error messages when everything is ok.Michael Niedermayer2008-07-251-0/+2
* Make remove_short() match remove_long() in that it calls unreference_pic().Michael Niedermayer2008-07-251-11/+10
* Removing yet another weird field pic special case,Michael Niedermayer2008-07-251-14/+12
* Make remove_long() call unreference_pic() internally.Michael Niedermayer2008-07-251-23/+16
* Merge oddly duplicated remove_long/remove_long_at_index() function.Michael Niedermayer2008-07-251-19/+11
* Remove strange long_ref=0.Michael Niedermayer2008-07-251-1/+0
* indentMichael Niedermayer2008-07-251-12/+12
* 10000l, forgotton }Michael Niedermayer2008-07-251-0/+1
* Remove another of these obfuscated special cases for field picturesMichael Niedermayer2008-07-251-14/+1
* Simplify mmco setup code used in IDR pictures.Michael Niedermayer2008-07-251-2/+2
OpenPOWER on IntegriCloud