summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
* make more tables staticMåns Rullgård2006-11-121-4/+4
* typoBaptiste Coudurier2006-11-071-1/+1
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-071-4/+16
* rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it staticBaptiste Coudurier2006-11-061-3/+3
* move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier2006-11-061-0/+163
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-011-79/+79
* set v_edge_pos correctly for field picture mpeg2Michael Niedermayer2006-10-241-2/+4
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-3/+5
* staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ...Stefan Gehrer2006-07-021-8/+8
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-161-26/+43
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-131-16/+21
* remove unused variableBaptiste Coudurier2006-05-131-4/+2
* d10 decoding fixMichael Niedermayer2006-05-021-2/+5
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-2/+2
* fix decoding of mpeg2-trunc.vobMichael Niedermayer2006-03-011-1/+1
* faster find_startcode()Michael Niedermayer2006-02-041-34/+7
* Off by one fix to prevent possible segfault. Patch by jwestfall at surrealist...jwestfall@surrealistic.net2006-01-141-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-62/+62
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-228/+228
* Mark all 12 block unused when there are no coded blocksIvan Kalvachev2005-11-201-1/+1
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+0
* skip_idctMichael Niedermayer2005-07-141-1/+5
* fix decoding of (broken) files with f_code=0Michael Niedermayer2005-07-111-3/+7
* fix mpeg2 chroma_420_typeMichael Niedermayer2005-05-181-1/+1
* preserve parse contextMichael Niedermayer2005-05-141-0/+3
* sanity checkMichael Niedermayer2005-05-121-0/+1
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-081-2/+2
* switch to native time basesMichael Niedermayer2005-04-301-8/+8
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-6/+6
* avoid clearing block[] if its not used at allMichael Niedermayer2005-04-211-5/+12
* mpeg2_fast_decode_block_intra()Michael Niedermayer2005-04-201-3/+80
* optimizing non_intra ac coeff decodeMichael Niedermayer2005-04-191-43/+52
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-181-6/+6
* Typo errors patch by (QuickTime | ffmpeg gmail com>avcoder2005-04-041-3/+3
* reinitialize on aspect change,Ivan Kalvachev2005-04-031-1/+1
* more checks, fixes assertion failureMichael Niedermayer2005-03-261-3/+14
* (10l) supported pix_fmts forgottenMichael Niedermayer2005-03-081-0/+2
* typoMichael Niedermayer2005-03-051-1/+1
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-211-3/+0
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+4
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-16/+19
* fix constrained parameters flagMichael Niedermayer2004-10-181-0/+1
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-271-6/+5
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-271-4/+4
* lowres slice fixMichael Niedermayer2004-09-261-1/+2
* 1/2 resolution decodingMichael Niedermayer2004-09-251-3/+4
* mess cleanupMichael Niedermayer2004-09-101-15/+14
OpenPOWER on IntegriCloud