OSDN Git Service

coroid/libav_saccubus.git
2010-07-25 Ronald S. BultjeFix obvious bug in assignment. Somehow, the test vector...
2010-07-24 Aurelien Jacobsadd SubRip muxer and demuxer
2010-07-24 Ronald S. BultjeFix SPLATB_REG mess. Used to be a if/elseif/elseif...
2010-07-24 Måns RullgårdSimplify lavfi test script a little
2010-07-24 Måns RullgårdUnbreak parallel lavfi testing
2010-07-24 Alex Converseaacenc: TLS: Save maximum values for each swb in a...
2010-07-24 Alex Converse10l: Remove some commented out code that slipped in.
2010-07-24 Alex Converseaacenc: TLS: Try to preserve some energy in each non...
2010-07-24 Reimar DöffingerFix compilation, forgot to add const also to the
2010-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-07-24 Reimar DöffingerFix a "function declaration isn't a prototype" warning.
2010-07-24 Reimar DöffingerFix use of uninitialized data: A array element can...
2010-07-24 Reimar DöffingerMore const-correctness fixes to avoid warnings.
2010-07-24 Reimar DöffingerAdd some "const" to avoid incompatible pointer type...
2010-07-24 Stefano SabatiniAdd missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M...
2010-07-24 Stefano SabatiniAdd some comments to the rgb2yuv_table, clarifying...
2010-07-24 Martin StorsjöNever shrink the ByteIOContext buffer in ff_rewind_with...
2010-07-24 Martin Storsjömpegts: Warn if unable to seek back
2010-07-24 Alex Converseaacenc: Prevent premature termination of the two loop...
2010-07-24 Alex Converseaacdec: Only load and write each predictor variable...
2010-07-24 Alex Converseaacdec: 4% faster main profile decoding.
2010-07-24 Alex Converseaacenc: Favor log2f() and sqrtf() over log2() and sqrt().
2010-07-23 Alex Converseaacenc: Factorize some scalefactor utilities.
2010-07-23 Eli FriedmanInline asm for VP56 arith coder
2010-07-23 David ConradVP8: Inline traversing vp8_small_mvtree
2010-07-23 David ConradVP8: Use vp56_rac_get_prob_branchy when the bit is...
2010-07-23 David ConradDecode DCT tokens by branching to a different code...
2010-07-23 David ConradMove renormalization of the VP56 arith decoder to befor...
2010-07-23 David ConradSplit renorm of vp56 arith decoder to its own function
2010-07-23 David Conradvp56's arith decoder's code_word is only 16 bits, no...
2010-07-23 Jason Garrett... Add myself to VP8 copyright and maintainers.
2010-07-23 Jason Garrett... VP8: always_inline some things to force gcc to do the...
2010-07-23 Jason Garrett... VP8: use AV_RL24 instead of defining a new RL24.
2010-07-23 Ramiro Pollaswscale-test: scale from reference to source only once...
2010-07-23 Ramiro Pollaindent
2010-07-23 Ramiro Pollaswscale-test: change order tests are run, maintaining...
2010-07-23 Jason Garrett... VP8: Slightly faster MV selection
2010-07-23 Jason Garrett... VP8: use AV_ZERO32 instead of AV_WN32A where relevant
2010-07-23 Jason Garrett... VP8: eliminate redundant code in r24458
2010-07-23 Jason Garrett... VP8: shave a few clocks off check_intra_pred_mode
2010-07-23 Vitor SessakAdd VP8 sign bias code regtest. Not tested by the offic...
2010-07-23 Jason Garrett... VP8: fix broken sign bias code in MV pred
2010-07-23 Jason Garrett... VP8: optimize DC-only chroma case in the same way as...
2010-07-23 Jason Garrett... VP8: Clean up some variable shadowing.
2010-07-23 Jason Garrett... VP8 asm: cosmetics (spacing)
2010-07-23 Jason Garrett... VP8: 30% faster idct_mb
2010-07-23 Jason Garrett... VP8: smarter prefetching
2010-07-23 Baptiste CoudurierIn h264 parser, return immediately if buf_size is 0...
2010-07-23 Baptiste CoudurierIn mpegts muxer, fix rbsp trailing bits in AUD nal...
2010-07-23 Jason Garrett... VP8: clear DCT blocks in iDCT instead of using clear_bl...
2010-07-23 Jason Garrett... VP8: avoid a memset for non-i4x4 blocks with no coeffic...
2010-07-22 Jason Garrett... Get rid of more unnecessary dereferences in VP8 deblocking
2010-07-22 Jason Garrett... Shut up an uninitialized variable GCC warning in VP8.
2010-07-22 Jason Garrett... Smarter VP8 prefetching
2010-07-22 Stefano SabatiniPrefer impersonal form over third person, for consisten...
2010-07-22 Jason Garrett... Fix stupid bug in VP8 prefetching code
2010-07-22 Stefano SabatiniAdd an APIchanges entry after the M_PHI addition.
2010-07-22 Jason Garrett... Eliminate a LUT in escape decoding in VP8 decode_block_...
2010-07-22 Stefano SabatiniRemove dependency on avcodec_get_chroma_sub_sample...
2010-07-22 Stefano SabatiniAdd the M_PHI constant, contains an approximation of...
2010-07-22 Jason Garrett... Eliminate some repeated dereferences in VP8 inter_predict
2010-07-22 Ronald S. BultjeUse pextrw for SSE4 mbedge filter result writing, speed...
2010-07-22 Ramiro Pollaswscale-test: use only 3 characters to print width...
2010-07-22 Ramiro Pollaswscale-test: print test name before running test,...
2010-07-22 Måns RullgårdDo not automatically run configure
2010-07-22 Ramiro Pollaswscale-test: allocate more memory to prevent scalers...
2010-07-22 Stefano SabatiniFactorize indent definition in PRINT_LIB_INFO().
2010-07-22 Stefano SabatiniMerge maybe_print_config() and PRINT_LIB_CONFIG() in...
2010-07-22 Stefano SabatiniRename:
2010-07-22 Stefano SabatiniReindent.
2010-07-22 Stefano SabatiniIncrease flexibility of PRINT_LIB_VERSION(), make it...
2010-07-22 James ZernMap settings for 2-pass libvpx encoding.
2010-07-22 Jason Garrett... Eliminate a pointless memset for intra blocks in P...
2010-07-22 Jason Garrett... VP8: Don't store segment in macroblock struct anymore.
2010-07-22 Jason Garrett... Convert VP8 macroblock structures to a ring buffer.
2010-07-22 Stefano SabatiniAdd APIchanges entry for the libavfilter media format...
2010-07-22 S.N. Hemanth... Generalize pixel format enum fields to int formats.
2010-07-22 Stefano SabatiniDocument create_filter().
2010-07-22 Stefano SabatiniAdd simple doxy to link_filter().
2010-07-22 Stefano SabatiniFix documentation for parse_link_name().
2010-07-22 Stefano SabatiniConsistently use Uppercase for the first character...
2010-07-22 Stefano SabatiniMake link_filter() propagate the generated error code.
2010-07-22 Stefano SabatiniFix style: "if(" -> "if (".
2010-07-22 Jason Garrett... Calculate deblock strength per-MB instead of per-row
2010-07-22 Jason Garrett... Avoid tracking i4x4 modes in P-frames in VP8
2010-07-22 Jason Garrett... Avoid useless fill_rectangle in P-frames in VP8
2010-07-22 Jason Garrett... Optimize partition mv decoding in VP8
2010-07-22 Jason Garrett... Take shortcuts for mv0 case in VP8 MC
2010-07-22 Jason Garrett... Much faster VP8 mv and mode prediction
2010-07-22 Jason Garrett... Convert vp56_mv to 16-bit.
2010-07-22 Jason Garrett... Add prefetching to VP8 decoder
2010-07-22 Ronald S. BultjeFix and enable horizontal >=SSE2 mbedge loopfilter.
2010-07-22 Loren Merrittrelicense h264 deblock sse2 to lgpl
2010-07-21 Stefano SabatiniAdd APIchanges entry after libavcore addition.
2010-07-21 Loren Merrittsync yasm macros from x264
2010-07-21 Jason Garrett... Eliminate one instruction in VP8 dc_add_sse4
2010-07-21 Vitor SessakAdd WMAPro regtests
2010-07-21 Jason Garrett... Various VP8 x86 deblocking speedups
2010-07-21 Aurelien Jacobsuse return value of ff_get_line()
2010-07-21 Aurelien Jacobsdocument ff_get_line()
next