summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Collapse)AuthorAge
* 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
* preserve parse contextMichael Niedermayer2005-05-14
| | | | Originally committed as revision 4241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checkMichael Niedermayer2005-05-12
| | | | Originally committed as revision 4224 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
* 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
* avoid clearing block[] if its not used at allMichael Niedermayer2005-04-21
| | | | Originally committed as revision 4148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2_fast_decode_block_intra()Michael Niedermayer2005-04-20
| | | | Originally committed as revision 4146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing non_intra ac coeff decodeMichael Niedermayer2005-04-19
| | | | Originally committed as revision 4140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-18
| | | | Originally committed as revision 4137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo errors patch by (QuickTime | ffmpeg gmail com>avcoder2005-04-04
| | | | Originally committed as revision 4103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reinitialize on aspect change,Ivan Kalvachev2005-04-03
| | | | | | required for dvb aspect changes Originally committed as revision 4102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more checks, fixes assertion failureMichael Niedermayer2005-03-26
| | | | Originally committed as revision 4081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (10l) supported pix_fmts forgottenMichael Niedermayer2005-03-08
| | | | Originally committed as revision 4022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-03-05
| | | | Originally committed as revision 4006 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
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
| | | | Originally committed as revision 3872 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
* fix constrained parameters flagMichael Niedermayer2004-10-18
| | | | Originally committed as revision 3609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3522 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 slice fixMichael Niedermayer2004-09-26
| | | | Originally committed as revision 3513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/2 resolution decodingMichael Niedermayer2004-09-25
| | | | Originally committed as revision 3507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mess cleanupMichael Niedermayer2004-09-10
| | | | Originally committed as revision 3449 to svn://svn.ffmpeg.org/ffmpeg/trunk