summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
...
* 10l: cqm weren't initialized in svq3.Loren Merritt2005-10-26
* decode custom quant matrices.Loren Merritt2005-10-25
* 6% faster decode_cabac_residualLoren Merritt2005-09-27
* 13% faster decode_residual (cavlc).diane_cartman@gmx.de2005-09-27
* Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.Gábor Kovács2005-09-21
* check return value of decode_cabac_mb_dqp, it is INT_MIN on error.Reimar Döffinger2005-09-17
* dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4Michael Niedermayer2005-09-10
* fix emulated edge motion compensation when resolution%16!=0Loren Merritt2005-09-05
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* prevent assert failures and infinite loops with broken streamsMichael Niedermayer2005-08-25
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* workaround 'colocated mv if colocated block is L1 predicted' bug in x264Michael Niedermayer2005-08-01
* fixing colocated mv if colocated block is L1 predicted for the temporal direc...Michael Niedermayer2005-07-27
* fixing colocated mv if colocated block is L1 predictedMichael Niedermayer2005-07-26
* Add missing +1 in bounds check.Reimar Döffinger2005-07-22
* more fine grained skip_frameMichael Niedermayer2005-07-14
* skip_idctMichael Niedermayer2005-07-14
* parenthesing to avoid compiler errors in the future - compared asm outputs, b...Alex Beregszaszi2005-07-02
* support extracting sps/pps from bitstream and putting it in extradataMichael Niedermayer2005-06-28
* fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0Michael Niedermayer2005-06-28
* check mb_yMichael Niedermayer2005-06-27
* keep decoding nal units after an errorMichael Niedermayer2005-06-27
* make decoder a little bit more tolerant to missing NAL unitsMichael Niedermayer2005-06-19
* H.264 lossless modeLoren Merritt2005-06-17
* non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bit...Ronald S. Bultje2005-06-09
* 10l (dont read variables before they have been set)Michael Niedermayer2005-06-05
* remove mixed code/declarationsMåns Rullgård2005-06-04
* decode H.264 with 8x8 transform.Loren Merritt2005-06-02
* fix segfault if flush is called before the first frameMåns Rullgård2005-06-01
* avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer2005-06-01
* memory leakLoren Merritt2005-05-19
* fix crash on negative POCLoren Merritt2005-05-19
* H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...Loren Merritt2005-05-18
* another try at decode_ref_pic_list_reordering()Michael Niedermayer2005-05-15
* fill missing reference pictures with something to avoid assertion failureMichael Niedermayer2005-05-14
* alignment fix by (Gábor Kovács >picard demoscene hu)Michael Niedermayer2005-05-13
* 10l (mb_type uninitalized and then changed and overwritten)Michael Niedermayer2005-05-13
* typo found by Chengji ZhaoMichael Niedermayer2005-05-12
* some asserts()Michael Niedermayer2005-05-12
* reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and MR1_MW_A...Michael Niedermayer2005-05-07
* fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again (there...Michael Niedermayer2005-05-06
* set time_base for variable fps tooMichael Niedermayer2005-05-06
* More spelling errors patch by (Kevin Baragona (kevinmb500 gawab com>)Kevin Baragona2005-05-05
* fix storage of motion vectors for frames with more than 4096 macroblocks.Loren Merritt2005-05-03
* clear the DPB after seeking.Loren Merritt2005-05-03
* switch to native time basesMichael Niedermayer2005-04-30
* MMX for H.264 deblocking filterLoren Merritt2005-04-25
* fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were trea...Loren Merritt2005-04-24
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding.Loren Merritt2005-04-21