]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
[ffmpeg] / libavcodec / h264.c
2007-05-05 Diego BiurrunFix multiple "‘inline/static’ is not at beginning of...
2007-05-02 Diego BiurrunRemove unused variable.
2007-04-29 Meanprevent going out of the buffer if the nal size does...
2007-04-27 Diego BiurrunMark code parts that cannot work on AMD64 due to broken...
2007-04-26 Diego Biurrun10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE...
2007-04-11 Limin Wangadd a check before find_frame_end call
2007-04-09 Reinhard NisslWhen dst_length == 0 bit_length has to be 0, too, but...
2007-04-09 Reinhard NisslRemove a NAL unit's trailing zero bytes even when dst_l...
2007-04-09 Reinhard Nisslscenario: A properly coded frame is followed by an...
2007-04-07 Diego Biurruntypos/grammar
2007-04-04 Stefan Huehnerchanges some function declarations from () to (void...
2007-03-29 Panagiotis IssarisFix compilation when using the --disable-opts parameter...
2007-03-14 Baptiste Coudurierreindent after last commit
2007-03-14 Baptiste Coudurierh264 complete frames parsing support
2007-03-03 Michael Niedermayercheck for no frame and prevent segfault
2007-03-02 Michael Niedermayersupport feeding individual NAL units to the decoder...
2007-02-27 Michel BardiauxSupply context to tprintf
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-25 Michael Niedermayerrewrite find_frame_end()
2007-02-24 Alexander Strangeh264 optimization: common case hl_decode_mb patch by...
2007-02-21 Michael Niedermayeroutput delayed frames
2007-02-21 Diego Biurruncosmetics: Fix a common typo, sepErate --> sepArate.
2007-02-19 Loren Merrittsimplify in fill_caches
2007-02-18 Michael Niedermayerfactorize more calls to fill_rectangle()
2007-02-18 Michael Niedermayerfactorize fill_rectangle() calls
2007-02-16 Michael Niedermayerfactorize fill_rectangle()
2007-02-16 Michael Niedermayerreplace list<2 checks by list<list_count
2007-02-16 Michael Niedermayerfix 2nd ref_count check
2007-02-16 Michael Niedermayerfix ref_count check
2007-02-16 Michael Niedermayerfactorize mv_cache and mvd_cache init
2007-02-16 Michael Niedermayersimplify
2007-02-09 Francois Oligny... always decode extradata when of non-avc stream (like...
2007-01-23 Michael Niedermayerfix segfault with darkkben.free.fr/corrupted_h264.mp4
2007-01-23 Michael Niedermayerflame
2007-01-23 Michael Niedermayercheck num_reorder_frames for validity
2007-01-23 Michael Niedermayeradding assert to protect delayed_pic
2007-01-20 Michael Niedermayerchecking bitstream values and other related changes
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-19 Guillaume Poirierremove useless cast that makes code unreadable
2007-01-19 Francois Oligny... harden h264 decoding to prevent some crashes when input...
2007-01-16 Reimar DöffingerAvoid calling decode_slice when context_initialized...
2007-01-13 Michael Niedermayerfix 16 CABAC_BIT * 10l bug introduced in r6578
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-07 Panagiotis IssarisMaking rem6 and div6 globally visible and thus adding...
2006-12-07 Panagiotis IssarisRemoving unused code
2006-12-06 Panagiotis IssarisExport symbols of several H.264 intra prediction functions
2006-12-05 Alexander Chemerisfix crash when decoding a truncated H264 slice
2006-12-05 Panagiotis IssarisRemoving unused code
2006-12-05 Panagiotis IssarisChange NAL unit type defines to an enum and move to...
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-11-09 Panagiotis IssarisRemove the H264Context parameter from decode_init_vlc...
2006-11-01 Michael Niedermayermerge clip() into the alpha/beta/tc0 tables (10% faster...
2006-11-01 Reimar DöffingerReenable AMD64 optimizations for cabac accidentially...
2006-11-01 Diego BiurrunAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-10-29 Diego BiurrunFix compilation with PIC enabled, BRANCHLESS_GET_CABAC...
2006-10-20 Michael Niedermayerdecode_significance_8x8_x86()
2006-10-19 Michael Niedermayerslightly faster decode_cabac_mb_mvd()
2006-10-19 Michael Niedermayer1 variable less in decode_cabac_residual() no speed...
2006-10-19 Michael Niedermayeroptimize sign decoding code in decode_residual()
2006-10-17 Michael Niedermayercopy cabac context onto the stack for the c code in...
2006-10-17 Michael Niedermayerx86 asm version of the decode significance loop (not...
2006-10-13 Michael Niedermayersimplify escape decoding
2006-10-12 Michael Niedermayer10l int vs uint8_t
2006-10-12 Michael Niedermayerprevent "mb level" get_cabac() calls from being inlined...
2006-10-12 Michael Niedermayerint->uint8_t for 2 tables
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-11 Loren Merrittmore prefetches, 2% faster h264
2006-10-11 Michael Niedermayermake state transition tables global as they are constan...
2006-10-11 Michael Niedermayermake lps_range a global table its constant anyway ...
2006-10-09 Michael Niedermayerreverse remainder of the failed attempt to optimize...
2006-10-09 Michael Niedermayermove outcommented START/STOP_TIMER to a hopefully bette...
2006-10-08 Michael Niedermayer5% faster get_cabac()
2006-10-08 Diego Biurrunoutput typo fixes
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
next