log

age author description
2008-07-25 michael Merge oddly duplicated remove_long/remove_long_at_index() function. libavcodec
2008-07-25 michael Remove strange long_ref=0. libavcodec
2008-07-25 michael indent libavcodec
2008-07-25 michael 10000l, forgotton } libavcodec
2008-07-25 michael Remove another of these obfuscated special cases for field pictures libavcodec
2008-07-25 michael Simplify mmco setup code used in IDR pictures. libavcodec
2008-07-25 michael Remove redundant h->mmco_index= 0. libavcodec
2008-07-25 michael Assert that long_ref has been cleared for released pics. libavcodec
2008-07-25 michael Clear long_ref when a frame is no longer a long_ref. libavcodec
2008-07-25 michael Make sure mmco index is 0 (instead of uninitialized) in all error returns. libavcodec
2008-07-25 michael Simplify strange obfuscated code in MMCO_LONG handling. libavcodec
2008-07-24 michael Set field_poc (it was half uninitialized before) and use it libavcodec
2008-07-24 michael Minor simplification of code in init_poc(). libavcodec
2008-07-24 michael cosmetics (indent and 2 empty lines) libavcodec
2008-07-24 michael init_poc() vs. idr() cleanup libavcodec
2008-07-24 michael Fix loop filter with CAVLC 8x8dct. libavcodec
2008-07-24 diego cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavcodec
2008-07-24 diego cosmetics: Fix indentation after last commit. libavcodec
2008-07-24 vitor Cosmetics: grammar nits libavcodec
2008-07-24 diego misc spelling/grammar fixes libavcodec
2008-07-24 diego Remove AltiVec vector declaration compiler compatibility macros. libavcodec
2008-07-24 vitor Rename update() function to backward_filter() and add a doxy comment libavcodec
2008-07-24 vitor Rename and comment bandwidth broadening tables libavcodec
2008-07-24 vitor Follow FFmpeg convention of returning negative values on error in eval_lpc_coeffs() libavcodec
2008-07-24 vitor Rename pred() to eval_lpc_coeffs() and add a doxy comment libavcodec
2008-07-24 vitor Give windowing tables a more descriptive name libavcodec
2008-07-24 vitor Add comments to do_hybrid_window() libavcodec
2008-07-24 vitor Give parameters of do_hybrid_window() more meaningful names libavcodec
2008-07-24 vitor Rename co() function to the much more descriptive name of libavcodec
2008-07-24 vitor Simplify co(): write constant in a more readable way libavcodec
2008-07-24 vitor Simplify co(), use memcpy/memmove and colmult() when useful. libavcodec
2008-07-24 michael Reset prev_frame_num for idr frames as required by the spec. libavcodec
2008-07-23 michael Better explanation for buf_size==0 code. libavcodec
2008-07-23 michael 100l cross_idr simplification had a typo libavcodec
2008-07-23 michael Remove truncated support, use an AVParser if you used that, it is the same. libavcodec
2008-07-23 michael Simplify cross_idr calculation. libavcodec
2008-07-23 banan Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447. libavcodec
2008-07-23 michael Remove redundant keyframe checks. libavcodec
2008-07-23 kostya In-loop deblocking filter for VC-1 decoder libavcodec
2008-07-23 vitor My commit at r14340 was not the right solution. For a monochromatic libavcodec
2008-07-23 vitor Do declaration and initialization separately in elbg.c libavcodec
2008-07-23 vitor When picking a "high utility centroid" do not pick one libavcodec
2008-07-23 vitor The codebook generator algorithm involves picking three libavcodec
2008-07-23 michael Support gaps in the frame num. libavcodec
2008-07-22 michael Reset frame_num for MMCO 5. libavcodec
2008-07-22 michael 3rd try to get the loop filter ref/mv check working correctly. libavcodec
2008-07-22 michael qscale has a range of 0..51 we thus do not need a 256 entry table and neither need libavcodec
2008-07-22 michael Setting chroma_qp to 0 for PCM blocks is really an interesting minor libavcodec
2008-07-22 michael Deobfusate chroma_qp_table[1] init code. libavcodec
2008-07-21 cehoyos Revert r13542: Spatial direct mode probably also works with PAFF. libavcodec
2008-07-21 michael Loop filtering with multiple slice types fix. libavcodec
2008-07-21 diego Correct b_quant offset comment in avcodec.h, it is the description for libavcodec
2008-07-21 michael Use slice_type_nos instead of slice_type where it makes no difference. libavcodec
2008-07-21 michael SI/SP slice support. (not bitexact) libavcodec
2008-07-21 michael Remove superfluous (). libavcodec
2008-07-21 michael Simplify slice type checks. libavcodec
2008-07-21 michael More correct ref comparison in the loop filter. libavcodec
2008-07-21 michael Simplify spatial direct ref selection with FFMIN3() libavcodec
2008-07-20 diego cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines. libavcodec
2008-07-20 diego cosmetics: Reindent two misplaced braces. libavcodec
2008-07-20 diego cosmetics: Reformat PPC code in libavcodec according to style guidelines. libavcodec
2008-07-20 michael Fix used references indexes in the loop filter. libavcodec
2008-07-20 michael Add skip* AVOptions, which seem to have been missed. libavcodec
2008-07-20 andoma Decrease severity of 'invalid new backstep' log message to warning libavcodec
2008-07-20 andoma Supply context argument to av_log() in mpeg audio decoder. libavcodec
2008-07-19 jbr read 'coupling in use' parameter from bitstream into decoder context first, libavcodec
2008-07-19 michael Fix h264_loop_filter_strength_mmx2() so it works with PAFF. libavcodec
2008-07-19 banan Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 libavcodec
2008-07-19 michael Take the brain amputated spec literally if the user asks for it (-strict 1). libavcodec
2008-07-19 michael Make strict_std_compliance available to decoders. libavcodec
2008-07-19 banan Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. libavcodec
2008-07-19 vitor Cosmetics: alignment libavcodec
2008-07-19 vitor Simplify co(): do not abuse pointer aritmetics libavcodec
2008-07-19 michael Make the automatic has_b_frames increasing code increase it up to the libavcodec
2008-07-19 vitor Simplify co(): remove variables that are only used once libavcodec
2008-07-19 michael Try to fix my latest 100l fate SVQ3 breakage. libavcodec
2008-07-19 michael Remove apparently unneeded out!=NULL check. libavcodec
2008-07-19 michael Simplify picture output code. libavcodec
2008-07-19 michael Remove useless #if 0 code. libavcodec
2008-07-19 michael Do not forget marking disposed delayed pics as unused. libavcodec
2008-07-19 michael indent libavcodec
2008-07-19 michael simplify libavcodec
2008-07-19 jbr cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF libavcodec
2008-07-19 michael Remove delayed_output_pic, I do not understand what this variable was good for. libavcodec
2008-07-19 michael Drop out of order pics even if bitstream_restriction_flag is set. libavcodec
2008-07-19 vitor Set avctx->coded_frame in RoQ encoder. At some point in libavcodec
2008-07-19 michael Make the ugly hack which uses an unused entry in the internal buffer libavcodec
2008-07-18 michael minor simplification of qdm2_decode_fft_packets() libavcodec
2008-07-18 michael Make frames non reference by default, so they are disposed of automatically libavcodec
2008-07-18 michael Support reading large metadata. libavcodec
2008-07-18 michael Make bitstream_* fields unsigned. libavcodec
2008-07-18 michael Only realloc() bitstream buffer when the needed size increased, libavcodec
2008-07-18 michael If metadata has been parsed goto end instead of trying to libavcodec
2008-07-18 benoit Fix a mem leak in vc1_decode_frame(). libavcodec
2008-07-17 vitor Simplify: do not overuse pointer aritmetic libavcodec
2008-07-17 vitor Declare parameters of pred() that could be const as such libavcodec
2008-07-17 vitor Another simplification libavcodec
2008-07-17 vitor Simplify libavcodec
2008-07-17 vitor Simplify libavcodec
2008-07-17 vitor Declare function parameters as const libavcodec
2008-07-17 michael 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the libavcodec
2008-07-16 stefano Free in avcodec_close() avctx->rc_eq. Fix a memory leak. libavcodec
2008-07-16 michael 10000l, revert libavcodec
2008-07-16 michael indent libavcodec
2008-07-16 michael SVQ3 uses the JPEG variant of YUV 4:2:0. libavcodec
2008-07-16 michael The funny memcpyin svq3 generally has src & dst overlapping, so it libavcodec
2008-07-16 michael Print slice num as well. libavcodec
2008-07-16 lorenm float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. libavcodec
2008-07-15 lorenm vorbis: reduce memory by reusing buffers libavcodec
2008-07-15 lorenm unroll another common case in vorbis_residue_decode libavcodec
2008-07-15 astrange Move the size of the H264Context delayed_pic array into a #define. libavcodec
2008-07-15 mru ARM: optimised MAC64 and MLS64 libavcodec
2008-07-15 mru ARM: optimised MUL64 libavcodec
2008-07-15 mru ARM: ARMv6 optimised MULH libavcodec
2008-07-15 mru Remove dead code in bitstream.h libavcodec
2008-07-15 lorenm 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples libavcodec
2008-07-14 mru H264: fix index range assert() in remove_short_at_index() libavcodec
2008-07-14 michael Fix infinite loop at EOF. libavcodec
2008-07-14 vitor Revert r14218. FFMAX is a macro, so libavcodec
2008-07-13 michael Fix decoding of 320x240.ogg. libavcodec
2008-07-13 michael Make our flac decoder decode all the data at EOF. libavcodec
2008-07-13 stefano strdup() the default value for rc_eq in AVCodec when setting it in libavcodec
2008-07-13 stefano Fix the logic to access the location of a string to free when setting libavcodec
2008-07-13 vitor Simplify libavcodec
2008-07-13 vitor Another av_clipf() usage libavcodec
2008-07-13 vitor Do not declare as double a var that only stores a float libavcodec
2008-07-13 vitor Simplify: use FFMAX libavcodec
2008-07-13 reimar check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and libavcodec