summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Collapse)AuthorAge
* add proper ff_ prefix to new extern symbolsAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-05
| | | | Originally committed as revision 9477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer2007-06-22
| | | | Originally committed as revision 9389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc typo fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move imx_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-12
| | | | | | | | Original patch by Jason Millard jsm174 _at_ gmail Date: On Fri, 11 May 2007 11:14:01 -0400 Subject: [FFmpeg-devel] enable/disable bitstream filters? Originally committed as revision 9010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
| | | | Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-05
| | | | Originally committed as revision 8902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-05
| | | | Originally committed as revision 8901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make mpeg decoder handle mid-stream changes in resolutionHeikki Lindholm2007-05-02
| | | | | | | | patch by Heikki Lindholm holindho at cs helsinki fi original thread: [Ffmpeg-devel] [PATCH] fix mid-stream resolution changes date: Sat Mar 31 13:52:50 CEST 2007 Originally committed as revision 8865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typos/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to whoever wrote thisMichael Niedermayer2007-03-14
| | | | Originally committed as revision 8403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-14
| | | | Originally committed as revision 8402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont malloc() static mv_penalty arraysMichael Niedermayer2007-03-13
| | | | Originally committed as revision 8389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give context to dprintfMichel Bardiaux2007-03-12
| | | | Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix drop frame timecode flagBaptiste Coudurier2007-03-08
| | | | Originally committed as revision 8296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* imx dump header bitstream filter, modifies bitstream to fit in mov and be ↵Baptiste Coudurier2007-03-04
| | | | | | decoded by final cut pro decoder Originally committed as revision 8218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably ↵Michael Niedermayer2007-02-09
| | | | | | not easily) Originally committed as revision 7889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly set profile/level for hdBaptiste Coudurier2007-02-01
| | | | Originally committed as revision 7795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and ↵Michael Niedermayer2007-01-15
| | | | | | http://sam.zoy.org/zzuf/lol-ffplay.m2v Originally committed as revision 7538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make more tables staticMåns Rullgård2006-11-12
| | | | Originally committed as revision 6996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2006-11-07
| | | | Originally committed as revision 6934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-07
| | | | Originally committed as revision 6933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it staticBaptiste Coudurier2006-11-06
| | | | Originally committed as revision 6915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move AVCodecParser prototypes and definitions to parser.h, and move ↵Baptiste Coudurier2006-11-06
| | | | | | mpegvideo parser to mpeg12.c Originally committed as revision 6914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
| | | | Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set v_edge_pos correctly for field picture mpeg2Michael Niedermayer2006-10-24
| | | | Originally committed as revision 6782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ↵Stefan Gehrer2006-07-02
| | | | | | by (Stefan Gehrer stefan.gehrer gmx de) Originally committed as revision 5578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-16
| | | | Originally committed as revision 5387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variableBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* d10 decoding fixMichael Niedermayer2006-05-02
| | | | Originally committed as revision 5341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
| | | | | | taken from a patch by Steve L'Homme Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of mpeg2-trunc.vobMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster find_startcode()Michael Niedermayer2006-02-04
| | | | Originally committed as revision 4939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Off by one fix to prevent possible segfault. Patch by jwestfall at ↵jwestfall@surrealistic.net2006-01-14
| | | | | | surrealistic dot net. Originally committed as revision 4857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all 12 block unused when there are no coded blocksIvan Kalvachev2005-11-20
| | | | | | Fixes 422/444 artifacts Originally committed as revision 4708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
| | | | Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip_idctMichael Niedermayer2005-07-14
| | | | | | | skip_frame skip_loop_filter Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of (broken) files with f_code=0Michael Niedermayer2005-07-11
| | | | | | fix segfault if the first P frames header is damaged Originally committed as revision 4432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mpeg2 chroma_420_typeMichael Niedermayer2005-05-18
| | | | Originally committed as revision 4274 to svn://svn.ffmpeg.org/ffmpeg/trunk