aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb un...Martin Boehme2005-07-251-2/+2
* skip_idctMichael Niedermayer2005-07-141-1/+8
* spelling fixesDiego Biurrun2005-06-171-14/+14
* fix max b frames with b frame strategy 1Michael Niedermayer2005-05-211-1/+1
* remove/replace non-ascii charactersMåns Rullgård2005-05-131-1/+1
* b_frame_strategy sanity checkMichael Niedermayer2005-05-121-0/+5
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-081-2/+2
* overflow fixMichael Niedermayer2005-05-081-1/+1
* complain about mpeg4 limits only if codec_id == MPEG4Michael Niedermayer2005-05-081-1/+1
* put most codecs under ifdefsMichael Niedermayer2005-05-021-0/+14
* switch to native time basesMichael Niedermayer2005-04-301-10/+13
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-11/+11
* Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)Kevin Baragona2005-04-241-16/+16
* remove duplicate clip to 8bit functionMichael Niedermayer2005-04-201-1/+1
* remove superfluous CONFIG_ENCODERS (entire function is already wrapped)Mike Melanson2005-04-191-3/+1
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-271-0/+2
* check mb/me_threshold range, fixes assertion failureMichael Niedermayer2005-03-261-0/+10
* alignment fixMichael Niedermayer2005-03-191-4/+4
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-061-79/+0
* H.264: decode arbitrary frame orders and allow B-frames as references.Loren Merritt2005-03-041-2/+3
* vismb: display 4x4 partition boundaries in H.264Loren Merritt2005-03-031-0/+15
* set supported pix_fmtsMichael Niedermayer2005-02-251-0/+11
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-4/+3
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-211-35/+0
* Border processing adaptive quant patch by (Christophe Massiot |cmassiot freeb...Christophe Massiot2005-02-021-0/+1
* rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr)Johan Bilien2005-02-021-4/+7
* framerate checkMichael Niedermayer2005-01-231-0/+5
* jpeg style yuv fixesMichael Niedermayer2005-01-201-2/+17
* assertion about bits statistic and minor bits stat fixMichael Niedermayer2005-01-141-0/+5
* 10l (dont modify the input picture pts)Michael Niedermayer2005-01-131-10/+12
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-121-1/+0
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-9/+28
* picture heap corruption fixMichael Niedermayer2005-01-101-20/+23
* vismv for h264 displayed incorrect motion vectors.Loren Merritt2004-12-201-4/+19
* quantizer overflow warning + AAN dct fixMichael Niedermayer2004-12-141-1/+9
* warn the user if the quantization code could overflow with the selected custo...Michael Niedermayer2004-12-111-4/+14
* more flexible frame skip decissionMichael Niedermayer2004-12-081-19/+15
* frame skip supportMichael Niedermayer2004-12-081-1/+58
* rv20 encodingMichael Niedermayer2004-12-071-0/+25
* 10l (dont use codec_id for error simulation)Michael Niedermayer2004-11-281-1/+1
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-4/+17
* check num_entries too to avoid reading over the array end and dont check i>0 ...Michael Niedermayer2004-11-241-6/+6
* Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by (Lo...Loren Merritt2004-11-231-0/+6
* H261 fixing and cleaning:Maarten Daniels2004-11-121-65/+6
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-281-2/+20
* support strictly enforcing gop sizeMichael Niedermayer2004-10-151-0/+4
* fix forcing of individual frame typesMichael Niedermayer2004-10-141-11/+11
* lowres 4mvMichael Niedermayer2004-10-091-9/+100
* h.261 loop filter fixMichael Niedermayer2004-10-081-0/+4
* Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka...Milan Cutka2004-10-081-1/+1