]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
* using macros to shorten init part
[ffmpeg] / libavcodec / mpeg12.c
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-09 Michael Niedermayerfixing -sameq with mpeg2
2002-11-08 Michael Niedermayercleanup (breaks compatibility, requested by fabrice)
2002-11-02 Michael Niedermayercleanup
2002-11-02 Arpihandle init error in ffmpeg12
2002-10-31 Michael Niedermayercleanup
2002-10-27 Michael Niedermayerhandle direct rendering buffer allocation failure
2002-10-15 Michael Niedermayerwarning fixes
2002-10-09 Michael Niedermayermpeg1 2pass encoding
2002-10-02 Michael Niedermayerfixing custom quantizer matrix decoding
2002-10-02 Michael Niedermayeroptimization
2002-10-02 Michael Niedermayersliced mode for mpeg1/2
2002-10-01 Michael Niedermayermove scantable init from block-decode to header parser
2002-10-01 Michael Niedermayeroptimizing mpeg2 decode block stuff
2002-09-30 Michael Niedermayeroptimizing mpeg1_decode_block()
2002-09-30 Michael Niedermayerforgot zigzag_direct[] behind #ifdef DEBUG (found by...
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-24 Michael Niedermayeradaptive quantization for mpeg1
2002-09-06 Michael Niedermayersupport decoding of the last mpeg "packet" even if...
2002-09-02 Henry Masonnew vbv calculation patch by (Henry Mason <talus25...
2002-08-28 Dominik Mierzejewskiwarning patch by (Dominik Mierzejewski <dominik at...
2002-08-26 Michael Niedermayerfixing some 64bit bugs
2002-08-04 Michael Niedermayerfixing slices which start at mb_x>0
2002-07-17 Michael Niedermayerhmm ABS(dc-diff) > 512 fix
2002-07-16 Michael Niedermayerdr1
2002-07-15 Michael Niedermayeruvlinesize
2002-07-14 Michael Niedermayerrl vlc table optimization (not yet used)
2002-07-13 Michael Niedermayeroptimization (get_vlc() -> get_vlc2())
2002-07-10 Marko Kreenadding ff prefix to avoid global name conficts with...
2002-07-09 Michael Niedermayernew bitstream reader API (old get_bits() based one...
2002-06-18 Michael Niedermayerdc scale simplification/optimization
2002-06-11 Fabrice Bellardfixed one mpeg decoder memory leak
2002-06-09 Michael Niedermayerpassing avctx->flags so that grayscale only decoding...
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