]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
10l
[ffmpeg] / libavcodec / mpeg12.c
2003-06-16 Fabrice Bellardfixed segfault if sequence header has not been found...
2003-05-30 Michael Niedermayerfix mpeg1/2 decoding if there are no 0 bytes after...
2003-05-27 Michael Niedermayermotion vector vissualization for mpeg1/2
2003-05-19 Michael NiedermayerASV1 codec
2003-05-14 BEROdecode motion & modulo optimize patch by (BERO <bero...
2003-05-14 BERObitstream reader optimize patch by (BERO <bero at geoci...
2003-05-13 BEROsmall optimize mpeg12.c/get_qscale patch by (BERO ...
2003-04-27 Michael Niedermayer10l
2003-04-27 Michael Niedermayer10l (returning negative number of consumed bytes if...
2003-04-22 Michael Niedermayercleanup mpeg1/2 bitstream parser
2003-04-18 Michael Niedermayermpeg2 qscale flag
2003-04-11 Michael Niedermayersome checks to avoid segfaults if the decoder is feeded...
2003-04-11 Michael Niedermayer100l (mpeg2 decoding fixed)
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-02 Michael Niedermayermsmpeg4 2pass support & some related cleanup
2003-03-31 Michael Niedermayersome static -> dynamic alloc & 16->8 bit
2003-03-30 Michael Niedermayermpeg1 slice encoding support
2003-03-22 Michael Niedermayeruser setable quantizer bias
2003-03-16 Michael Niedermayerfield pic decoding cleanup
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-06 Michael Niedermayerper file doxy
2003-03-05 Michael Niedermayermpeg2 field pictures + sliced mode (doesnt work with...
2003-03-05 Michael Niedermayerfield picture decoding support (16x16 MC blocks only...
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-26 Michael Niedermayermove repeat_pict field from AVCodecContext -> AVFrame...
2003-02-25 Fabrice Bellardadded DTG active format information
2003-02-16 Wolfgang Hesselermore #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-08 Michael Niedermayermpeg1 bframe encoding patch by (Raphaël LEGRAND) with...
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-20 Michael Niedermayertrying to fix mb skip bug in mpeg1/2 if slices are...
2003-01-01 Michael Niedermayertrellis quantization for mpeg1
2002-12-27 Michael Niedermayerqpel encoding
2002-12-19 Zdenek Kabelac* fix for empty image queue
2002-12-17 Michael Niedermayermore debug output
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-09 Michael Niedermayercleanup / messup?
2002-12-06 Michael Niedermayeraspect ratio encoding for mpeg1
2002-12-06 Michael Niedermayermpeg1&2 aspect decoding
2002-12-05 Michael Niedermayerdrop b frames if there are no reference frames
2002-12-04 Michael Niedermayercleanup
2002-11-26 Agent Smithdont put flies in the stdout soup patch by (Agent Smith...
2002-11-23 Michael Niedermayermoving init of some variables (hurry_up,...) to MPV_fra...
2002-11-19 Michael Niedermayer10l
2002-11-18 Michael Niedermayerhurry_up=5 support
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
next