summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make it clear that ff_ivi_init_static_vlc() does not need argumentsKostya Shishkov2010-02-27
* add myself to gpg fingerprint listReinhard Tartler2010-02-27
* sort() names in PGP/GPG fingerprint listDiego Biurrun2010-02-27
* Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedupMichael Niedermayer2010-02-27
* Split *_type setting up, 4 cpu cycles faster.Michael Niedermayer2010-02-27
* Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.Zhou Zongyi2010-02-26
* Fixed a segfault in the DCA decoder with corrupted streams.Laurent Aimar2010-02-26
* Do not read beyond end of input in EA-TGV. This should avoid FATE test #362Vitor Sessak2010-02-26
* RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö2010-02-26
* Only load the topleft mv/ref when the topright is unavailable.Michael Niedermayer2010-02-26
* 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