]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
-0x8000 == 0x8000 with int16
[ffmpeg] / libavcodec / h264.c
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-29 Carl Eugen HoyosWarn about unimplemented H264 feature.
2008-05-29 Pascal Massiminoin TRUNCATED mode, use residual fragments in ParseContext
2008-05-28 Diego Biurruncosmetics: spelling typo fixes
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-26 Michael Niedermayerprint direct_spatial_mv_pred
2008-05-11 Alexander StrangeRemove newly unused variables.
2008-05-11 Alexander StrangeUse h->mb_xy directly in decode_cabac_residual().
2008-05-11 Alexander StrangeStore mb_xy in H264Context and only calculate it once...
2008-05-08 Carl Eugen HoyosOne const per declaration is enough.
2008-05-04 Jason Garrett-GlaserUse a state machine to reduce branching logic in decode...
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-16 Jeff DownsRedo r12838, this time using svn copy to create h264_i3...
2008-04-16 Jeff DownsRevert 12838 to redo it the right way (use svn copy...
2008-04-15 Jeff DownsMove decode_significance_x86() and decode_significance_...
2008-04-11 Michael NiedermayerAvoid crash with idiotic cropping. Fixes crash with...
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-13 Michael NiedermayerIf consumed does not match nalsize, favor nalsize.
2008-03-12 Diego Biurruntypo fixes
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-03-01 Loren Merrittmore aspect ratios added in one of the ammendments
2008-02-19 Michael NiedermayerFix ;;
2008-02-02 Loren Merritt"swap first two elements of L1 if L0 and L1 are identic...
2008-02-02 Loren Merrittfix mbaff diagonal neighbor mv
2008-02-02 Loren Merrittmbaff spatial direct
2008-02-01 Michael Niedermayerconsts
2008-02-01 Michael NiedermayerIndention, it seems i have forgotton to commit this.
2008-01-31 Andreas ÖmanFix the following warnings:
2008-01-28 Jeff DownsFix memory leak in h264 decoder. allocated_edge_emu_buf...
2008-01-27 Reimar DöffingerAdd and use DECLARE_ASM_CONST for constants used in...
2008-01-24 Michael NiedermayerFix crash for CAVLC->CABAC switch caused by writing...
2008-01-23 Diego BiurrunAdd #undef printf and disable non-functional code to...
2008-01-20 Diego BiurrunConsistently use TEST as the preprocessor condition...
2007-12-19 Reinhard NisslFix problem with multithreaded decoding, introduced...
2007-12-16 Diego Biurruncosmetics: comment typo fixes
2007-12-15 Kostya ShishkovMake fill_rectangle() available for other decoders
2007-12-14 Jeff DownsFix brain-dead parts of r11216, specifically:
2007-12-14 Jeff DownsEnsure that our total reference frame count does not...
2007-12-14 Jeff DownsActually return with an error condition if we're being...
2007-12-14 Jeff DownsMake h264 decoder conform to requirements of mpegvideo...
2007-12-13 Jeff DownsFix non_zero_count_cache for deblocking in field pictures.
2007-12-05 Panagiotis IssarisVerify long_ref_count!=0. Fix issue 281.
2007-12-05 Jeff DownsInitialize function pointers used by error resilience...
2007-12-01 Vitor Sessakspelling
2007-11-23 Diego Biurrunmain() --> main(void)
2007-11-17 Jeff DownsCall mpegvideo flush routine on h264 flush. Needed...
2007-11-10 Reinhard NisslProvide top_field_first logic for h264
2007-11-07 Jeff DownsFix deblocking filter for field pictures by properly...
2007-11-06 Jeff DownsFix poc for field pictures. Prior to this, the poc...
2007-11-05 Jeff DownsCorrect assignment of interlaced_frame; was being set...
2007-10-15 Jeff DownsFix chroma mv offsets for PAFF in a way that is compati...
2007-10-15 Martin ZlomekFix mix-up of values in r10690 (deblocking for PAFF).
2007-10-13 Jeff DownsSimplify tests for field macroblocks
2007-10-12 Jeff DownsInterlaced pictures (not just MBAFF) + spatial direct...
2007-10-10 Carl Eugen HoyosSet pict->interlaced_frame if returned frame is MBAFF...
2007-10-09 Jeff Downsfix incorrect check for abs_diff_pic_num overflow
2007-10-09 Andreas Ömanreindent
2007-10-09 Carl Eugen HoyosEnable PAFF decoding
2007-10-08 Jeff DownsManage Picture buffers for fields as well as frames...
2007-10-08 Martin ZlomekFix deblocking for PAFF content
2007-10-07 Jeff DownsRe-indent after PAFF MMCO implementation patch.
2007-10-07 Jeff DownsAugment MMCO execution to work with both fields and...
2007-10-06 Jeff DownsCosmetic renaming variable so that it makes more sense...
2007-10-06 Jeff DownsAugment mmcodecoding process to work properly with...
2007-10-06 Jeff DownsEdge emulation for fields. Part of PAFF implementation
2007-10-06 Jeff DownsSet Picture.poc for fields and field pairs. Part of...
2007-10-06 Jeff DownsModifies macroblock addressing and current macroblock...
2007-10-05 Jeff DownsSupport function and changes to reference picture reord...
2007-10-05 Jeff DownsReindent fill_default_ref_list after changes for PAFF
2007-10-05 Jeff DownsSupport functions and changes to default reference...
2007-10-04 Jeff DownsReorganize long reference management to minimize code...
2007-10-04 Jeff DownsFix Picture.key_frame setting to be compatible with...
2007-10-04 Jeff DownsFix h->curr_pic_num for field pictures. Necessary for...
2007-10-04 Jeff DownsRename variable to make sense in both field and frame...
2007-10-04 Jeff DownsFurther modularize short reference list management...
2007-10-04 Jeff DownsRe-indent unreference_pic.
2007-10-04 Jeff DownsModify unreference_pic implementation with PAFF in...
2007-10-04 Jeff DownsPartial PAFF implementation at macroblock level.
2007-10-02 Andreas Ömanremove unused code, spotted by Jeff Downs, heydowns...
2007-10-02 Jeff DownsRename MMCO stuff to prepare for h264/PAFF implementation.
2007-09-27 Panagiotis IssarisRemove redundant test.
2007-09-26 Jeff Downsh264/PAFF preparation: use DELAYED_PIC_REF to mark...
2007-09-25 Andreas Ömanreindent
2007-09-24 Andreas Ömanfactor out dequant table lookup outside loops, gives...
2007-09-22 Reimar DöffingerApply skip_loop_filter before checking if we can parall...
2007-09-21 Andreas ÖmanSimplify H.264 decode_cabac_mb_cbp_luma(), giving a...
2007-09-16 Andreas Ömanfix image corruption when with multi-threaded decoding.
2007-09-07 Andreas ÖmanIndentation
2007-09-07 Andreas ÖmanLet H.264 decoder skip deblocking across slices
2007-09-05 Jeff DownsAvoid a crash when H264 MMC operation causes the short...
2007-09-05 Andreas ÖmanAdd slice-based parallel H.264 decoding
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-09-04 Carl Eugen HoyosSilence warnings about NAL_SVC_NON_IDR in H.264.
2007-09-03 Carl Eugen HoyosRemove error raising when explicitely skipping frame
2007-08-15 Ramiro PollaCONFIG_7REGS -> HAVE_7REGS
2007-08-14 Alexander StrangeStatements like a = b = c = d = e; store from right...
2007-08-12 Alexander StrangeDon't check the return value of decode_cabac_residual...
2007-08-08 Alex Beregszaszidebug: tell how much bits are skipped with unknown...
next