]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
fix asymmetric CQMs with pre-transposed DCT.
[ffmpeg] / libavcodec / h264.c
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
2005-03-03 Loren Merrittvismv didn't display 8x8 mvs in H.264
2005-02-25 Loren MerrittIn-loop deblocking for B-frames.
2005-02-24 Loren Merritt10l in implicit_weight_table
2005-02-16 Loic Le Loarerremove goto and reindent patch by (Loic Le Loarer ...
2005-02-07 Loic Le LoarerINTRA PCM macroblocks support patch by (Loic )lll+ffmpe...
2005-02-04 Loic Le LoarerH.264 multiple slice support in CABAC patch by (Loic...
2005-02-01 Loïc Le LoarerH.264 multiplce instance in reference list patch by...
2005-02-01 Loïc Le Loarercorrect long term picture management patch by (Loic...
2005-01-30 Michael Niedermayerfixing missaligned memory accesses in fill_rectangle()
2005-01-23 Michael Niedermayersimplify
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-23 Michael Niedermayersimplify deblock
2005-01-23 Michael Niedermayersimplify
2005-01-19 Loic Le LoarerH.264 b ref pic list order and long term pictures patch...
2005-01-19 Michael Niedermayerdiv by zero aspect fix
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-09 Gert Vervoort10l (obmc_scratchpad not always initialize)
2005-01-08 Loren Merritt10l: scratchpad could be allocated before its size...
2005-01-07 Loren MerrittH.264 weighted prediction.
next