| Commit message (Expand) | Author | Age | Files | Lines |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -1/+1 |
* | recognize some more nal types | Loren Merritt | 2005-12-11 | 1 | -5/+12 |
* | fix a crash on seeking to an invalid frame | Loren Merritt | 2005-11-10 | 1 | -2/+5 |
* | check MPV_frame_start() return value | Michael Niedermayer | 2005-11-09 | 1 | -3/+6 |
* | tidier cabac_intra4x4_pred_mode | Loren Merritt | 2005-11-03 | 1 | -6/+4 |
* | no mixing of code and declarations | Måns Rullgård | 2005-10-28 | 1 | -8/+8 |
* | 25% faster deblocking, 4-6% overall. | Loren Merritt | 2005-10-28 | 1 | -15/+46 |
* | fix a crash on dropped frames | Loren Merritt | 2005-10-27 | 1 | -1/+1 |
* | 10l: cqm weren't initialized in svq3. | Loren Merritt | 2005-10-26 | 1 | -0/+6 |
* | decode custom quant matrices. | Loren Merritt | 2005-10-25 | 1 | -78/+162 |
* | 6% faster decode_cabac_residual | Loren Merritt | 2005-09-27 | 1 | -34/+38 |
* | 13% faster decode_residual (cavlc). | diane_cartman@gmx.de | 2005-09-27 | 1 | -48/+59 |
* | Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. | Gábor Kovács | 2005-09-21 | 1 | -0/+1 |
* | check return value of decode_cabac_mb_dqp, it is INT_MIN on error. | Reimar Döffinger | 2005-09-17 | 1 | -0/+4 |
* | dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 | Michael Niedermayer | 2005-09-10 | 1 | -3/+3 |
* | fix emulated edge motion compensation when resolution%16!=0 | Loren Merritt | 2005-09-05 | 1 | -5/+7 |
* | Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u... | Michael Niedermayer | 2005-08-26 | 1 | -1/+1 |
* | prevent assert failures and infinite loops with broken streams | Michael Niedermayer | 2005-08-25 | 1 | -3/+5 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -10/+10 |
* | workaround 'colocated mv if colocated block is L1 predicted' bug in x264 | Michael Niedermayer | 2005-08-01 | 1 | -3/+67 |
* | fixing colocated mv if colocated block is L1 predicted for the temporal direc... | Michael Niedermayer | 2005-07-27 | 1 | -4/+7 |
* | fixing colocated mv if colocated block is L1 predicted | Michael Niedermayer | 2005-07-26 | 1 | -4/+8 |
* | Add missing +1 in bounds check. | Reimar Döffinger | 2005-07-22 | 1 | -1/+1 |
* | more fine grained skip_frame | Michael Niedermayer | 2005-07-14 | 1 | -2/+10 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -3/+10 |
* | parenthesing to avoid compiler errors in the future - compared asm outputs, b... | Alex Beregszaszi | 2005-07-02 | 1 | -2/+2 |
* | support extracting sps/pps from bitstream and putting it in extradata | Michael Niedermayer | 2005-06-28 | 1 | -0/+33 |
* | fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0 | Michael Niedermayer | 2005-06-28 | 1 | -1/+1 |
* | check mb_y | Michael Niedermayer | 2005-06-27 | 1 | -0/+3 |
* | keep decoding nal units after an error | Michael Niedermayer | 2005-06-27 | 1 | -2/+7 |
* | make decoder a little bit more tolerant to missing NAL units | Michael Niedermayer | 2005-06-19 | 1 | -5/+11 |
* | H.264 lossless mode | Loren Merritt | 2005-06-17 | 1 | -27/+55 |
* | non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bit... | Ronald S. Bultje | 2005-06-09 | 1 | -1/+1 |
* | 10l (dont read variables before they have been set) | Michael Niedermayer | 2005-06-05 | 1 | -12/+12 |
* | remove mixed code/declarations | Måns Rullgård | 2005-06-04 | 1 | -4/+5 |
* | decode H.264 with 8x8 transform. | Loren Merritt | 2005-06-02 | 1 | -59/+484 |
* | fix segfault if flush is called before the first frame | Måns Rullgård | 2005-06-01 | 1 | -1/+2 |
* | avoid one transpose (730->680 dezicycles on duron) | Michael Niedermayer | 2005-06-01 | 1 | -4/+18 |
* | memory leak | Loren Merritt | 2005-05-19 | 1 | -0/+1 |
* | fix crash on negative POC | Loren Merritt | 2005-05-19 | 1 | -3/+3 |
* | H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas... | Loren Merritt | 2005-05-18 | 1 | -39/+6 |
* | another try at decode_ref_pic_list_reordering() | Michael Niedermayer | 2005-05-15 | 1 | -12/+17 |
* | fill missing reference pictures with something to avoid assertion failure | Michael Niedermayer | 2005-05-14 | 1 | -2/+10 |
* | alignment fix by (Gábor Kovács >picard demoscene hu) | Michael Niedermayer | 2005-05-13 | 1 | -1/+2 |
* | 10l (mb_type uninitalized and then changed and overwritten) | Michael Niedermayer | 2005-05-13 | 1 | -4/+4 |
* | typo found by Chengji Zhao | Michael Niedermayer | 2005-05-12 | 1 | -1/+1 |
* | some asserts() | Michael Niedermayer | 2005-05-12 | 1 | -0/+2 |
* | reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and MR1_MW_A... | Michael Niedermayer | 2005-05-07 | 1 | -6/+16 |
* | fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again (there... | Michael Niedermayer | 2005-05-06 | 1 | -1/+6 |
* | set time_base for variable fps too | Michael Niedermayer | 2005-05-06 | 1 | -1/+1 |