234 Commits (9786bd4d94a72ce4245398c3067c016852d1fd55)

Author SHA1 Message Date
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Michael Niedermayer 2de4ba7ff7 avoid clearing block[] if its not used at all 20 years ago
Michael Niedermayer dff0f03546 mpeg2_fast_decode_block_intra() 20 years ago
Michael Niedermayer 29df259923 optimizing non_intra ac coeff decode 20 years ago
Michael Niedermayer e91f4bf160 avoid UPDATE_CACHE() in GET_RL_VLC() if not needed 20 years ago
avcoder a622dc4320 Typo errors patch by (QuickTime | ffmpeg gmail com> 20 years ago
Ivan Kalvachev aa26aa789b reinitialize on aspect change, 20 years ago
Michael Niedermayer 71434945f2 more checks, fixes assertion failure 20 years ago
Michael Niedermayer d8a57c6db9 (10l) supported pix_fmts forgotten 20 years ago
Michael Niedermayer 27ef18d12f typo 20 years ago
Josh Varner fe533bb3a7 removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Burkhard Plaum 073c2593c9 Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) 20 years ago
Michael Niedermayer 7494cac0fd fix constrained parameters flag 20 years ago
Michael Niedermayer 21adafec2a lowres width/height cleanup 3rd try 20 years ago
Michael Niedermayer 4f8a831994 set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) 20 years ago
Michael Niedermayer af2a9e8fdb lowres slice fix 20 years ago
Michael Niedermayer 178fcca848 1/2 resolution decoding 20 years ago
Michael Niedermayer c32b14bb9c mess cleanup 20 years ago
Michael Niedermayer 3cb018726c typo 20 years ago
Michael Niedermayer 628b210f40 optional non spec compliant optimizations for mpeg1 20 years ago
Michael Niedermayer 6fc5b059b8 optional non spec compliant optimizations 20 years ago
Michael Niedermayer baced9f598 user overrideable level & profile 20 years ago
Wolfram Gloger 6cfe51d9da Avoid segfault on ffmpeg "buffer flush" in mpeg12.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) 20 years ago
Michael Niedermayer 77e6c403e7 10l (fixes delayed frames during encoding) 21 years ago
Michael Niedermayer 0dfd33c3f1 support skiping of mb rows during decoding 21 years ago
Michael Niedermayer 0ff93477be optimization 21 years ago
Ivan Kalvachev 715731a32b better cbp handling and small speedup in mpeg12 21 years ago
Ivan Kalvachev ffdff4d7e8 mpeg2 chroma422/444 support, may be slower, may be faster for other codecs 21 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
Michael Niedermayer bf266e195a intra_dc_precission>0 encoding support 21 years ago
Ivan Kalvachev d1700ead3b cola test 21 years ago
Michael Niedermayer e4cb187db8 remove duplicated find_frame_end() code 21 years ago
Michael Niedermayer 8aedc51d2b simplify 21 years ago
Michael Niedermayer 25ef43bb28 corrupted field pictures segfault fix 21 years ago
Michael Niedermayer 7c4f71c428 exporting field_select/ref_index values 21 years ago
Michael Niedermayer 0c352cadb0 fix exported motion vectors 21 years ago
Michael Niedermayer 137c8468e8 unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 21 years ago
Michael Niedermayer 8680741006 skiped mbs in interlaced b frames fix 21 years ago
Falk Hüffner 7906085fcc warning patrol 21 years ago
Michael Niedermayer 8fe2c60e5f 1000l for iive 21 years ago
Michael Niedermayer 7813d6a307 1000000l (using uninitalized variable for initalizing bits per MV table) 21 years ago
Michael Niedermayer 3edcacde04 init cleanup 21 years ago
Ivan Kalvachev 6fe1a1a55b use pan_scan to remove some weight, proper pan_scan offset reading 21 years ago
Ivan Kalvachev 5ac4768362 mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width 21 years ago
Ivan Kalvachev a6b9ffbfc7 move MPV_common_init after parsing stream parameters, matrix rebuild 21 years ago
Michael Niedermayer 8be014e027 removing broken mpeg_decode_gop() 21 years ago
Michael Niedermayer c7516a000c find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads 21 years ago
Zdenek Kabelac 5f0f7713ad * more consts 21 years ago
Zdenek Kabelac 49a37411f3 * const warn elimination 21 years ago