summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAge
* 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
* fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsingFabrice Bellard2001-08-12
* fixed last zero mv for field - fixed mismatch handling for intra coefsFabrice Bellard2001-08-11
* fixed mpeg2 qscale decodingFabrice Bellard2001-08-11
* fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)Fabrice Bellard2001-08-08
* changed quant matrix order (should fix mmx mpeg decoding bug)Fabrice Bellard2001-08-07
* get_bits() specialization, gives 4\speedupArpi2001-08-04
* - removed #include ../config.h, because it's included from common.hArpi2001-08-02
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-02
* use block[] in structure to have it aligned on 8 bytes for mmx optimizationsFabrice Bellard2001-07-30
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-24