| Commit message (Expand) | Author | Age | Files | Lines |
* | H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org ) | Loïc Le Loarer | 2005-02-01 | 1 | -7/+10 |
* | correct long term picture management patch by (Loic <lll+ffmpeg m4x org>) | Loïc Le Loarer | 2005-02-01 | 1 | -4/+7 |
* | fixing missaligned memory accesses in fill_rectangle() | Michael Niedermayer | 2005-01-30 | 1 | -4/+5 |
* | simplify | Michael Niedermayer | 2005-01-23 | 1 | -11/+4 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -1/+1 |
* | simplify deblock | Michael Niedermayer | 2005-01-23 | 1 | -43/+26 |
* | simplify | Michael Niedermayer | 2005-01-23 | 1 | -25/+10 |
* | H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <l... | Loic Le Loarer | 2005-01-19 | 1 | -37/+111 |
* | div by zero aspect fix | Michael Niedermayer | 2005-01-19 | 1 | -0/+2 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -0/+4 |
* | 10l (obmc_scratchpad not always initialize) | Gert Vervoort | 2005-01-09 | 1 | -0/+2 |
* | 10l: scratchpad could be allocated before its size was known. | Loren Merritt | 2005-01-08 | 1 | -2/+5 |
* | H.264 weighted prediction. | Loren Merritt | 2005-01-07 | 1 | -5/+175 |
* | reduce stutter if we learn too late that the stream contains B-frames. | Loren Merritt | 2005-01-04 | 1 | -6/+10 |
* | Sort B-frames into display order. | Loren Merritt | 2005-01-04 | 1 | -9/+39 |
* | 10l | Michael Niedermayer | 2004-12-31 | 1 | -0/+1 |
* | - correct several errors on the deblocking accross slice boundaries. | Loïc Le Loarer | 2004-12-31 | 1 | -13/+45 |
* | Fix avc1 if there is nore than one nal per mov frame | Roberto Togni | 2004-12-30 | 1 | -1/+1 |
* | implement B_DIRECT and B_SKIP macroblock types. | Loren Merritt | 2004-12-29 | 1 | -74/+347 |
* | vismv for h264 displayed incorrect motion vectors. | Loren Merritt | 2004-12-20 | 1 | -3/+3 |
* | add multi slice support | Loic Le Loarer | 2004-12-18 | 1 | -28/+46 |
* | uppercase codec_tag=AVC1 support | Michael Niedermayer | 2004-12-09 | 1 | -1/+1 |
* | out of buffer access fix | Michael Niedermayer | 2004-12-09 | 1 | -9/+14 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -6/+6 |
* | Fixed typo which caused incorrect motion prediction in B-frames. patch by (Lo... | Loren Merritt | 2004-11-24 | 1 | -1/+1 |
* | segfault fix | Michael Niedermayer | 2004-10-31 | 1 | -1/+1 |
* | optimzation | Michael Niedermayer | 2004-10-24 | 1 | -9/+9 |
* | optimization | Michael Niedermayer | 2004-10-24 | 1 | -28/+25 |
* | fix CABAC+LOOP missmatch | Michael Niedermayer | 2004-10-23 | 1 | -1/+4 |
* | cbp_table cleanup | Michael Niedermayer | 2004-10-23 | 1 | -110/+33 |
* | cleanup of decode_cabac_residual() | Michael Niedermayer | 2004-10-23 | 1 | -60/+41 |
* | decode intra cabac mb_type cleanup | Michael Niedermayer | 2004-10-23 | 1 | -71/+40 |
* | small typo patch by (Gildas Bazin <gbazin at altern dot org>) | Gildas Bazin | 2004-10-22 | 1 | -1/+1 |
* | H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington do... | Loren Merritt | 2004-10-22 | 1 | -12/+95 |
* | h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot was... | Loren Merritt | 2004-10-03 | 1 | -3/+3 |
* | move h264 idct to its own file and call via function pointer in DspContext | Michael Niedermayer | 2004-09-27 | 1 | -40/+6 |
* | assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u d... | Michael Niedermayer | 2004-09-25 | 1 | -1/+3 |
* | H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washingto... | Michael Niedermayer | 2004-09-25 | 1 | -0/+3 |
* | AVC (H264 in mp4 files, fourcc avc1) support | Roberto Togni | 2004-09-13 | 1 | -1/+71 |
* | h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot... | Loren Merritt | 2004-09-02 | 1 | -11/+21 |
* | cleanup | Michael Niedermayer | 2004-08-16 | 1 | -25/+0 |
* | Get H.264 frame rate from SPS/VUI patch by (Måns Rullgård <mru at kth dot se>) | Måns Rullgård | 2004-08-16 | 1 | -0/+36 |
* | segfault fix | Michael Niedermayer | 2004-08-03 | 1 | -4/+7 |
* | overread fix | Michael Niedermayer | 2004-07-08 | 1 | -2/+2 |
* | 1000l | Michael Niedermayer | 2004-06-30 | 1 | -4/+2 |
* | some debug | Alex Beregszaszi | 2004-06-26 | 1 | -0/+2 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | remove duplicated find_frame_end() code | Michael Niedermayer | 2004-04-29 | 1 | -4/+32 |
* | h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>) | Michael Niedermayer | 2004-04-23 | 1 | -0/+1 |
* | h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at v... | Laurent Aimar | 2004-04-23 | 1 | -26/+24 |