]> git.sesse.net Git - ffmpeg/history - libavcodec
fix ffserver's SIGSEGV
[ffmpeg] / libavcodec /
2011-05-21 Michael Niedermayer Merge remote-tracking branch 'ffmpeg-mt/master'
2011-05-21 Michael NiedermayerMerge/split side data.
2011-05-20 Carl Eugen HoyosEncoding alac with more than two channels is not supported.
2011-05-20 Stefano Sabatiniindeo3: release buffer in indeo3_decode_end()
2011-05-20 Stefano Sabatiniindeo3: remove unnecessary includes
2011-05-20 Stefano Sabatiniindeo3: add @file doxy and a link to multimedia wiki...
2011-05-20 Stefano Sabatinilibmp3lame: include "libavutil/intreadwrite.h" header
2011-05-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-05-19 Diego Biurrung729: Merge g729.h into g729dec.c.
2011-05-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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 Michael Niedermayerlibx264: support passing arbitrary parameters.
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-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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-17 CompnMerge branch 'master' of git.videolan.org:ffmpeg
2011-05-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-16 Stefano Sabatiniiff/8svx: redesign 8SVX demuxing and decoding for handl...
2011-05-16 Mans Rullgardmathops: remove ancient confusing comment
2011-05-16 Michael Niedermayerrawdec: Allow overriding top field first.
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 Stefano Sabatinipngdec: relax condition for setting monoblack pixel...
2011-05-16 Gil Pedersenh264dsp_mmx: Add #ifdefs around some mmxext functions...
2011-05-16 Diego BiurrunRemove unused header mpegaudio3.h.
2011-05-16 ami_stuffSupport decoding of 1bpp rawvideo in avi (ticket 205).
2011-05-16 ami_stuffSupport decoding of 2bpp rawvideo in avi (ticket 206).
2011-05-16 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-15 Justin Rugglesaacdec: Use float instead of int16_t for ltp_state...
2011-05-15 Michael Niedermayerav_picture_crop(): Support simple cases with packed...
2011-05-15 Diego Biurrunacelp: Remove unused gray_decode table.
2011-05-15 Diego Biurrundfa: Remove unused variable.
2011-05-15 Stefano Sabatinirawdec: propagate pict_type information to the output...
2011-05-15 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-15 Carl Eugen HoyosFix decoding of msrle samples with 1bpp.
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-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-13 Michael NiedermayerAVFrame: only set parameters from AVCodecContext in...
2011-05-13 Michael Niedermayeravcodec_default_get_buffer: init picture parameters.
2011-05-13 Mans RullgardAdd av_clip_uintp2() function
2011-05-13 ami_stuffSupport more QT 1bpp rawvideo files.
2011-05-13 Stefano Sabatinitiffenc: set bpp table for monow/monob formats
2011-05-13 Stefano Sabatinitiffenc: factorize code for monow/monob case in encode_...
2011-05-13 Stefano Sabatinitiffenc: fix bpp value for monow/monob formats
2011-05-13 Stefano Sabatinitiff: fix linesize for mono-white/black formats
2011-05-13 Stefano Sabatinitiff: print log in case of unknown / unsupported tag
2011-05-13 Reimar Döffingerdfa: fix buffer overflow checks to avoid integer overflows.
2011-05-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-12 Carl Eugen HoyosSupport Digital Voodoo SD 8 Bit in mov (ticket 195).
2011-05-12 Carl Eugen HoyosSet channel_layout for S302M.
2011-05-12 Carl Eugen HoyosMap mlp surround channels to FFmpeg rear channels.
2011-05-12 Alexandre ColucciSupport native DTS channel order when requested.
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 Michael Niedermayerffv1: Add PIX_FMT_YUV420P9 support.
2011-05-12 Stefano Sabatinitiff: Prefer enum TiffCompr over int for TiffContext...
2011-05-12 Michael Niedermayerffv1dec: output PIX_FMT_YUV422P10 and PIX_FMT_YUV420P10...
2011-05-12 ami_stuffAdd support for QT BMP 1bpp color mode
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-12 Michael NiedermayerMerge remote branch 'qatar/master'
next