summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Collapse)AuthorAge
* fixing CODEC_FLAG_GLOBAL_HEADERMichael Niedermayer2003-08-26
| | | | Originally committed as revision 2167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in ↵Michael Niedermayer2003-08-25
| | | | | | the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec) Originally committed as revision 2165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 encodingMichael Niedermayer2003-08-25
| | | | Originally committed as revision 2164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variableFabrice Bellard2003-08-24
| | | | Originally committed as revision 2159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* custom quant matrix encoding supportMichael Niedermayer2003-08-22
| | | | Originally committed as revision 2135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a regression in mpeg encoder (not setting pix_fmt),Roman Shaposhnik2003-08-12
| | | | | | | | | | | this is hardly the right way to do things, but it'll suffice for now. * patch from Gildas Bazin gbazin at altern dot org * fix for a 10l in configure * gcc 2.95.3 and Solaris build in general are not ready for -Werror in libavformat/Makefile Originally committed as revision 2123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check input pix_fmtMichael Niedermayer2003-08-05
| | | | Originally committed as revision 2104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup / fixesMichael Niedermayer2003-08-05
| | | | Originally committed as revision 2103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear bitstream buffers in AVCodec.flush()Michael Niedermayer2003-08-02
| | | | Originally committed as revision 2101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the h263 decoder more error tolerantMichael Niedermayer2003-08-01
| | | | Originally committed as revision 2099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rate distortion mb decision supportMichael Niedermayer2003-07-29
| | | | | | | fix decoding of old %16!=0 divx fix assertion failure in motion_est.c Originally committed as revision 2094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make MPV_frame_start fail on get_buffer failerIvan Kalvachev2003-07-26
| | | | Originally committed as revision 2089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial XvMC supportIvan Kalvachev2003-07-26
| | | | Originally committed as revision 2085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last frames & b frames encoding fixMichael Niedermayer2003-07-23
| | | | Originally committed as revision 2075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default for slices is display order againMichael Niedermayer2003-07-20
| | | | | | | optional support for field slices & slices in coded order and single component slices for svq1 (unfinished) Originally committed as revision 2066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 b frame slices fixMichael Niedermayer2003-07-18
| | | | Originally committed as revision 2065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVCodec.flush()Michael Niedermayer2003-07-17
| | | | | | ff_draw_horiz_band() in coded order / cleanup Originally committed as revision 2064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv cleanup / simplifyMichael Niedermayer2003-07-10
| | | | Originally committed as revision 2026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker2003-07-09
| | | | | | com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>)Michael Niedermayer2003-07-05
| | | | | | with minor fix by me Originally committed as revision 2014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>)Ivan Kalvachev2003-07-03
| | | | Originally committed as revision 2006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2x100lMichael Niedermayer2003-06-27
| | | | Originally committed as revision 1989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>)Ivan Kalvachev2003-06-23
| | | | Originally committed as revision 1985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer2003-06-18
| | | | Originally committed as revision 1971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixesMichael Niedermayer2003-06-17
| | | | Originally committed as revision 1968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 decoding fixMichael Niedermayer2003-05-29
| | | | Originally committed as revision 1917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization for mpeg1/2Michael Niedermayer2003-05-27
| | | | | | | mpeg1/2 cleanup/bugfix error resilience bugfix Originally committed as revision 1911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASV1 codecMichael Niedermayer2003-05-19
| | | | | | with postprocessing support :) Originally committed as revision 1891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-14
| | | | Originally committed as revision 1882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 decoder by anonymousMichael Niedermayer2003-05-09
| | | | Originally committed as revision 1845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* release buffer cleanupMichael Niedermayer2003-05-06
| | | | Originally committed as revision 1839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2003-05-05
| | | | Originally committed as revision 1832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (returning negative number of consumed bytes if the first startcode of a ↵Michael Niedermayer2003-04-27
| | | | | | frame was split between 2 buffers) Originally committed as revision 1824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo in a comment ...Michael Niedermayer2003-04-25
| | | | Originally committed as revision 1821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mixed dr1 + internal buffersMichael Niedermayer2003-04-25
| | | | Originally committed as revision 1820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-04-14
| | | | Originally committed as revision 1774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check validity of some flagsMichael Niedermayer2003-04-14
| | | | Originally committed as revision 1773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now ↵Michael Niedermayer2003-04-10
| | | | | | | | | | | instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture more direct use of the new mb_type stuff instead of codec specific stuff runtime mb_type debug output h264/h263 variants/mpeg1/2/4 error concealment /resilience for mpeg1/2 various minor optimizations Originally committed as revision 1746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pict_type & quality fixMichael Niedermayer2003-04-06
| | | | Originally committed as revision 1739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264 decoder & demuxerMichael Niedermayer2003-04-04
| | | | Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-04-02
| | | | Originally committed as revision 1725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing msmpeg4v2 encodingMichael Niedermayer2003-04-01
| | | | Originally committed as revision 1723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some static -> dynamic alloc & 16->8 bitMichael Niedermayer2003-03-31
| | | | Originally committed as revision 1722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 slice encoding supportMichael Niedermayer2003-03-30
| | | | Originally committed as revision 1720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify slice encoding (variance of packet size is practically identical)Michael Niedermayer2003-03-30
| | | | Originally committed as revision 1719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user setable quantizer biasMichael Niedermayer2003-03-22
| | | | Originally committed as revision 1701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-22
| | | | Originally committed as revision 1699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qmin/qmax cleanupMichael Niedermayer2003-03-17
| | | | Originally committed as revision 1689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* field pic decoding cleanupMichael Niedermayer2003-03-16
| | | | Originally committed as revision 1686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added more optionsZdenek Kabelac2003-03-12
| | | | Originally committed as revision 1675 to svn://svn.ffmpeg.org/ffmpeg/trunk