summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* H261 fixing and cleaning:Maarten Daniels2004-11-12
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
* support strictly enforcing gop sizeMichael Niedermayer2004-10-15
* fix forcing of individual frame typesMichael Niedermayer2004-10-14
* lowres 4mvMichael Niedermayer2004-10-09
* h.261 loop filter fixMichael Niedermayer2004-10-08
* Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka...Milan Cutka2004-10-08
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-27
* lowres chroma fixMichael Niedermayer2004-09-26
* lowres slice fixMichael Niedermayer2004-09-26
* low resolution interlaced supportMichael Niedermayer2004-09-26
* 1/2 resolution decodingMichael Niedermayer2004-09-25
* 100lMichael Niedermayer2004-09-24
* check if the user specified timestamps are strictly monotoneMichael Niedermayer2004-09-20
* 10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren ...Loren Merritt2004-09-16
* changing size segfault fixMichael Niedermayer2004-09-15
* comment fixMichael Niedermayer2004-09-14
* qprd + mpeg2 segfault fixMichael Niedermayer2004-09-14
* 10l (wrong coded_picture)Michael Niedermayer2004-09-08
* minor optimizationMichael Niedermayer2004-08-13
* 10l (dont store 2 different things at the same place ...)Michael Niedermayer2004-08-11
* miscalculation of header_bits when using the -thread option bugfix, patch by ...Christophe Massiot2004-07-20
* 10l (fixes delayed frames during encoding)Michael Niedermayer2004-06-30
* mpeg2 chroma422/444 support, may be slower, may be faster for other codecsIvan Kalvachev2004-06-11
* nsse weightMichael Niedermayer2004-06-07
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-07
* sanity checksMichael Niedermayer2004-06-06
* qscale + qprd fixMichael Niedermayer2004-06-05
* change qscale -> lambda for the motion estimationMichael Niedermayer2004-06-03
* h261 dequant fixMichael Niedermayer2004-05-31
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-30
* export low_delay for encoding tooMichael Niedermayer2004-05-29
* rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot...Chris Flerackers2004-05-18
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-11
* cleanup & memleak fixMichael Niedermayer2004-04-30
* intra_dc_precission>0 encoding supportMichael Niedermayer2004-04-30
* 10lMichael Niedermayer2004-04-30
* 10lMichael Niedermayer2004-04-29
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-29
* minor motion estimation cleanupMichael Niedermayer2004-04-24
* sanity checkMichael Niedermayer2004-04-23
* reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer2004-04-23
* exporting field_select/ref_index valuesMichael Niedermayer2004-04-19
* fix y scale of mv vissualization of interlaced MVsMichael Niedermayer2004-04-18
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo...Michael Niedermayer2004-04-17
* flv dropable p frame supportMichael Niedermayer2004-04-17
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
* nicer looking arrows for the motion vector vissualizationMichael Niedermayer2004-04-03
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-02