summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* asfdec: only unicode tags must have even length.Benoit Fouet2010-02-241-1/+1
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-244-10/+21
* FFprobe: take only one input file.Ramiro Polla2010-02-241-0/+4
* Replace /2 by faster >>1 as the mvd values are now all positive.Michael Niedermayer2010-02-241-1/+1
* Remove unused variable. Seems i forgot to commit this.Michael Niedermayer2010-02-241-1/+0
* Attempt to fix issue1728 and regression of issue203Michael Niedermayer2010-02-231-1/+1
* Set ist->pts to something that isnt guranteed to entangle itself with stream ...Michael Niedermayer2010-02-231-1/+3
* Add -Wmissing-prototypes to CFLAGS if available.Diego Biurrun2010-02-231-0/+1
* Also favor streams with more packets in ffplay.Michael Niedermayer2010-02-231-3/+10
* Dont modify wanted_stream.Michael Niedermayer2010-02-231-6/+9
* replace wanted_*_stream by wanted_stream[CODEC_TYPE]Michael Niedermayer2010-02-231-9/+11