summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* unroll tiny and trivial loop. Same speed but clearer.Michael Niedermayer2010-02-25
* asf: indent.Benoit Fouet2010-02-25
* asf: add more entries to metadata conv table.Benoit Fouet2010-02-25
* Cut the size of mvd_table by yet another factor of 2.Michael Niedermayer2010-02-25
* Keep mvd_table values of only 2 mb rows.Michael Niedermayer2010-02-25
* 10l: add prefix "TAG:" to the metadata tags key showed for each stream.Stefano Sabatini2010-02-25
* Cosmetics: replace "filename" to "arg" for the name of the argument ofStefano Sabatini2010-02-25
* aac: Keep decode_band_types() from eating all padding at the end of a buffer.Alex Converse2010-02-24
* Extend doxy for the src parameter of av_fifo_generic_write().Stefano Sabatini2010-02-24
* 3rd and hopefully last 100l fix.Michael Niedermayer2010-02-24
* Fix doxy and assert().Michael Niedermayer2010-02-24
* Try to fix 100l compilation failure on some systems.Michael Niedermayer2010-02-24
* Change mvd_cache & mvd_table to 8bit, this is overall a bit fasterMichael Niedermayer2010-02-24
* AV_COPY16() & AV_ZERO16()Michael Niedermayer2010-02-24
* Extend fill_rectangle() support for 16bitMichael Niedermayer2010-02-24
* Calculate mvd without abs()Michael Niedermayer2010-02-24
* Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in ourAnton Khirnov2010-02-24
* Don't add WM prefixes to all written ASF tags.Anton Khirnov2010-02-24
* switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now.Michael Niedermayer2010-02-24
* Eliminate put_str16().Anton Khirnov2010-02-24
* Add PUT_UTF16() macro.Anton Khirnov2010-02-24
* Factorize common code from the top of decode_cabac_mb_mvd()Michael Niedermayer2010-02-24
* Mention that metadata tags are (unvalidated) UTF-8.Anton Khirnov2010-02-24
* Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)Michael Niedermayer2010-02-24
* Clear freed pointer in ffplay.c.Ramiro Polla2010-02-24
* Replace ad-hoc fill rectangle by fill_rectangle().Michael Niedermayer2010-02-24
* ff_msmpeg4_decode_init() calls ff_h263_decode_init() which callsKostya Shishkov2010-02-24
* it is not necessary to display the decoder name, as av_log() automatically pr...Peter Ross2010-02-24
* low-complexity Bink file seekingPeter Ross2010-02-24
* set AVINDEX_KEYFRAME correctly for binkPeter Ross2010-02-24
* Correctly increment continuity_counter in PCR packets.Yann Coupin2010-02-24
* asfdec: skip byte array tags.Benoit Fouet2010-02-24
* asfdec: add a debug message about skipped tags.Benoit Fouet2010-02-24
* asfdec: fix a memleak.Benoit Fouet2010-02-24
* asfdec: only unicode tags must have even length.Benoit Fouet2010-02-24
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-24
* FFprobe: take only one input file.Ramiro Polla2010-02-24
* Replace /2 by faster >>1 as the mvd values are now all positive.Michael Niedermayer2010-02-24
* Remove unused variable. Seems i forgot to commit this.Michael Niedermayer2010-02-24
* Attempt to fix issue1728 and regression of issue203Michael Niedermayer2010-02-23
* Set ist->pts to something that isnt guranteed to entangle itself with stream ...Michael Niedermayer2010-02-23
* Add -Wmissing-prototypes to CFLAGS if available.Diego Biurrun2010-02-23
* Also favor streams with more packets in ffplay.Michael Niedermayer2010-02-23
* Dont modify wanted_stream.Michael Niedermayer2010-02-23
* replace wanted_*_stream by wanted_stream[CODEC_TYPE]Michael Niedermayer2010-02-23
* mlp_parser: Fix memleak.Jai Menon2010-02-23
* vfwcap: support MJPG compressed streams.Nash Tsai2010-02-23
* Reorder buffer debug. Also print out if slice was buffered.Ramiro Polla2010-02-23
* Replace *_index by st_index[codec_type].Michael Niedermayer2010-02-23
* Favor streams with more packets if the user did not specify what she wants.Michael Niedermayer2010-02-23