summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-12/+12
* new qscale type to distinguish H264Jindřich Makovička2005-12-181-0/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-388/+388
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* recognize some more nal typesLoren Merritt2005-12-111-5/+12
* fix a crash on seeking to an invalid frameLoren Merritt2005-11-101-2/+5
* check MPV_frame_start() return valueMichael Niedermayer2005-11-091-3/+6
* tidier cabac_intra4x4_pred_modeLoren Merritt2005-11-031-6/+4
* no mixing of code and declarationsMåns Rullgård2005-10-281-8/+8
* 25% faster deblocking, 4-6% overall.Loren Merritt2005-10-281-15/+46
* fix a crash on dropped framesLoren Merritt2005-10-271-1/+1
* 10l: cqm weren't initialized in svq3.Loren Merritt2005-10-261-0/+6
* decode custom quant matrices.Loren Merritt2005-10-251-78/+162
* 6% faster decode_cabac_residualLoren Merritt2005-09-271-34/+38
* 13% faster decode_residual (cavlc).diane_cartman@gmx.de2005-09-271-48/+59
* Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.Gábor Kovács2005-09-211-0/+1
* check return value of decode_cabac_mb_dqp, it is INT_MIN on error.Reimar Döffinger2005-09-171-0/+4
* dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4Michael Niedermayer2005-09-101-3/+3
* fix emulated edge motion compensation when resolution%16!=0Loren Merritt2005-09-051-5/+7
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-261-1/+1
* prevent assert failures and infinite loops with broken streamsMichael Niedermayer2005-08-251-3/+5
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-10/+10
* workaround 'colocated mv if colocated block is L1 predicted' bug in x264Michael Niedermayer2005-08-011-3/+67
* fixing colocated mv if colocated block is L1 predicted for the temporal direc...Michael Niedermayer2005-07-271-4/+7
* fixing colocated mv if colocated block is L1 predictedMichael Niedermayer2005-07-261-4/+8
* Add missing +1 in bounds check.Reimar Döffinger2005-07-221-1/+1
* 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
OpenPOWER on IntegriCloud