OSDN Git Service

fate: fix signal name translation
[coroid/libav_saccubus.git] / libavcodec /
2010-07-31 Ronald S. BultjeUse word-writing instead of dword-writing (with two...
2010-07-31 Nick Breretondca: fix dynrange coefficient in xch
2010-07-31 Justin Rugglescosmetics: rename output_* to write_*
2010-07-31 Justin RugglesSimplify verbatim mode fallback by checking the frame...
2010-07-31 Justin RugglesChange max_framesize for small final frame.
2010-07-31 Justin RugglesCalculate an exact frame size before writing. Now...
2010-07-31 Justin Rugglescosmetics: rename find_subblock_rice_params() to find_s...
2010-07-31 Justin RugglesReduce number of input parameters to find_subblock_rice...
2010-07-31 Justin Ruggles10l: fix bit count for frame header
2010-07-31 Justin RugglesSimplify fallback to verbatim mode encoding.
2010-07-31 Justin Rugglescosmetics: line wrap and vertical alignment
2010-07-31 Justin RugglesCombine calc_rice_params_fixed() and calc_rice_params_l...
2010-07-31 Justin RugglesRemove unneeded wrapper function.
2010-07-31 Justin RugglesRemove duplicate code by adding a flag for encoding...
2010-07-31 Stefano SabatiniUse av_fill_image_pointers/linesizes in place of ff_fil...
2010-07-31 Justin RugglesEstimate frame size during encoding.
2010-07-31 Vitor SessakRemove x86/mmx.h. It is not used anymore and has been...
2010-07-31 Vitor SessakFix compilation with --disable-yasm. 10l to me.
2010-07-31 Vitor SessakConvert deinterlacing MMX code to YASM
2010-07-30 Justin Rugglescosmetics: indentation
2010-07-30 Justin RugglesCombine output_subframe() and output_subframes().
2010-07-30 Justin RugglesRemove unneeded variable.
2010-07-30 Justin Rugglescosmetics: indentation
2010-07-30 Justin RugglesCombine output_subframe_verbatim() and output_subframe_...
2010-07-30 Justin RugglesCombine and simplify output_residual() and output_subfr...
2010-07-30 Justin Rugglescosmetics: reindent
2010-07-30 Justin RugglesCombine and simplify output_subframe_fixed() and output...
2010-07-30 Justin RugglesCombine and simplify output_subframe_constant() and...
2010-07-30 Justin RugglesPass FlacSubframe to output_subframe_* instead of chann...
2010-07-30 Justin Rugglescosmetics: change FlacEncodeContext variable name from...
2010-07-30 Justin RugglesSet coded_frame->pts in the FLAC encoder
2010-07-30 Justin RugglesDo not need to set coded_frame->key_frame = 1 because...
2010-07-30 Justin RugglesMove debug logging of compression options to a single...
2010-07-30 Justin RugglesAdd 2 failed memory allocation checks
2010-07-30 Justin Rugglescosmetics: pretty-print flacenc.c
2010-07-30 Stefano SabatiniMake avpicture_fill() directly call av_fill_image_lines...
2010-07-29 Stefano SabatiniMove fill_image_linesize() and fill_image_data_ptr...
2010-07-29 Vitor SessakFix compilation in x86_64. I broke it with r24580.
2010-07-29 Vitor SessakTranslate libmpeg2 MMX IDCT to plain asm
2010-07-28 James ZernMap rc_buffer_size to and c_initial_buffer_occupancy...
2010-07-28 Alex Converse10l: missed one reindent.
2010-07-28 Alex ConverseReindent after last commit.
2010-07-28 Alex Converseff_prefix non static vp56 functions.
2010-07-28 Martin Storsjönellymoserenc: Declare the supported sample format
2010-07-27 Pascal Massiminob0rk3d FATE + black helicopters hissing -> rolling...
2010-07-27 Pascal Massiminoperform the clipping on luma_dc_qmul[1] and chroma_qmul...
2010-07-27 Pascal Massiminosave some copies by moving some fields out of proba[2]
2010-07-27 Nick BreretonDCA: fix multichannel -> 2 channel downmix.
2010-07-27 Nick BreretonSetup correct channel value when downmixing is required.
2010-07-27 Aurelien Jacobsremove useless cast
2010-07-27 Reimar DöffingerDocument how the ref_buf is used.
2010-07-27 Michael NiedermayerFix doxy that refers to the wrong variable.
2010-07-27 Alexander KojevnikovShow correct bitrate for VBR MP3 files.
2010-07-27 Stefan Gehreradd Chinese AVS encoding via external library libxavs
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-26 Ronald S. BultjeUse pmaddubsw for the mbedge_filter (>=ssse3), 6-10...
2010-07-26 Jason Garrett-GlaserVP8: Much faster SSE2 MC
2010-07-26 S.N. Hemanth Meena... Define static functions fill_image_linesize() and
2010-07-26 Ronald S. BultjeEnable no-loop memory/register saving for ssse3/sse4...
2010-07-26 Ronald S. BultjeSave a register (or regsize of stackspace for x86-32...
2010-07-26 Ronald S. BultjeUse nested ifs instead of &&, which appears to not...
2010-07-26 Axel HolzingerRename pow variable to pwr.
2010-07-26 Ronald S. BultjeSplit pextrw macro-spaghetti into several opt-specific...
2010-07-26 Jason Garrett-GlaserVP8: add missing free
2010-07-25 Carl Eugen HoyosFix r24445: Instead of needlessly initialising a variab...
2010-07-25 Carl Eugen HoyosOnly 4-bit ADPCM IMA WAV files are supported.
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 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öffingerUse "const" qualifier for pointers that point to input...
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-GlaserAdd myself to VP8 copyright and maintainers.
2010-07-23 Jason Garrett-GlaserVP8: always_inline some things to force gcc to do the...
2010-07-23 Jason Garrett-GlaserVP8: use AV_RL24 instead of defining a new RL24.
2010-07-23 Jason Garrett-GlaserVP8: Slightly faster MV selection
2010-07-23 Jason Garrett-GlaserVP8: use AV_ZERO32 instead of AV_WN32A where relevant
2010-07-23 Jason Garrett-GlaserVP8: eliminate redundant code in r24458
2010-07-23 Jason Garrett-GlaserVP8: shave a few clocks off check_intra_pred_mode
2010-07-23 Jason Garrett-GlaserVP8: fix broken sign bias code in MV pred
2010-07-23 Jason Garrett-GlaserVP8: optimize DC-only chroma case in the same way as...
2010-07-23 Jason Garrett-GlaserVP8: Clean up some variable shadowing.
2010-07-23 Jason Garrett-GlaserVP8 asm: cosmetics (spacing)
2010-07-23 Jason Garrett-GlaserVP8: 30% faster idct_mb
2010-07-23 Jason Garrett-GlaserVP8: smarter prefetching
2010-07-23 Baptiste CoudurierIn h264 parser, return immediately if buf_size is 0...
2010-07-23 Jason Garrett-GlaserVP8: clear DCT blocks in iDCT instead of using clear_bl...
next