aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* more fine grained skip_frameMichael Niedermayer2005-07-141-2/+10
* skip_idctMichael Niedermayer2005-07-141-3/+10
* parenthesing to avoid compiler errors in the future - compared asm outputs, b...Alex Beregszaszi2005-07-021-2/+2
* support extracting sps/pps from bitstream and putting it in extradataMichael Niedermayer2005-06-281-0/+33
* fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0Michael Niedermayer2005-06-281-1/+1
* check mb_yMichael Niedermayer2005-06-271-0/+3
* keep decoding nal units after an errorMichael Niedermayer2005-06-271-2/+7
* make decoder a little bit more tolerant to missing NAL unitsMichael Niedermayer2005-06-191-5/+11
* H.264 lossless modeLoren Merritt2005-06-171-27/+55
* non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bit...Ronald S. Bultje2005-06-091-1/+1
* 10l (dont read variables before they have been set)Michael Niedermayer2005-06-051-12/+12
* remove mixed code/declarationsMåns Rullgård2005-06-041-4/+5
* decode H.264 with 8x8 transform.Loren Merritt2005-06-021-59/+484
* fix segfault if flush is called before the first frameMåns Rullgård2005-06-011-1/+2
* avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer2005-06-011-4/+18
* memory leakLoren Merritt2005-05-191-0/+1
* fix crash on negative POCLoren Merritt2005-05-191-3/+3
* H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...Loren Merritt2005-05-181-39/+6
* another try at decode_ref_pic_list_reordering()Michael Niedermayer2005-05-151-12/+17
* fill missing reference pictures with something to avoid assertion failureMichael Niedermayer2005-05-141-2/+10
* alignment fix by (Gábor Kovács >picard demoscene hu)Michael Niedermayer2005-05-131-1/+2
* 10l (mb_type uninitalized and then changed and overwritten)Michael Niedermayer2005-05-131-4/+4
* typo found by Chengji ZhaoMichael Niedermayer2005-05-121-1/+1
* some asserts()Michael Niedermayer2005-05-121-0/+2
* reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and MR1_MW_A...Michael Niedermayer2005-05-071-6/+16
* fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again (there...Michael Niedermayer2005-05-061-1/+6
* set time_base for variable fps tooMichael Niedermayer2005-05-061-1/+1
* More spelling errors patch by (Kevin Baragona (kevinmb500 gawab com>)Kevin Baragona2005-05-051-38/+38
* fix storage of motion vectors for frames with more than 4096 macroblocks.Loren Merritt2005-05-031-4/+4
* clear the DPB after seeking.Loren Merritt2005-05-031-0/+11
* switch to native time basesMichael Niedermayer2005-04-301-2/+1
* MMX for H.264 deblocking filterLoren Merritt2005-04-251-149/+33
* fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were trea...Loren Merritt2005-04-241-8/+6
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-8/+8
* deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding.Loren Merritt2005-04-211-24/+31
* CABAC support for MBAFF I frames patch by (Loïc Le Loarer < lll+ffmpeg m4x org)Loïc Le Loarer2005-04-051-6/+31
* CABAC support for MBAFF I frames patch by (Loïc Le Loarer | lll+ffmpeg m4x org)Loïc Le Loarer2005-04-051-49/+78
* display deblocking strength in FF_DEBUG_PICT_INFOLoren Merritt2005-03-271-2/+2
* allow 16 refs with B-framesLoren Merritt2005-03-271-3/+3
* This is the second patch for MBAFF support, this adds the deblockingLoïc Le Loarer2005-03-271-69/+501
* The cvs version 1.103 of h264.c brokes 13 conformance streams, thisLoïc Le Loarer2005-03-271-1/+1
* 10l (compile fix)Loren Merritt2005-03-121-2/+4
* Set keyframe flag only on IDR-frames (needed for reordering across I-frames).Loren Merritt2005-03-111-76/+114
* remove an assert that was breaking compilation on some gccs.Loren Merritt2005-03-071-2/+0
* MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<)Loic Le Loarer2005-03-061-89/+158
* spamMichael Niedermayer2005-03-061-1/+0
* improved detection of "AVC1" style H.264 patch by (Måns Rullgård <mru inpro...Måns Rullgård2005-03-061-7/+5
* 10l (fix reordering when B-frames are not present)Loren Merritt2005-03-051-5/+5
* H.264: decode arbitrary frame orders and allow B-frames as references.Loren Merritt2005-03-041-42/+84
* oops, other half of the vismv patchLoren Merritt2005-03-031-2/+2