]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
new field for communicating with external postprocessing
[ffmpeg] / libavcodec / mpeg12.c
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-20 Fabrice Bellardmpeg1/2 identifier - fixed frame rate for some bad...
2002-05-18 Fabrice Bellardimproved mpeg1/2 decoding speed
2002-05-14 Juanjo- repeat_pict meaning changed, now it signals the extra...
2002-05-12 Juanjo- repeat_pict added to AVCodecContext to signal if...
2002-05-06 Juanjo- MPEG-4 B frames coding option for ffmpeg.c
2002-04-27 Michael Niedermayerexport mbskip_table for direct rendering
2002-04-27 Michael Niedermayerfixed msmpeg4 infinite loop if buggy stream
2002-04-07 Juanjo- Added force_pts to av_write_packet() to be able to...
2002-04-04 Michael Niedermayeremms was missing, found by juanjo but he didnt commit...
2002-03-28 Michael Niedermayersizeof(s->block) isnt 64*6*2 anymore bugfix
2002-03-24 Michael Niedermayerfcode_tables where too small, found by Klaas-Pieter...
2002-03-22 Michael Niedermayermpeg4 aspect_ratio_info in AVCodecContext (requested...
2002-03-22 Michael Niedermayernew motion estimation (epzs) not complete yet but allre...
2002-03-20 Juanjo- Fix pts calculation on mpeg mux (A/V sync) - Thanks...
2002-03-19 Juanjo- Added video coding statistics for ffmpeg. Needs more...
2002-03-16 Juanjo- Bug fix MPEG-2 decoder to handle "repeat_first_field...
2002-02-18 Michael Niedermayeravoid overflow of picturenumber*fps*10000
2002-02-18 Michael Niedermayerblock_last_index was too large (in mpeg1 decoding)
2002-02-13 Michael Niedermayeroptimized encode_dc() (+2% speed on P3 for mpeg1 intra...
2002-02-13 Michael Niedermayeroptimize mpeg1_encode_block()
2001-08-15 Fabrice Bellardwin32 fixes
2001-08-15 Fabrice Bellardcopy avctx
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-12 Fabrice Bellardfixed mpeg2 non intra dequant - fixed MPEG1 and 2 matri...
2001-08-11 Fabrice Bellardfixed last zero mv for field - fixed mismatch handling...
2001-08-11 Fabrice Bellardfixed mpeg2 qscale decoding
2001-08-08 Fabrice Bellardfixed mpeg1 last block bug (mb stuffing code was not...
2001-08-07 Fabrice Bellardchanged quant matrix order (should fix mmx mpeg decodin...
2001-08-04 Arpiget_bits() specialization, gives 4\speedup
2001-08-02 Arpi- removed #include ../config.h, because it's included...
2001-08-02 Nick KurshevAdding fastmemcpy stuff to speedup mplayer project
2001-07-30 Fabrice Bellarduse block[] in structure to have it aligned on 8 bytes...
2001-07-24 Fabrice Bellardadded skip macroblock optimization (big perf win on...
2001-07-23 Fabrice Bellardfixed unsigned pb
2001-07-22 Fabrice BellardInitial revision