23312 Commits (db76ca7f3543ab9caadce1bda6d70d5c1d9be011)
 

Author SHA1 Message Date
Ronald S. Bultje a636b58ce1 Fix two problems (no idea how this ever worked): 15 years ago
Ronald S. Bultje 4abd85141c Revert r21851. 15 years ago
Ronald S. Bultje 298d2fd304 Don't return 0 if buffer setup failed. That signals the RTSP demuxer that 15 years ago
Anton Khirnov ed7694d8cf Set lavf identification string globally in av_write_header(), rather 15 years ago
Thilo Borgmann 114315994b Limit the Rice parameter used for progressive decoding in ALS. 15 years ago
James Darnley 85207e38dc Add lsp.o as a dependency for wmavoice. This fixes a compilation error when 15 years ago
Peter Ross 899605f150 Support IFF ANNO (annotation) chunk type 15 years ago
Peter Ross cbba8fec23 Support <8-bit ILBM uncompressed bitmaps 15 years ago
Michael Niedermayer 37a9719a97 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() 15 years ago
Michael Niedermayer 5806e8cd1f Drop a few redundant slice_num checks. 15 years ago
Michael Niedermayer 053074276b Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its 15 years ago
Michael Niedermayer c1bb66ac19 Split setting neighboring MBs from fill_decode_caches() 15 years ago
Anton Khirnov 83a6c1a69c Strings in extended content header are UTF16, 15 years ago
Anton Khirnov 4a3104a96a workaround for broken files created by previous versions of asfenc. 15 years ago
Michael Niedermayer cf55f59d5e Simplify decode_cabac_mb_intra4x4_pred_mode(). 15 years ago
Michael Niedermayer f4060611e9 Merge decode_cabac_mb_type_b() into calling code. 15 years ago
Maxim Poliakovski 6713b6b120 Remove outdated comment. 15 years ago
Stefan Gehrer 35122bd93e add heuristic to discern the old sample clips from streams encoded 15 years ago
Stefan Gehrer 026b9d3c5a avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar 15 years ago
Alex Converse 8958445898 AAC: Mark che_configure() as av_cold. 15 years ago
Alex Converse ff98c17cba AAC: Mark functions that are only called when the output configuration is not locked as av_cold. 15 years ago
Peter Ross 005caa3486 IFF bitmap n-bit color support 15 years ago
Michael Niedermayer 24006f59cb 10l ;; gcc 2.95 compilation fix by mike 15 years ago
Michael Niedermayer cbfcde9f52 10l use pack16to32(), should fix big endian h264 failures. 15 years ago
Michael Niedermayer 64dd1b0a1d Merge the single line function decode_cabac_mb_transform_size() 15 years ago
Michael Niedermayer 8b38d10761 indent 15 years ago
Michael Niedermayer f4b8b82514 Merge decode_cabac_mb_dqp() with surronding code. 15 years ago
Michael Niedermayer 94cb599443 Drop if(0) code. 15 years ago
Reimar Döffinger 4130f7393b Reindent 15 years ago
Reimar Döffinger 3adcfbbeb5 Optimize h261_probe function, since it is far slower than all others. 15 years ago
Michael Niedermayer a59b9ee33d Set sub_mb_type in direct_cache instead of just the direct flag. 15 years ago
Michael Niedermayer 2dc380ca8e Store sub_mb_type in direct_cache/direct_table. 15 years ago
Thilo Borgmann d3037bbe6b Add myself as maintainer of bgmc.[ch]. 15 years ago
Michael Niedermayer 3d2c3ef4b4 Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cbp so 15 years ago
Michael Niedermayer 056c502155 Revert r21814 15 years ago
Michael Niedermayer 6e7c397b5c Cosmetics, vertical align. 15 years ago
Michael Niedermayer e916764675 Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call it 15 years ago
Alexander Strange 78998bf217 h264: Remove unused variables. 15 years ago
Alexander Strange 677dab59cb h264: Fix pointer warnings by removing redundant [0] 15 years ago
Alexander Strange cd12c37729 Fix integer overflow warnings in h264.h 15 years ago
Michael Niedermayer bb770c5b52 Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type) 15 years ago
Michael Niedermayer 2e4362af14 Skiped MBs dont need the cbp stuff so skip initing that. 15 years ago
Thilo Borgmann 65760304bc Reindent a line. 15 years ago
Michael Niedermayer e2b28acf89 Also skip direct/mvd_cache init for skiped blocks. 15 years ago
Thilo Borgmann 09946fb109 Add myself as contributor. 15 years ago
Thilo Borgmann 071cfdce4b Add myself as ALS maintainer. 15 years ago
Michael Niedermayer cb9285a246 Move more code under if(!IS_DIRECT(mb_type)). 15 years ago
David Conrad 161e8cf42c Move CODEC_FLAG_GRAY check to outer loop 15 years ago
David Conrad 7c2e31d1f0 Move branch based on custom mode outside the loop 15 years ago
David Conrad eb691ef219 Directly check whether a fragment is coded for 4MV mode instead of iterating 15 years ago