]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
[ffmpeg] / libavcodec / h264.c
2006-03-07 Loren Merritth264_idct8_add_mmx
2006-03-04 Loren Merrittkeyframe flag was wrong if SEIs followed the keyframe
2006-02-25 Måns Rullgårdkill some warnings
2006-02-25 Loren Merrittfix a memory leak on seeking.
2006-02-22 Loren Merrittminor simplifications in cabac_mb_type
2006-02-16 Loren Merrittdon't arbitrarily limit delta_qp
2006-02-14 Loren Merrittfix some crashes on negative nalsize.
2006-02-13 Loren Merrittfix some crashes when missing frames
2006-02-10 Loren Merritth264: special case dc-only idct. ~1% faster overall
2006-02-08 Loren Merrittslightly faster loopfilter
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-31 Diego BiurrunFix silly typos.
2006-01-28 Dietermake some functions static (patch by Dieter < freebsd...
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-24 Diego BiurrunRemove all stray tabs and trailing whitespace, this...
2006-01-19 Måns Rullgårdinterpret H264 VUI timing info correctly
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-09 Loren Merritttweak h264_biweight
2006-01-09 Loren Merritttweak inlines.
2005-12-31 Loren Merrittfix asymmetric CQMs with pre-transposed DCT.
2005-12-31 Loren MerrittCQM: fix fallback to JVT scaling lists
2005-12-31 Loren Merrittdirect mvs in B_8x8 mbs were set too early.
2005-12-31 Loren Merrittfix direct_8x8_inference_flag with 4x4 mvs.
2005-12-30 Loren Merrittfix some potential arithmetic overflows in pred_direct_...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-18 Jindřich Makovičkanew qscale type to distinguish H264
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-12-11 Loren Merrittrecognize some more nal types
2005-11-10 Loren Merrittfix a crash on seeking to an invalid frame
2005-11-09 Michael Niedermayercheck MPV_frame_start() return value
2005-11-03 Loren Merritttidier cabac_intra4x4_pred_mode
2005-10-28 Måns Rullgårdno mixing of code and declarations
2005-10-28 Loren Merritt25% faster deblocking, 4-6% overall.
2005-10-27 Loren Merrittfix a crash on dropped frames
2005-10-26 Loren Merritt10l: cqm weren't initialized in svq3.
2005-10-25 Loren Merrittdecode custom quant matrices.
2005-09-27 Loren Merritt6% faster decode_cabac_residual
2005-09-27 diane_cartman@gmx.de13% faster decode_residual (cavlc).
2005-09-21 Gábor KovácsJust noticed there is a memory leak in h264.c with...
2005-09-17 Reimar Döffingercheck return value of decode_cabac_mb_dqp, it is INT_MI...
2005-09-10 Michael Niedermayerdont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4
2005-09-05 Loren Merrittfix emulated edge motion compensation when resolution...
2005-08-26 Michael NiedermayerCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-08-25 Michael Niedermayerprevent assert failures and infinite loops with broken...
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-08-01 Michael Niedermayerworkaround 'colocated mv if colocated block is L1 predi...
2005-07-27 Michael Niedermayerfixing colocated mv if colocated block is L1 predicted...
2005-07-26 Michael Niedermayerfixing colocated mv if colocated block is L1 predicted
2005-07-22 Reimar DöffingerAdd missing +1 in bounds check.
2005-07-14 Michael Niedermayermore fine grained skip_frame
2005-07-14 Michael Niedermayerskip_idct
2005-07-02 Alex Beregszasziparenthesing to avoid compiler errors in the future...
2005-06-28 Michael Niedermayersupport extracting sps/pps from bitstream and putting...
2005-06-28 Michael Niedermayerfixing first_mb_in_slice if frame_mbs_only_flag==0...
2005-06-27 Michael Niedermayercheck mb_y
2005-06-27 Michael Niedermayerkeep decoding nal units after an error
2005-06-19 Michael Niedermayermake decoder a little bit more tolerant to missing...
2005-06-17 Loren MerrittH.264 lossless mode
2005-06-09 Ronald S. Bultjenon-avc h264 stream problems patch by ("Ronald S. Bultj...
2005-06-05 Michael Niedermayer10l (dont read variables before they have been set)
2005-06-04 Måns Rullgårdremove mixed code/declarations
2005-06-02 Loren Merrittdecode H.264 with 8x8 transform.
2005-06-01 Måns Rullgårdfix segfault if flush is called before the first frame
2005-06-01 Michael Niedermayeravoid one transpose (730->680 dezicycles on duron)
2005-05-19 Loren Merrittmemory leak
2005-05-19 Loren Merrittfix crash on negative POC
2005-05-18 Loren MerrittH.264 deblocking optimizations (mmx for chroma_bS4...
2005-05-15 Michael Niedermayeranother try at decode_ref_pic_list_reordering()
2005-05-14 Michael Niedermayerfill missing reference pictures with something to avoid...
2005-05-13 Michael Niedermayeralignment fix by (Gábor Kovács >picard demoscene hu)
2005-05-13 Michael Niedermayer10l (mb_type uninitalized and then changed and overwritten)
2005-05-12 Michael Niedermayertypo found by Chengji Zhao
2005-05-12 Michael Niedermayersome asserts()
2005-05-07 Michael Niedermayerreverse 1 hunk from 1.96->1.97, fixes decoding of ...
2005-05-06 Michael Niedermayerfix decoding of conformace streams AUD_MW_E.264 and...
2005-05-06 Michael Niedermayerset time_base for variable fps too
2005-05-05 Kevin BaragonaMore spelling errors patch by (Kevin Baragona (kevinmb5...
2005-05-03 Loren Merrittfix storage of motion vectors for frames with more...
2005-05-03 Loren Merrittclear the DPB after seeking.
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-25 Loren MerrittMMX for H.264 deblocking filter
2005-04-24 Loren Merrittfix ref comparison in B-frame deblocker ('unused' and...
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-04-21 Loren Merrittdeblocking filter doesn't need to call fill_caches...
2005-04-05 Loïc Le LoarerCABAC support for MBAFF I frames patch by (Loïc Le...
2005-04-05 Loïc Le LoarerCABAC support for MBAFF I frames patch by (Loïc Le...
2005-03-27 Loren Merrittdisplay deblocking strength in FF_DEBUG_PICT_INFO
2005-03-27 Loren Merrittallow 16 refs with B-frames
2005-03-27 Loïc Le LoarerThis is the second patch for MBAFF support, this adds...
2005-03-27 Loïc Le LoarerThe cvs version 1.103 of h264.c brokes 13 conformance...
2005-03-12 Loren Merritt10l (compile fix)
2005-03-11 Loren MerrittSet keyframe flag only on IDR-frames (needed for reorde...
2005-03-07 Loren Merrittremove an assert that was breaking compilation on some...
2005-03-06 Loic Le LoarerMBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg...
2005-03-06 Michael Niedermayerspam
2005-03-06 Måns Rullgårdimproved detection of "AVC1" style H.264 patch by ...
2005-03-05 Loren Merritt10l (fix reordering when B-frames are not present)
2005-03-04 Loren MerrittH.264: decode arbitrary frame orders and allow B-frames...
2005-03-03 Loren Merrittoops, other half of the vismv patch
next