summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
* support decoding of the last mpeg "packet" even if no startcode is immedeatly...Michael Niedermayer2002-09-061-4/+14
* new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) wit...Henry Mason2002-09-021-3/+6
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-281-1/+1
* fixing some 64bit bugsMichael Niedermayer2002-08-261-3/+3
* fixing slices which start at mb_x>0Michael Niedermayer2002-08-041-0/+6
* hmm ABS(dc-diff) > 512 fixMichael Niedermayer2002-07-171-14/+36
* dr1Michael Niedermayer2002-07-161-1/+2
* uvlinesizeMichael Niedermayer2002-07-151-5/+5
* rl vlc table optimization (not yet used)Michael Niedermayer2002-07-141-16/+52
* optimization (get_vlc() -> get_vlc2())Michael Niedermayer2002-07-131-19/+27
* adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen2002-07-101-2/+2
* new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer2002-07-091-18/+16
* dc scale simplification/optimizationMichael Niedermayer2002-06-181-35/+42
* fixed one mpeg decoder memory leakFabrice Bellard2002-06-111-0/+1
* passing avctx->flags so that grayscale only decoding works with mpeg1/2 tooMichael Niedermayer2002-06-091-2/+1
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streamsFabrice Bellard2002-05-201-2/+9
* improved mpeg1/2 decoding speedFabrice Bellard2002-05-181-0/+6
* - repeat_pict meaning changed, now it signals the extra delay for theJuanjo2002-05-141-8/+27
* - repeat_pict added to AVCodecContext to signal if the decoder must repeatJuanjo2002-05-121-1/+1
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-061-1/+1
* export mbskip_table for direct renderingMichael Niedermayer2002-04-271-0/+1
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-271-14/+17
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-071-0/+1
* emms was missing, found by juanjo but he didnt commit it?!Michael Niedermayer2002-04-041-1/+2
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-281-1/+1
* fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>Michael Niedermayer2002-03-241-1/+1
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-221-0/+50
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-221-1/+1
* - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo2002-03-201-1/+1
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-191-1/+1
* - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo2002-03-161-4/+26
* avoid overflow of picturenumber*fps*10000Michael Niedermayer2002-02-181-2/+2
* block_last_index was too large (in mpeg1 decoding)Michael Niedermayer2002-02-181-1/+1
* optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings)Michael Niedermayer2002-02-131-11/+30
* optimize mpeg1_encode_block()Michael Niedermayer2002-02-131-7/+37
* win32 fixesFabrice Bellard2001-08-151-16/+1
* copy avctxFabrice Bellard2001-08-151-0/+1
* win32 fixesFabrice Bellard2001-08-131-10/+12
* fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsingFabrice Bellard2001-08-121-11/+33
* fixed last zero mv for field - fixed mismatch handling for intra coefsFabrice Bellard2001-08-111-2/+4
* fixed mpeg2 qscale decodingFabrice Bellard2001-08-111-11/+18
* fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)Fabrice Bellard2001-08-081-2/+2
* changed quant matrix order (should fix mmx mpeg decoding bug)Fabrice Bellard2001-08-071-12/+18
* get_bits() specialization, gives 4\speedupArpi2001-08-041-43/+43
* - removed #include ../config.h, because it's included from common.hArpi2001-08-021-5/+0
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-021-0/+8
* use block[] in structure to have it aligned on 8 bytes for mmx optimizationsFabrice Bellard2001-07-301-4/+3
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-241-0/+1
* fixed unsigned pbFabrice Bellard2001-07-231-1/+2
OpenPOWER on IntegriCloud