]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
freebsd fix for mpeg12.c (moving INT64_MAX to common.h)
[ffmpeg] / libavcodec / mpeg12.c
2004-01-22 Michael Niedermayerclosed gop support & flags2 as all bits in flags are...
2004-01-18 Michael Niedermayerremoving broken framerate conversation hack in mpeg1/2
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-08 Michael Niedermayeruninitalized variables fix by (Gildas Bazin <gbazin...
2004-01-05 Michael Niedermayersimplify
2004-01-04 Michael Niedermayergop timestamp fix
2004-01-04 Michael Niedermayerframe rate emulation "fix" by (Mean <fixounet at free...
2004-01-04 Michael NiedermayerSVCD scan offset stuff
2004-01-01 Michael Niedermayerprint vbv buffer size & bitrate when decoding with...
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-30 Wolfgang Hesselermotion vector vissualization improvements patch by...
2003-12-17 Michael Niedermayervbv_delay
2003-12-14 Michael Niedermayermv vissualization & field picture fix
2003-12-14 Wolfgang Hesselercygwin fix and dont average interlaced MVs patch by...
2003-12-14 Michael Niedermayer10l (printing qscale before parsing it)
2003-12-12 Fabrice Bellardfixed top_field_first support when encoding
2003-12-10 Fabrice Bellardinterlaced DCT support for MPEG2 encoding
2003-12-10 Fabrice Bellardfixed potential problem if aspect_ratio_info == 0 for...
2003-12-10 Michael NiedermayerMB_TYPE_INTERLACED info fix
2003-12-09 Fabrice Bellardfixed low delay decoding
2003-12-09 Wolfgang Hesselermove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-12-04 Michael Niedermayerrv20 (h263) b frame decoding support
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-13 Ivan Kalvachevsilence few warnings
2003-11-12 Ivan Kalvachevmpegvideo is back
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-30 Michael Niedermayer100l (SAR is written as height/width instead of width...
2003-10-27 Ivan KalvachevXvMC speedup by removing one memcpy and doing MB packing
2003-10-20 Michael Niedermayermpeg2 aspect ratio encoding fixed
2003-10-20 Michael NiedermayerAVRational
2003-10-20 Michael Niedermayerexport mpeg2 active display area / pan scan
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-10-05 Michael Niedermayermpeg1 + trellis quant segfault fix
2003-09-27 Michael Niedermayerhurry_up fix?
2003-09-24 Michael Niedermayerconstraint_parameter_flag fix
2003-08-30 Michael Niedermayerfixing unused f_code values
2003-08-29 Michael Niedermayerbit_rate in mpeg1/2 should be 0x3FFFF for vbr or at...
2003-08-29 Michael Niedermayer10l (closed gop bit)
2003-08-26 Michael Niedermayermpeg2 regression test
2003-08-25 Michael Niedermayermpeg2 encoding
2003-08-22 Michael Niedermayercustom quant matrix encoding support
2003-08-22 Michael NiedermayerPSX MDEC decoder, based upon some code from Sebastian...
2003-08-22 Fabrice Bellardrepeat_pict was never returned
2003-08-12 Roman Shaposhnik * fixing a regression in mpeg encoder (not setting...
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-26 Ivan Kalvachevinitial XvMC support
2003-07-26 Michael Niedermayerati vcr2 uv swap
2003-07-24 Michael Niedermayervcr2 cleanup
2003-07-24 Michael NiedermayerATI VCR2 decoding support
2003-07-23 Michael Niedermayerlast frame decoding fix
2003-07-20 Michael Niedermayerdefault for slices is display order again
2003-07-17 Michael NiedermayerAVCodec.flush()
2003-07-07 Michael Niedermayermpeg 2 seeking fix
2003-07-06 Michael NiedermayerCODEC_FLAG_LOW_DELAY fix
2003-06-27 Michael Niedermayer2x100l
2003-06-23 Ivan KalvachevDMV support patch by ("Ivan Kalvachev" <ivan at cacad...
2003-06-22 Michael NiedermayerCONFIG_ENCODERS cleanup
2003-06-21 Michael Niedermayerfixing concealment MVs prediction
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...
next