summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Collapse)AuthorAge
* spelling fixesDiego Biurrun2005-06-17
| | | | | | patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself Originally committed as revision 4382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix max b frames with b frame strategy 1Michael Niedermayer2005-05-21
| | | | Originally committed as revision 4300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove/replace non-ascii charactersMåns Rullgård2005-05-13
| | | | Originally committed as revision 4237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b_frame_strategy sanity checkMichael Niedermayer2005-05-12
| | | | Originally committed as revision 4222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #defines for strict_std_compliance and split between inofficial extensions ↵Michael Niedermayer2005-05-08
| | | | | | and non standarized things Originally committed as revision 4205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflow fixMichael Niedermayer2005-05-08
| | | | Originally committed as revision 4201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complain about mpeg4 limits only if codec_id == MPEG4Michael Niedermayer2005-05-08
| | | | Originally committed as revision 4200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put most codecs under ifdefsMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-24
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)Kevin Baragona2005-04-24
| | | | Originally committed as revision 4151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate clip to 8bit functionMichael Niedermayer2005-04-20
| | | | Originally committed as revision 4143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove superfluous CONFIG_ENCODERS (entire function is already wrapped)Mike Melanson2005-04-19
| | | | Originally committed as revision 4139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-27
| | | | Originally committed as revision 4092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check mb/me_threshold range, fixes assertion failureMichael Niedermayer2005-03-26
| | | | Originally committed as revision 4082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alignment fixMichael Niedermayer2005-03-19
| | | | Originally committed as revision 4059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-06
| | | | | | with minor changes from me Originally committed as revision 4019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264: decode arbitrary frame orders and allow B-frames as references.Loren Merritt2005-03-04
| | | | Originally committed as revision 4003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vismb: display 4x4 partition boundaries in H.264Loren Merritt2005-03-03
| | | | Originally committed as revision 3999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set supported pix_fmtsMichael Niedermayer2005-02-25
| | | | Originally committed as revision 3982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-21
| | | | Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Border processing adaptive quant patch by (Christophe Massiot |cmassiot ↵Christophe Massiot2005-02-02
| | | | | | freebox fr) Originally committed as revision 3927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr)Johan Bilien2005-02-02
| | | | Originally committed as revision 3926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* framerate checkMichael Niedermayer2005-01-23
| | | | Originally committed as revision 3869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg style yuv fixesMichael Niedermayer2005-01-20
| | | | Originally committed as revision 3852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assertion about bits statistic and minor bits stat fixMichael Niedermayer2005-01-14
| | | | Originally committed as revision 3835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (dont modify the input picture pts)Michael Niedermayer2005-01-13
| | | | Originally committed as revision 3833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)Kurosu2005-01-12
| | | | Originally committed as revision 3830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* picture heap corruption fixMichael Niedermayer2005-01-10
| | | | Originally committed as revision 3819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vismv for h264 displayed incorrect motion vectors.Loren Merritt2004-12-20
| | | | Originally committed as revision 3765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quantizer overflow warning + AAN dct fixMichael Niedermayer2004-12-14
| | | | Originally committed as revision 3754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn the user if the quantization code could overflow with the selected ↵Michael Niedermayer2004-12-11
| | | | | | custom matrix and qp limits Originally committed as revision 3747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more flexible frame skip decissionMichael Niedermayer2004-12-08
| | | | Originally committed as revision 3743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* frame skip supportMichael Niedermayer2004-12-08
| | | | Originally committed as revision 3742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 encodingMichael Niedermayer2004-12-07
| | | | Originally committed as revision 3739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (dont use codec_id for error simulation)Michael Niedermayer2004-11-28
| | | | Originally committed as revision 3718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ↵Burkhard Plaum2004-11-27
| | | | | | de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check num_entries too to avoid reading over the array end and dont check i>0 ↵Michael Niedermayer2004-11-24
| | | | | | it must be >0 there Originally committed as revision 3708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by ↵Loren Merritt2004-11-23
| | | | | | (Loren Merritt <lorenm.u@washington@edu>) Originally committed as revision 3707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H261 fixing and cleaning:Maarten Daniels2004-11-12
| | | | | | | | | | | | | | -corrected wrong value in mv data -set correct mb_type after adjusting index -don't use H263 loop filter when the loop filter flag is set but when using the H261 encoder -use the same unquantizer as H263 (which is optimized btw) -removed unused members in H261Context patch by (Maarten Daniels <maarten.daniels >at< luc >dot< ac >dot< be>) regression test checksum update by me Originally committed as revision 3669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
| | | | Originally committed as revision 3643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support strictly enforcing gop sizeMichael Niedermayer2004-10-15
| | | | Originally committed as revision 3594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix forcing of individual frame typesMichael Niedermayer2004-10-14
| | | | Originally committed as revision 3593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres 4mvMichael Niedermayer2004-10-09
| | | | Originally committed as revision 3576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h.261 loop filter fixMichael Niedermayer2004-10-08
| | | | | | closes bug #1033108 Originally committed as revision 3574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka ↵Milan Cutka2004-10-08
| | | | | | <cutka at szm dot sk>) Originally committed as revision 3571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set AVCodecContext.width/height to the picture width/height instead of the ↵Michael Niedermayer2004-09-27
| | | | | | one stored in the bitstream (that only matters if lowres!=0) Originally committed as revision 3518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres chroma fixMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3517 to svn://svn.ffmpeg.org/ffmpeg/trunk