summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAge
...
* warning fixesMichael Niedermayer2002-10-15
* mpeg1 2pass encodingMichael Niedermayer2002-10-09
* fixing custom quantizer matrix decodingMichael Niedermayer2002-10-02
* optimizationMichael Niedermayer2002-10-02
* sliced mode for mpeg1/2Michael Niedermayer2002-10-02
* move scantable init from block-decode to header parserMichael Niedermayer2002-10-01
* optimizing mpeg2 decode block stuffMichael Niedermayer2002-10-01
* optimizing mpeg1_decode_block()Michael Niedermayer2002-09-30
* forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlie...Michael Niedermayer2002-09-30
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* adaptive quantization for mpeg1Michael Niedermayer2002-09-24
* support decoding of the last mpeg "packet" even if no startcode is immedeatly...Michael Niedermayer2002-09-06
* new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) wit...Henry Mason2002-09-02
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-28
* fixing some 64bit bugsMichael Niedermayer2002-08-26
* fixing slices which start at mb_x>0Michael Niedermayer2002-08-04
* hmm ABS(dc-diff) > 512 fixMichael Niedermayer2002-07-17
* dr1Michael Niedermayer2002-07-16
* uvlinesizeMichael Niedermayer2002-07-15
* rl vlc table optimization (not yet used)Michael Niedermayer2002-07-14
* optimization (get_vlc() -> get_vlc2())Michael Niedermayer2002-07-13
* adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen2002-07-10
* new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer2002-07-09
* dc scale simplification/optimizationMichael Niedermayer2002-06-18
* fixed one mpeg decoder memory leakFabrice Bellard2002-06-11
* passing avctx->flags so that grayscale only decoding works with mpeg1/2 tooMichael Niedermayer2002-06-09
* license/copyright changeFabrice Bellard2002-05-25
* mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streamsFabrice Bellard2002-05-20
* improved mpeg1/2 decoding speedFabrice Bellard2002-05-18
* - repeat_pict meaning changed, now it signals the extra delay for theJuanjo2002-05-14
* - repeat_pict added to AVCodecContext to signal if the decoder must repeatJuanjo2002-05-12
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-06
* export mbskip_table for direct renderingMichael Niedermayer2002-04-27
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-27
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07
* emms was missing, found by juanjo but he didnt commit it?!Michael Niedermayer2002-04-04
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-28
* fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>Michael Niedermayer2002-03-24
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-22
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-22
* - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo2002-03-20
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-19
* - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo2002-03-16
* avoid overflow of picturenumber*fps*10000Michael Niedermayer2002-02-18
* block_last_index was too large (in mpeg1 decoding)Michael Niedermayer2002-02-18
* optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings)Michael Niedermayer2002-02-13
* optimize mpeg1_encode_block()Michael Niedermayer2002-02-13
* win32 fixesFabrice Bellard2001-08-15
* copy avctxFabrice Bellard2001-08-15
* win32 fixesFabrice Bellard2001-08-13