summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAge
* cleanup mpeg1/2 bitstream parserMichael Niedermayer2003-04-22
* mpeg2 qscale flagMichael Niedermayer2003-04-18
* some checks to avoid segfaults if the decoder is feeded with junkMichael Niedermayer2003-04-11
* 100l (mpeg2 decoding fixed)Michael Niedermayer2003-04-11
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-10
* msmpeg4 2pass support & some related cleanupMichael Niedermayer2003-04-02
* some static -> dynamic alloc & 16->8 bitMichael Niedermayer2003-03-31
* mpeg1 slice encoding supportMichael Niedermayer2003-03-30
* user setable quantizer biasMichael Niedermayer2003-03-22
* field pic decoding cleanupMichael Niedermayer2003-03-16
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* per file doxyMichael Niedermayer2003-03-06
* mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)Michael Niedermayer2003-03-05
* field picture decoding support (16x16 MC blocks only as i dont have any sampl...Michael Niedermayer2003-03-05
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)Michael Niedermayer2003-02-26
* added DTG active format informationFabrice Bellard2003-02-25
* more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...Wolfgang Hesseler2003-02-16
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* mpeg1 bframe encoding patch by (Raphaƫl LEGRAND) with some modifications by meMichael Niedermayer2003-02-08
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-21
* trying to fix mb skip bug in mpeg1/2 if slices are not usedMichael Niedermayer2003-01-20
* trellis quantization for mpeg1Michael Niedermayer2003-01-01
* qpel encodingMichael Niedermayer2002-12-27
* * fix for empty image queueZdenek Kabelac2002-12-19
* more debug outputMichael Niedermayer2002-12-17
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* cleanup / messup?Michael Niedermayer2002-12-09
* aspect ratio encoding for mpeg1Michael Niedermayer2002-12-06
* mpeg1&2 aspect decodingMichael Niedermayer2002-12-06
* drop b frames if there are no reference framesMichael Niedermayer2002-12-05
* cleanupMichael Niedermayer2002-12-04
* dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)Agent Smith2002-11-26
* moving init of some variables (hurry_up,...) to MPV_frame_start()Michael Niedermayer2002-11-23
* 10lMichael Niedermayer2002-11-19
* hurry_up=5 supportMichael Niedermayer2002-11-18
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* fixing -sameq with mpeg2Michael Niedermayer2002-11-09
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
* cleanupMichael Niedermayer2002-11-02
* handle init error in ffmpeg12Arpi2002-11-02
* cleanupMichael Niedermayer2002-10-31
* handle direct rendering buffer allocation failureMichael Niedermayer2002-10-27
* warning fixesMichael Niedermayer2002-10-15
* mpeg1 2pass encodingMichael Niedermayer2002-10-09
* fixing custom quantizer matrix decodingMichael Niedermayer2002-10-02
* optimizationMichael Niedermayer2002-10-02
* sliced mode for mpeg1/2Michael Niedermayer2002-10-02
* move scantable init from block-decode to header parserMichael Niedermayer2002-10-01
* optimizing mpeg2 decode block stuffMichael Niedermayer2002-10-01