OSDN Git Service

coroid/libav_saccubus.git
2009-08-30 Reimar DöffingerRemove unused variable.
2009-08-30 Kostya ShishkovZeroing pic->motion_val in RV3/4 causes alignment probl...
2009-08-30 Kostya ShishkovAdjust r->avail_cache[] indexes to avoid alignment...
2009-08-29 Ramiro PollaCurly brackets cosmetics for previous commit.
2009-08-29 Ramiro PollaCheck for return value of initFilter().
2009-08-29 Ramiro PollaRevert mistakenly commited hunk.
2009-08-29 Ramiro Pollaswscale: Check for return values of malloc.
2009-08-29 Ramiro PollaAdd CHECKED_ALLOC macro.
2009-08-29 Justin RugglesStore the frame size in the LibSpeexContext in case...
2009-08-29 Måns RullgårdOne declaration of mm_flags is enough
2009-08-29 Måns RullgårdMove declarations of some mmx functions to dsputil_mmx.h
2009-08-29 Måns RullgårdMove DECLARE_ALIGNED_8 definition next to DECLARE_ALIGN...
2009-08-29 Ramiro Pollaswscale-example: Free memory used by input data.
2009-08-29 Ramiro PollaRestore comment that was partially removed.
2009-08-28 Måns RullgårdMake DECLARE_ALIGNED_8 align to 8 bytes, never to 16
2009-08-28 Justin RugglesUse the output data type to determine the maximum numbe...
2009-08-28 Justin RugglesAdd myself as maintainer for libspeexdec.c
2009-08-28 Justin RugglesModify the Ogg/Speex demuxer and the libspeex decoder...
2009-08-27 Alex ConverseRe-add search_for_ms to the coefficients encoders to...
2009-08-27 Vitor SessakFormatting K&R fixes
2009-08-27 Vitor SessakMark "i" parameter of vector_clipf_sse() as early-clobber
2009-08-27 Vitor Sessak100l, revision 19728 added a bug that broke twinvq...
2009-08-27 Vitor SessakMark parameter src of vector_clipf() as const
2009-08-27 Vitor SessakSSE optimized vector_clipf(). 10% faster TwinVQ decoding.
2009-08-27 Loren Merrittindent
2009-08-27 Loren Merritt1.5x faster ff_vorbis_floor1_render_list, 5% faster...
2009-08-26 Diego Biurrunwhitespace cosmetics
2009-08-26 Måns RullgårdRemove useless alignment from MpegEncContext.intra_scan...
2009-08-26 Ivan SchreterCosmetic changes in read_seek* routines.
2009-08-26 Christian SchmidtDecoder for LPCM as used in Bluray discs.
2009-08-26 Lars TäuberFix comments after switching from CABAC to range coder...
2009-08-26 Sascha Sommeradd decode_coeffs()
2009-08-26 Sascha Sommermerge 2-channel M/S stereo decoding code with the multi...
2009-08-26 Måns Rullgård4xm: provide 16-byte alignment where required
2009-08-26 Måns Rullgårddsputil: declare some arrays 16-byte aligned
2009-08-26 Måns RullgårdRemove some unnecessary alignment specifiers
2009-08-26 Stephen BackwayAlways allocate a buffer of AVPALETTE_SIZE for palette...
2009-08-26 Reimar DöffingerIncrease maximum encoded subtitle size from 64 kB to...
2009-08-26 Reimar Döffinger100l typo, xsub encoder printed end time hours where...
2009-08-26 Reimar Döffinger100l, inv_zigzag_direct16 must be aligned to 16 bytes...
2009-08-26 Reimar DöffingerMake sure that start_display_time is 0 by moving its...
2009-08-26 Reimar DöffingerCheck for seek failures in avi_load_index, otherwise...
2009-08-26 Reimar DöffingerReindent.
2009-08-26 Reimar DöffingerRemove now dead code.
2009-08-26 Reimar DöffingerApply r19642 also pgssubdec:
2009-08-25 Måns Rullgårdmdec: remove unused members from struct MDECContext
2009-08-25 Måns RullgårdRemove explicit init to zero of static inv_zigzag_direct16
2009-08-25 Diego Biurrunwhitespace cosmetics
2009-08-25 Baptiste Coudurierreturn AVERROR(ENOMEM) if stream could not be allocated
2009-08-25 Kent Meincheck av_new_stream return value, patch by Kent Mein...
2009-08-25 Maksym VeremeyenkoDo not read index chunks as audio/video data; closes...
2009-08-25 Stephen BackwayAdd Bluray Subtitle Support
2009-08-25 Reimar DöffingerMark video from .mtv files correctly as upside-down.
2009-08-24 Måns Rullgårdmpegts: change variable-length array to fixed length
2009-08-24 Måns RullgårdPPC: remove unnecessary alignment on local variables
2009-08-24 Vitor SessakCosmetics: add some whitespace around operators
2009-08-24 Aurelien Jacobsmatroskadec: add correct extradata offset for V_MS...
2009-08-24 Aurelien Jacobsmatroskadec: factorize some code
2009-08-24 Diego BiurrunAdd necessary #include for config.h.
2009-08-24 Måns RullgårdPPC: simplify loading some values into altivec registers
2009-08-24 Diego BiurrunAdd missing header to fix 'make checkheaders'.
2009-08-23 Ramiro Pollaswscale-example: Rename src->ref so as to not confuse...
2009-08-23 Ramiro Pollaswscale-example: Use SWS_BILINEAR instead of hardcoded...
2009-08-23 Måns RullgårdAdd myself as maintainer for AVR32 and MIPS
2009-08-23 Måns Rullgårdconfigure: fix filter() function when matching multiple...
2009-08-23 Måns RullgårdAdd PIC flags early so tests they affect give correct...
2009-08-23 Måns RullgårdInclude required headers in {mips,ppc}/mathops.h
2009-08-23 Måns RullgårdSkip headers requiring external libs not present in...
2009-08-23 Måns Rullgårdconfigure: simplify directory creation for out of tree...
2009-08-23 Måns RullgårdFix dependency generation for yasm assembler files
2009-08-23 Vitor SessakTwinVQ decoder
2009-08-22 Ramiro PollaFix inconsistent indentation.
2009-08-22 Ivan SchreterUse generic multi-stream key frame finding routine...
2009-08-22 Ivan SchreterSupport for generic multi-stream key frame finding...
2009-08-22 Loren Merrittbring back some randomness in fft-test. (regression...
2009-08-21 Sascha SommerAdd some more wmapro decoder hunks
2009-08-21 Diego BiurrunReplace redundant GNUC_PREREQ macro by AV_GCC_VERSION_A...
2009-08-21 Reimar DöffingerReplace #ifdef PIC checks with the more appropriate...
2009-08-21 Diego BiurrunAdd missing #includes to pass 'make checkheaders'.
2009-08-21 Bartlomiej... Add support for S/PDIF encapsulation.
2009-08-20 Reimar DöffingerAlways allocate a buffer of AVPALETTE_SIZE for palette...
2009-08-20 Ramiro PollaCheck return values of sws_allocVec() and sws_getConstV...
2009-08-20 Måns Rullgårdconfigure: add --enable-pic flag
2009-08-19 Måns RullgårdGet rid of large stack array in rd8x8_c()
2009-08-19 Måns Rullgårdeval: replace variable-length array with av_malloc...
2009-08-19 Måns Rullgårdflacdec: change variable-length array to fixed length
2009-08-19 Reimar DöffingerFree initial swscale context, too. Avoids a valgrind...
2009-08-19 Reimar DöffingerRemove useless casts of malloc return value.
2009-08-19 Diego BiurrunRemove disabled code cruft.
2009-08-19 Ramiro PollaIntroduce and use sws_allocVec().
2009-08-19 Ramiro PollaReuse sws_getConstVec() where possible.
2009-08-17 Måns RullgårdAVR32: optimised mathops.h
2009-08-17 Ramiro Pollaswscale-example: Make selection of dstW, dstH, and...
2009-08-17 Alex ConverseUse the AOT enum instead of integer literals for settin...
2009-08-17 Måns RullgårdAVR32: optimisations for intreadwrite.h
2009-08-17 Måns RullgårdAVR32: inline asm for bswap.h
2009-08-17 Måns Rullgårdconfigure: add AVR32 names for --cpu flag
2009-08-17 Alex ConverseMark the AOT escape value as supported.
2009-08-17 Alex ConverseAdd USAC and SAOC AOTs to the AudioObjectType enum.
2009-08-16 Ramiro PollaMore indentation changes leftover from r29522:
next