]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
fix possible overflow with memmove
[ffmpeg] / libavcodec / h264.c
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...
2007-08-01 Michael Niedermayeruse ENABLE_GRAY
2007-07-30 Andreas Ömanfix cabac decoding with some Blue-Ray sources
2007-07-19 Panagiotis IssarisFix the self tests which are contained in some codecs...
2007-07-15 Andreas Ömanfix visual painting of MVs from h264: they are painted...
2007-07-09 Benoit Fouetbring back h264 build
2007-07-08 Måns Rullgårdtrivial warning fixes
2007-07-06 Andreas ÖmanAdd support for streams with different chroma_qp_index_...
2007-07-06 Andreas ÖmanPrecompute a chroma_qp table with index offset for...
2007-07-06 Andreas ÖmanCompute the dequant coefficient table ptr outside the...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-21 Andreas ÖmanDon't swap back un-deblocked lines for intra prediction...
2007-06-20 Andreas ÖmanDo not reuse the rbsp de-escape buffer if both
2007-06-19 Andreas ÖmanDecouple bit context from h264 context in decode_ref_pi...
2007-06-18 Andreas Ömanindentation
2007-06-16 Andreas ÖmanFactor out init_scan_tables(), patch by Andreas Öman...
2007-06-16 Måns Rullgårdfix some printf format specifiers
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-07 Andreas Ömanh264: use 'simple' in border backup / xchg
2007-06-03 Andreas Ömanfilter_mb_fast() doesn't handle h->deblocking_filter...
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-29 Andreas Ömanallocate PPS and SPS dynamically
2007-05-23 Panagiotis IssarisExport the four remaining H.264 decoder intra predictio...
next