summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove some useless operations from the code setting left_cbp.Michael Niedermayer2010-02-26
* Prevent overflow of start_time + recording_time.Francesco Cosoleto2010-02-26
* Add myself as maintainer of the bink demuxer and bink audio decoderPeter Ross2010-02-26
* Simplify code to set cbp_*Michael Niedermayer2010-02-26
* Fix typos in ref_index documentation.Benoit Fouet2010-02-26
* Move init of right side of ref_cache from fill_caches() to init_the_darn_deco...Michael Niedermayer2010-02-26
* Remove 3 mv_cache zeroing instructions that zeroed the right side.Michael Niedermayer2010-02-26
* Remove useless check of the 2 left MBs of a pair being in the same slice.Michael Niedermayer2010-02-26
* Clarify ref_index.Michael Niedermayer2010-02-26
* Remove unneeded line of code from the neighbor setting code in h264.Michael Niedermayer2010-02-26
* Simplify code in mv_pred.Michael Niedermayer2010-02-26
* Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride toMichael Niedermayer2010-02-25
* Disable suffix rulesMåns Rullgård2010-02-25
* Remove pointless empty line.Stefano Sabatini2010-02-25
* Apply consistency nit.Stefano Sabatini2010-02-25
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-25
* Replace not anymore valid syntax "-title X" with "-metadata title=X".Stefano Sabatini2010-02-25
* svq3 now in working condition, at least vissually, ill let fate tell usMichael Niedermayer2010-02-25
* fix compilation, sorry ive not checked cvslog for a while :(((Michael Niedermayer2010-02-25
* asfenc: write tags in proper UTF-16.Anton Khirnov2010-02-25
* asfenc: simplify writing of comment header.Anton Khirnov2010-02-25
* asfdec: don't strip the "WM/" prefix, this should be done during conversion.Anton Khirnov2010-02-25
* Dont allocate direct_table 8 times too large.Michael Niedermayer2010-02-25
* Store data in direct_table interleaved.Michael Niedermayer2010-02-25
* Simplify intra4x4_pred_mode_cache init.Michael Niedermayer2010-02-25
* Reorder intra4x4_pred_mode so that we can read/write 4 values at once.Michael Niedermayer2010-02-25
* Store intra4x4_pred_mode per row only.Michael Niedermayer2010-02-25
* 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