summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-256-56/+49
* Disable suffix rulesMåns Rullgård2010-02-251-0/+4
* Remove pointless empty line.Stefano Sabatini2010-02-251-1/+0
* Apply consistency nit.Stefano Sabatini2010-02-251-1/+1
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-253-0/+193
* Replace not anymore valid syntax "-title X" with "-metadata title=X".Stefano Sabatini2010-02-251-3/+3
* svq3 now in working condition, at least vissually, ill let fate tell usMichael Niedermayer2010-02-251-15/+15
* fix compilation, sorry ive not checked cvslog for a while :(((Michael Niedermayer2010-02-251-15/+15
* asfenc: write tags in proper UTF-16.Anton Khirnov2010-02-251-17/+59
* asfenc: simplify writing of comment header.Anton Khirnov2010-02-251-15/+12
* asfdec: don't strip the "WM/" prefix, this should be done during conversion.Anton Khirnov2010-02-251-2/+0
* Dont allocate direct_table 8 times too large.Michael Niedermayer2010-02-251-1/+1
* Store data in direct_table interleaved.Michael Niedermayer2010-02-251-9/+9
* Simplify intra4x4_pred_mode_cache init.Michael Niedermayer2010-02-251-14/+2
* Reorder intra4x4_pred_mode so that we can read/write 4 values at once.Michael Niedermayer2010-02-252-14/+7
* Store intra4x4_pred_mode per row only.Michael Niedermayer2010-02-252-16/+18
* unroll tiny and trivial loop. Same speed but clearer.Michael Niedermayer2010-02-251-3/+3
* asf: indent.Benoit Fouet2010-02-251-5/+5
* asf: add more entries to metadata conv table.Benoit Fouet2010-02-251-0/+12
* Cut the size of mvd_table by yet another factor of 2.Michael Niedermayer2010-02-252-15/+17
* Keep mvd_table values of only 2 mb rows.Michael Niedermayer2010-02-252-4/+11
* 10l: add prefix "TAG:" to the metadata tags key showed for each stream.Stefano Sabatini2010-02-251-1/+1
* Cosmetics: replace "filename" to "arg" for the name of the argument ofStefano Sabatini2010-02-251-5/+5
* aac: Keep decode_band_types() from eating all padding at the end of a buffer.Alex Converse2010-02-241-0/+4
* Extend doxy for the src parameter of av_fifo_generic_write().Stefano Sabatini2010-02-241-1/+2
* 3rd and hopefully last 100l fix.Michael Niedermayer2010-02-241-1/+1
* Fix doxy and assert().Michael Niedermayer2010-02-241-2/+2
* Try to fix 100l compilation failure on some systems.Michael Niedermayer2010-02-241-16/+16
* Change mvd_cache & mvd_table to 8bit, this is overall a bit fasterMichael Niedermayer2010-02-243-37/+44
* AV_COPY16() & AV_ZERO16()Michael Niedermayer2010-02-241-0/+8
* Extend fill_rectangle() support for 16bitMichael Niedermayer2010-02-241-26/+27
* Calculate mvd without abs()Michael Niedermayer2010-02-241-14/+18
* Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in ourAnton Khirnov2010-02-241-6/+10
* Don't add WM prefixes to all written ASF tags.Anton Khirnov2010-02-242-7/+4
* switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now.Michael Niedermayer2010-02-241-1/+1
* Eliminate put_str16().Anton Khirnov2010-02-241-9/+5
* Add PUT_UTF16() macro.Anton Khirnov2010-02-241-0/+30
* Factorize common code from the top of decode_cabac_mb_mvd()Michael Niedermayer2010-02-241-13/+16
* Mention that metadata tags are (unvalidated) UTF-8.Anton Khirnov2010-02-241-1/+3
* Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)Michael Niedermayer2010-02-241-1/+1
* Clear freed pointer in ffplay.c.Ramiro Polla2010-02-241-0/+1
* Replace ad-hoc fill rectangle by fill_rectangle().Michael Niedermayer2010-02-241-4/+2
* ff_msmpeg4_decode_init() calls ff_h263_decode_init() which callsKostya Shishkov2010-02-241-3/+1
* it is not necessary to display the decoder name, as av_log() automatically pr...Peter Ross2010-02-241-1/+1
* low-complexity Bink file seekingPeter Ross2010-02-241-0/+15
* set AVINDEX_KEYFRAME correctly for binkPeter Ross2010-02-241-8/+10
* Correctly increment continuity_counter in PCR packets.Yann Coupin2010-02-242-6/+6
* asfdec: skip byte array tags.Benoit Fouet2010-02-241-2/+2
* asfdec: add a debug message about skipped tags.Benoit Fouet2010-02-241-0/+1
* asfdec: fix a memleak.Benoit Fouet2010-02-241-0/+1