summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move read_line() and write_line() definition from pixdesc.h toStefano Sabatini2010-02-16
* Fix two problems (no idea how this ever worked):Ronald S. Bultje2010-02-16
* Revert r21851.Ronald S. Bultje2010-02-16
* Don't return 0 if buffer setup failed. That signals the RTSP demuxer thatRonald S. Bultje2010-02-16
* Set lavf identification string globally in av_write_header(), ratherAnton Khirnov2010-02-16
* Limit the Rice parameter used for progressive decoding in ALS.Thilo Borgmann2010-02-16
* Add lsp.o as a dependency for wmavoice. This fixes a compilation error whenJames Darnley2010-02-16
* Support IFF ANNO (annotation) chunk typePeter Ross2010-02-16
* Support <8-bit ILBM uncompressed bitmapsPeter Ross2010-02-16
* 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type()Michael Niedermayer2010-02-16
* Drop a few redundant slice_num checks.Michael Niedermayer2010-02-16
* Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take itsMichael Niedermayer2010-02-15
* Split setting neighboring MBs from fill_decode_caches()Michael Niedermayer2010-02-15
* Strings in extended content header are UTF16,Anton Khirnov2010-02-15
* workaround for broken files created by previous versions of asfenc.Anton Khirnov2010-02-15
* Simplify decode_cabac_mb_intra4x4_pred_mode().Michael Niedermayer2010-02-15
* Merge decode_cabac_mb_type_b() into calling code.Michael Niedermayer2010-02-15
* Remove outdated comment.Maxim Poliakovski2010-02-15
* add heuristic to discern the old sample clips from streams encodedStefan Gehrer2010-02-15
* avoid using DECLARE_ALIGNED on stack variable as suggested by ReimarStefan Gehrer2010-02-15
* AAC: Mark che_configure() as av_cold.Alex Converse2010-02-15
* AAC: Mark functions that are only called when the output configuration is not...Alex Converse2010-02-15
* IFF bitmap n-bit color supportPeter Ross2010-02-15
* 10l ;; gcc 2.95 compilation fix by mikeMichael Niedermayer2010-02-15
* 10l use pack16to32(), should fix big endian h264 failures.Michael Niedermayer2010-02-15
* Merge the single line function decode_cabac_mb_transform_size()Michael Niedermayer2010-02-15
* indentMichael Niedermayer2010-02-14
* Merge decode_cabac_mb_dqp() with surronding code.Michael Niedermayer2010-02-14
* Drop if(0) code.Michael Niedermayer2010-02-14
* ReindentReimar Döffinger2010-02-14
* Optimize h261_probe function, since it is far slower than all others.Reimar Döffinger2010-02-14
* Set sub_mb_type in direct_cache instead of just the direct flag.Michael Niedermayer2010-02-14
* Store sub_mb_type in direct_cache/direct_table.Michael Niedermayer2010-02-14
* Add myself as maintainer of bgmc.[ch].Thilo Borgmann2010-02-14
* Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cb...Michael Niedermayer2010-02-14
* Revert r21814Michael Niedermayer2010-02-14
* Cosmetics, vertical align.Michael Niedermayer2010-02-14
* Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call itMichael Niedermayer2010-02-13
* h264: Remove unused variables.Alexander Strange2010-02-13
* h264: Fix pointer warnings by removing redundant [0]Alexander Strange2010-02-13
* Fix integer overflow warnings in h264.hAlexander Strange2010-02-13
* Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)Michael Niedermayer2010-02-13
* Skiped MBs dont need the cbp stuff so skip initing that.Michael Niedermayer2010-02-13
* Reindent a line.Thilo Borgmann2010-02-13
* Also skip direct/mvd_cache init for skiped blocks.Michael Niedermayer2010-02-13
* Add myself as contributor.Thilo Borgmann2010-02-13
* Add myself as ALS maintainer.Thilo Borgmann2010-02-13
* Move more code under if(!IS_DIRECT(mb_type)).Michael Niedermayer2010-02-13
* Move CODEC_FLAG_GRAY check to outer loopDavid Conrad2010-02-13
* Move branch based on custom mode outside the loopDavid Conrad2010-02-13