aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* H.264: decode arbitrary frame orders and allow B-frames as references.Loren Merritt2005-03-041-0/+2
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-1/+3
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
* rv20 encodingMichael Niedermayer2004-12-071-0/+1
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-2/+2
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-281-0/+6
* type fixMichael Niedermayer2004-10-251-1/+1
* h.261 loop filter fixMichael Niedermayer2004-10-081-0/+3
* 1/2 resolution decodingMichael Niedermayer2004-09-251-3/+5
* H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washingto...Michael Niedermayer2004-09-251-1/+1
* mess cleanupMichael Niedermayer2004-09-101-2/+0
* quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer2004-08-261-1/+5
* mpeg2 chroma422/444 support, may be slower, may be faster for other codecsIvan Kalvachev2004-06-111-1/+3
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-301-0/+5
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-251-1/+2
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-0/+2
* motion estimation for SVQ1Michael Niedermayer2004-05-121-0/+1
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-111-5/+5
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-291-1/+2
* support reusing mb types and field select values of the source file, but use ...Michael Niedermayer2004-04-251-1/+0
* motion estimation cleanupMichael Niedermayer2004-04-221-16/+22
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo...Michael Niedermayer2004-04-171-1/+0
* flv dropable p frame supportMichael Niedermayer2004-04-171-1/+2
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-161-1/+4
* init cleanupMichael Niedermayer2004-03-161-0/+1
* h263+ custom pcf supportMichael Niedermayer2004-03-101-0/+1
* initial chroma_format changes,xvmc tweaks and codec_capIvan Kalvachev2004-03-011-1/+9
* set AVFrame.pts based upon framerate if its 0Michael Niedermayer2004-02-251-0/+1
* multithreaded mpeg2 decodingMichael Niedermayer2004-02-231-0/+1
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-4/+15
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-061-1/+1
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-221-2/+1
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-0/+1
* denoise_dct_mmx()Michael Niedermayer2004-01-021-0/+1
* interlaced motion estimationMichael Niedermayer2003-12-301-22/+38
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler2003-12-301-1/+2
* picture number fixesMichael Niedermayer2003-12-291-2/+3
* vbv_delayMichael Niedermayer2003-12-171-0/+1
* split intra / inter dequantizationMichael Niedermayer2003-12-141-4/+12
* cleanupMichael Niedermayer2003-12-131-6/+0
* stuffing to stay above min_bitrateMichael Niedermayer2003-12-121-0/+1
* CBR improvementsMichael Niedermayer2003-12-121-1/+1
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-091-28/+0
* h263 slice structured modeMichael Niedermayer2003-12-071-11/+8
* cleanupMichael Niedermayer2003-12-041-1/+1
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-041-3/+8
* cleanupMichael Niedermayer2003-12-031-0/+2
* split ff_h263_decode_mb() into h263 and mpeg4 versionsMichael Niedermayer2003-12-031-0/+2
* h263 loop filterMichael Niedermayer2003-12-011-0/+6
* cleanupMichael Niedermayer2003-11-301-1/+0