summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* 10l (obmc_scratchpad not always initialize)Gert Vervoort2005-01-09
* 10l: scratchpad could be allocated before its size was known.Loren Merritt2005-01-08
* H.264 weighted prediction.Loren Merritt2005-01-07
* reduce stutter if we learn too late that the stream contains B-frames.Loren Merritt2005-01-04
* Sort B-frames into display order.Loren Merritt2005-01-04
* 10lMichael Niedermayer2004-12-31
* - correct several errors on the deblocking accross slice boundaries.Loïc Le Loarer2004-12-31
* Fix avc1 if there is nore than one nal per mov frameRoberto Togni2004-12-30
* implement B_DIRECT and B_SKIP macroblock types.Loren Merritt2004-12-29
* vismv for h264 displayed incorrect motion vectors.Loren Merritt2004-12-20
* add multi slice supportLoic Le Loarer2004-12-18
* uppercase codec_tag=AVC1 supportMichael Niedermayer2004-12-09
* out of buffer access fixMichael Niedermayer2004-12-09
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* Fixed typo which caused incorrect motion prediction in B-frames. patch by (Lo...Loren Merritt2004-11-24
* segfault fixMichael Niedermayer2004-10-31
* optimzationMichael Niedermayer2004-10-24
* optimizationMichael Niedermayer2004-10-24
* fix CABAC+LOOP missmatchMichael Niedermayer2004-10-23
* cbp_table cleanupMichael Niedermayer2004-10-23
* cleanup of decode_cabac_residual()Michael Niedermayer2004-10-23
* decode intra cabac mb_type cleanupMichael Niedermayer2004-10-23
* small typo patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-10-22
* H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington do...Loren Merritt2004-10-22
* h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot was...Loren Merritt2004-10-03
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-27
* assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u d...Michael Niedermayer2004-09-25
* H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washingto...Michael Niedermayer2004-09-25
* AVC (H264 in mp4 files, fourcc avc1) supportRoberto Togni2004-09-13
* h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot...Loren Merritt2004-09-02
* cleanupMichael Niedermayer2004-08-16
* Get H.264 frame rate from SPS/VUI patch by (Måns Rullgård <mru at kth dot se>)Måns Rullgård2004-08-16
* segfault fixMichael Niedermayer2004-08-03
* overread fixMichael Niedermayer2004-07-08
* 1000lMichael Niedermayer2004-06-30
* some debugAlex Beregszaszi2004-06-26
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-29
* h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)Michael Niedermayer2004-04-23
* h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-04-23
* progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ...Laurent Aimar2004-04-11
* fix decoding of qp<6Michael Niedermayer2004-03-26
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-26
* do loop filter immediatly after each macroblock is decoded instead of after a...Michael Niedermayer2004-03-20
* h264 loop filter optimizationsMichael Niedermayer2004-03-20
* h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ...Michael Niedermayer2004-03-19
* init cleanupMichael Niedermayer2004-03-16
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-22