]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/h264.c
Use #define instead of a constant. Patch by Paul Kendall.
[frescor/ffmpeg.git] / libavcodec / h264.c
2008-07-29 darkshikariUse #define instead of a constant. Patch by Paul Kendall.
2008-07-28 darkshikariSmall h264 decoding speed optimization: while->do/while
2008-07-27 heydownsInitialize outputed_poc to INT_MIN at decoder initializ...
2008-07-27 michaelleft_block intialisation optimisation.
2008-07-26 heydownsAnd.... Fix another spec reference to be more specific...
2008-07-26 heydownsFix reference to spec to be more specific and correct.
2008-07-26 darkshikariSimple refactoring to resolve a FIXME. Patch by Paul...
2008-07-26 michaelindent
2008-07-26 michaelchroma_format_idc=0 aka grayscale support.
2008-07-25 michaelRevert r14404
2008-07-25 michaelRemove another 2 incorrect checks.
2008-07-25 michaelPrint an error if a reference picture is missing.
2008-07-25 michaelRemove mysterious ref->data[0] check.
2008-07-25 michael10l typo, fix compilation
2008-07-25 michaelRemove another stupidity, long_ref==0 check 4 lines...
2008-07-25 michaelindent
2008-07-25 michaelRewrite fill_default_ref_list(), the old code was obfus...
2008-07-25 michaelDo not scare the user with error messages when everythi...
2008-07-25 michaelMake remove_short() match remove_long() in that it...
2008-07-25 michaelRemoving yet another weird field pic special case,
2008-07-25 michaelMake remove_long() call unreference_pic() internally.
2008-07-25 michaelMerge oddly duplicated remove_long/remove_long_at_index...
2008-07-25 michaelRemove strange long_ref=0.
2008-07-25 michaelindent
2008-07-25 michael10000l, forgotton }
2008-07-25 michaelRemove another of these obfuscated special cases for...
2008-07-25 michaelSimplify mmco setup code used in IDR pictures.
2008-07-25 michaelRemove redundant h->mmco_index= 0.
2008-07-25 michaelAssert that long_ref has been cleared for released...
2008-07-25 michaelClear long_ref when a frame is no longer a long_ref.
2008-07-25 michaelMake sure mmco index is 0 (instead of uninitialized...
2008-07-25 michaelSimplify strange obfuscated code in MMCO_LONG handling.
2008-07-24 michaelSet field_poc (it was half uninitialized before) and...
2008-07-24 michaelMinor simplification of code in init_poc().
2008-07-24 michaelcosmetics (indent and 2 empty lines)
2008-07-24 michaelinit_poc() vs. idr() cleanup
2008-07-24 michaelFix loop filter with CAVLC 8x8dct.
2008-07-24 diegomisc spelling/grammar fixes
2008-07-24 michaelReset prev_frame_num for idr frames as required by...
2008-07-23 michaelBetter explanation for buf_size==0 code.
2008-07-23 michael100l cross_idr simplification had a typo
2008-07-23 michaelRemove truncated support, use a AVParser if you used...
2008-07-23 michaelSimplify cross_idr calculation.
2008-07-23 michaelRemove redundant keyframe checks.
2008-07-23 michaelSupport gaps in the frame num.
2008-07-22 michaelReset frame_num for MMCO 5.
2008-07-22 michael3rd try to get the loop filter ref/mv check working...
2008-07-22 michaelqscale has a range of 0..51 we thus do not need a 256...
2008-07-22 michaelSetting chroma_qp to 0 for PCM blocks is really a inter...
2008-07-22 michaelDeobfusate chroma_qp_table[1] init code.
2008-07-21 cehoyosRevert r13542: Spatial direct mode probably also works...
2008-07-21 michaelLoop filtering with multiple slice types fix.
2008-07-21 michaelUse slice_type_nos instead of slice_type where it makes...
2008-07-21 michaelSI/SP slice support. (not bitexact)
2008-07-21 michaelremove superflous ()
2008-07-21 michaelSimplify slice type checks.
2008-07-21 michaelMore correct ref comparission in the loop filter.
2008-07-21 michaelSimplify spatial direct ref selection with FFMIN3()
2008-07-20 michaelFix used references indexes in the loop filter.
2008-07-19 michaelFix h264_loop_filter_strength_mmx2() so it works with...
2008-07-19 michaelTake the brain amputated spec litteral if the user...
2008-07-19 michaelMake the automatic has_b_frames increasing code increas...
2008-07-19 michaelTry to fix my latest 100l fate SVQ3 breakage.
2008-07-19 michaelRemove apparently unneeded out!=NULL check.
2008-07-19 michaelSimplify picture output code.
2008-07-19 michaelRemove useless #if 0 code.
2008-07-19 michaelDont forget marking disposed delayed pics as unused.
2008-07-19 michaelindent
2008-07-19 michaelsimplify
2008-07-19 michaelRemove delayed_output_pic, i do not understand what...
2008-07-19 michaelDrop out of order pics even if bitstream_restriction_fl...
2008-07-18 michaelMake frames non reference by default, so they are dispo...
2008-07-16 michaelindent
2008-07-16 michaelSVQ3 uses the JPEG variant of YUV 4:2:0.
2008-07-15 astrangeMove the size of the H264Context delayed_pic array...
2008-07-14 mruH264: fix index range assert() in remove_short_at_index()
2008-07-11 astrangeH264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
2008-07-09 michaelfix IPCM_decode_error.h264
2008-07-02 astrangeCosmetics: split a long line.
2008-07-02 astrangeUse get_cabac_bypass_sign instead of an if/else.
2008-07-02 astrangeReorder the if/else for residual cats to match gcc...
2008-07-02 astrangeSimplify loop condition for readability.
2008-07-02 astrangeReindent.
2008-07-02 astrangeClone decode_cabac_residual() for DC residuals, to...
2008-07-02 astrangeDon't generate two copies of hl_decode_mb() under ENABL...
2008-07-02 astrangeDon't test for H264 encoding unless an encoder exists.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-29 cehoyosWarn about unimplemented H264 feature.
2008-05-29 skalin TRUNCATED mode, use residual fragments in ParseContext
2008-05-28 diegocosmetics: spelling typo fixes
2008-05-26 diegoconsistency cosmetics: indices --> indexes
2008-05-26 michaelprint direct_spatial_mv_pred
2008-05-11 astrangeRemove newly unused variables.
2008-05-11 astrangeUse h->mb_xy directly in decode_cabac_residual().
2008-05-11 astrangeStore mb_xy in H264Context and only calculate it once...
2008-05-08 cehoyosOne const per declaration is enough.
2008-05-04 astrangeUse a state machine to reduce branching logic in decode...
2008-04-29 diegoAdd some long names to AVCodec declarations.
2008-04-19 voroshilImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-16 heydownsRedo r12838, this time using svn copy to create h264_i3...
next