]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
refill cabac variables in 16bit steps, 3% faster get_cabac()
[ffmpeg] / libavcodec / h264.c
2006-10-07 Michael Niedermayerrefill cabac variables in 16bit steps, 3% faster get_ca...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-04 Loren Merrittsimplify write_back_motion for skip mbs
2006-10-01 Loren Merrittapproximate qpel functions: sacrifice some quality...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-08-29 Loren Merrittslightly faster deblock
2006-08-28 Loren Merrittmmx implementation of deblocking strength decision.
2006-07-27 Loren Merritt10l in r5768 (broke mbaff)
2006-07-16 Loren Merrittslightly faster h264 fill_caches()
2006-07-09 Måns Rullgård--enable/disable parsers. Warning: some combinations...
2006-07-04 Michael Niedermayersimplify intra prediction mode decoding
2006-07-01 Måns Rullgårdfill_mbaff_ref_list is missing a return statement,...
2006-06-12 Loren Merritth264: accept rbsp_trailing longer than 1 byte
2006-05-29 Michael Niedermayertypo me thinks ...
2006-05-28 Loren Merritth264: MBAFF interlaced decoding
2006-05-28 Loren Merritth264: faster fill_rectangle()
2006-05-10 Michael Niedermayercosmetics (initalize variables where they are used)
2006-05-10 Michael Niedermayerdecoders should (IMHO) not duplicate frames, the applic...
2006-05-05 Loren Merrittreinit quant matrices if pps is overwritten by another...
2006-04-30 Loren Merrittwarn on interlaced streams
2006-04-29 Loren Merrittdon't force asserts in release builds. 2% faster h264.
2006-03-25 Loren Merritt10l in 1.199 (write_back_motion with B-pyramid + spatial)
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 2-5...
2006-03-22 Loren Merritt1.5x faster write_back_motion, 1-3% overall
2006-03-13 Michael Niedermayerfixing coverity warnig CID: 253 (reading over the end...
2006-03-09 David S. MillerAlignment fixes, caused problems on SPARC.
2006-03-08 Steve L'Homme(f)printf --> av_log conversion
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
next