OSDN Git Service

build: Remove generated .version file on distclean.
[coroid/libav_saccubus.git] / libavcodec /
2011-05-26 Diego BiurrunMark parameterless function declarations as 'void'.
2011-05-26 Justin Rugglesac3enc: initialize all coefficients to zero.
2011-05-25 Alex ConverseRemove h263_msmpeg4 from MpegEncContext.
2011-05-24 Ronald S. BultjeMove emms_c() from libavcodec to libavutil.
2011-05-24 Stefano Sabatinitiff: set palette in the context when specified in...
2011-05-24 Alexandre Coluccipgssubdec: fix incorrect colors.
2011-05-24 Alexandre Coluccidvdsubdec: fix incorrect colors.
2011-05-24 Anton Khirnovmsmpeg4: reindent.
2011-05-24 Anton Khirnovlavc: remove msmpeg4v1 encoder.
2011-05-24 Justin Rugglesac3enc: add channel coupling support
2011-05-23 Justin Rugglesaacdec: fix typo in scalefactor clipping check
2011-05-23 Felipe Contrerash264: Properly set coded_{width, height} when parsing...
2011-05-23 Dave Yeox86 asm: Add SECTION_TEXT to dct32_sse.asm.
2011-05-22 Loren Merrittdct32_sse: eliminate some spills
2011-05-22 Vitor SessakFix dct32() compilation with --disable-yasm
2011-05-21 Vitor Sessakdct32: Add AVX implementation of 32-point DCT
2011-05-21 Vitor Sessakdct32: Change pass 6 permutation to allow for AVX imple...
2011-05-21 Vitor Sessakdct32: port SSE 32-point DCT to YASM
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-21 Ronald S. Bultjesvq3: Do initialization after parsing the extradata
2011-05-20 Ronald S. Bultjemp3lame: add #include required for AV_RB32 macro.
2011-05-20 Ronald S. BultjeLATM/AAC: Free previously initialized context on reinit.
2011-05-20 Dave YeoAdd support for a.out object format to assembler macros.
2011-05-20 Mans Rullgardmpegaudio: clean up #includes
2011-05-20 Mans Rullgardmpegaudio: move all header parsing to mpegaudiodecheade...
2011-05-20 Vitor Sessakqdm2: Use floating point synthesis filter.
2011-05-20 Ronald S. Bultjeh264: correct border check.
2011-05-20 Ronald S. Bultjeh264: fix loopfilter with threading at slice boundaries.
2011-05-20 Mans RullgardFix ff_mpa_synth_filter_fixed() prototype
2011-05-19 Diego BiurrunRename costablegen.c ---> cos_tablegen.c.
2011-05-19 Diego BiurrunCollapse tableprint.c into tableprint.h.
2011-05-19 Mans RullgardSimplify trig table rules
2011-05-19 Diego BiurrunRemove potentially unstable filenames from comments...
2011-05-19 Diego BiurrunSimplify CLEANFILES make variable by using wildcards.
2011-05-19 Mans Rullgardmpegaudiodsp: fix x86 and ppc makefiles
2011-05-19 Mans Rullgardmpegaudio: remove unused version of SAME_HEADER_MASK
2011-05-19 Mans Rullgardmpegaudio: remove useless #undef at end of file
2011-05-19 Mans Rullgardmpegaudio: merge two #if CONFIG_FLOAT blocks
2011-05-19 Mans Rullgardmpegaudio: move some struct definitions from mpegaudio.h
2011-05-19 Mans RullgardMove some mpegaudio functions to new mpegaudiodsp subsystem
2011-05-19 Diego Biurrung729: Merge g729.h into g729dec.c.
2011-05-19 Justin Ruggles10l: wrap float_interleave functions in HAVE_YASM.
2011-05-18 Justin RugglesAdd floating-point sample format support to the ac3...
2011-05-18 Justin RugglesAdd request_sample_fmt field to AVCodecContext.
2011-05-18 Justin RugglesAdd float_interleave() to FmtConvertContext with x86...
2011-05-18 Mans Rullgardmpegaudiodec: remove decode_end() function
2011-05-18 Mans Rullgardmpegaudio: sanitise compute_antialias_* names
2011-05-18 Ronald S. Bultjempeg12: add slice-threading checks to slice-threading...
2011-05-18 Ronald S. Bultjeh264: copy pixel_shift between slice threading contexts.
2011-05-18 Alexander Strangemdec: enable frame-level multithreading.
2011-05-18 Ronald S. Bultjemdec.c: fix overread.
2011-05-17 Justin RugglesFix compilation of iirfilter-test.
2011-05-17 Jindrich Makovickalibx264: handle closed GOP codec flag
2011-05-17 Mans Rullgardmpegaudio: add _fixed suffix to some names
2011-05-17 Daniel KangModify x86util.asm to ease transitioning to 10-bit...
2011-05-17 Mans Rullgarddct: build dct32 as separate object files
2011-05-17 Mans Rullgardqdm2: include correct header for rdft
2011-05-16 Mans Rullgardmathops: remove ancient confusing comment
2011-05-16 Mans Rullgardmpegaudio: move OUT_FMT macro to mpegaudiodec.c
2011-05-16 Mans Rullgardmpegaudio: remove OUT_MIN/MAX macros
2011-05-16 Mans RullgardAdd missing #includes to mp3_header_(de)compress bsf
2011-05-16 Mans Rullgarddct: fix indentation
2011-05-16 Mans Rullgarddct: bypass table allocation for DCT_II of size 32
2011-05-16 Gil Pedersenh264dsp_mmx: Add #ifdefs around some mmxext functions...
2011-05-16 Diego BiurrunRemove unused header mpegaudio3.h.
2011-05-15 Justin Rugglesaacdec: Use float instead of int16_t for ltp_state...
2011-05-15 Diego Biurrunacelp: Remove unused gray_decode table.
2011-05-15 Diego Biurrundfa: Remove unused variable.
2011-05-14 Diego BiurrunFix FSF address copy paste error in some license headers.
2011-05-14 Martin Aumüllerarm: properly mark external symbol call
2011-05-13 Mans RullgardAdd av_clip_uintp2() function
2011-05-13 Reimar Döffingerdfa: fix buffer overflow checks to avoid integer overflows.
2011-05-12 Justin Rugglesac3enc: put the counting of stereo rematrixing bits...
2011-05-12 Justin Rugglesac3enc: clean up count_frame_bits() and count_frame_bit...
2011-05-12 Michael Niedermayermpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via...
2011-05-12 Aurelien Jacobssrtdec: make sure we don't write past the end of buffer
2011-05-12 Tomas Härdinwmaenc: improve channel count and bitrate error handlin...
2011-05-12 Stefano Sabatinitiff: add support for SamplesPerPixel tag in tiff_decod...
2011-05-12 Stefano Sabatinitiff: Prefer enum TiffCompr over int for TiffContext...
2011-05-12 Baptiste Coudurierdnxhdenc: add AVClass in private context.
2011-05-12 Diego BiurrunReplace int_fast integer types with their sized standar...
2011-05-12 Diego Biurrunjfdct: Replace sized int_fast integer types with plain...
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-05-11 Jason Garrett-Glaser10-bit H.264 x86 chroma v loopfilter asm
2011-05-11 Baptiste CoudurierPort SMPTE S302M audio decoder from FFmbc 0.3.
2011-05-11 Anatoly NenashevFix crash of interlaced MPEG2 decoding
2011-05-11 Ronald S. Bultjeh264pred: fix one more aliasing violation.
2011-05-11 Anton Khirnovflacenc: use proper initializers for AVOption default...
2011-05-11 Anton Khirnovlavc: deprecate named constants for deprecated antialia...
2011-05-11 Reinhard Tartleraac: workaround for compilation on cygwin
2011-05-11 Baptiste Coudurierswscale: extend YUV422p support to 10bits depth
2011-05-11 Stefano Sabatinitiff: add support for inverted FillOrder for uncompress...
2011-05-11 Ronald S. Bultjeh264pred: fix aliasing violations.
2011-05-11 Alex Conversecosmetics: Fix crazy formatting in resample.
2011-05-11 Alex ConverseAllow resampling with no channel count change for up...
2011-05-11 Alex ConverseDon't allow unsupported resampling configurations.
2011-05-11 Jason Garrett-GlaserPort x86 10-bit H.264 deblock asm from x264
2011-05-11 Jason Garrett-GlaserUpdate x86 H.264 deblock asm
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-10 Ronald S. Bultjearm/h264pred: add missing argument type.
next