Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-14Fix FSF address copy paste error in some license headers.Diego Biurrun
2011-05-14arm: properly mark external symbol callMartin Aumüller
2011-05-14Add av_clip_uintp2() functionMans Rullgard
2011-05-13dfa: fix buffer overflow checks to avoid integer overflows.Reimar Döffinger
2011-05-12ac3enc: put the counting of stereo rematrixing bits in the same place toJustin Ruggles
2011-05-12ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()Justin Ruggles
2011-05-12mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just...Michael Niedermayer
2011-05-12srtdec: make sure we don't write past the end of bufferAurelien Jacobs
2011-05-12wmaenc: improve channel count and bitrate error handling in encode_init()Tomas Härdin
2011-05-12tiff: add support for SamplesPerPixel tag in tiff_decode_tag()Stefano Sabatini
2011-05-12tiff: Prefer enum TiffCompr over int for TiffContext.compr.Stefano Sabatini
2011-05-12dnxhdenc: add AVClass in private context.Baptiste Coudurier
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
2011-05-12jfdct: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-1110-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser
2011-05-11Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier
2011-05-11Fix crash of interlaced MPEG2 decodingAnatoly Nenashev
2011-05-11h264pred: fix one more aliasing violation.Ronald S. Bultje
2011-05-11flacenc: use proper initializers for AVOption default values.Anton Khirnov
2011-05-11lavc: deprecate named constants for deprecated antialias_algo.Anton Khirnov
2011-05-11aac: workaround for compilation on cygwinReinhard Tartler
2011-05-11swscale: extend YUV422p support to 10bits depthBaptiste Coudurier
2011-05-11tiff: add support for inverted FillOrder for uncompressed dataStefano Sabatini
2011-05-11h264pred: fix aliasing violations.Ronald S. Bultje
2011-05-11cosmetics: Fix crazy formatting in resample.Alex Converse
2011-05-11Allow resampling with no channel count change for up to 8 channels.Alex Converse
2011-05-11Don't allow unsupported resampling configurations.Alex Converse
2011-05-11Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser
2011-05-11Update x86 H.264 deblock asmJason Garrett-Glaser
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-10arm/h264pred: add missing argument type.Ronald S. Bultje
2011-05-10h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje
2011-05-10h264: do not print "too many references" warning for intra-only.Ronald S. Bultje
2011-05-10Enable decoding of high bit depth h264.Oskar Arvidsson
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Add support for higher QP values in h264.Oskar Arvidsson
2011-05-10Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-05-10Make the h264 loop filter bit depth aware.Oskar Arvidsson
2011-05-10Template dsputil_template.c with respect to pixel size, etc.Oskar Arvidsson
2011-05-10Template h264idct_template.c with respect to pixel size, etc.Oskar Arvidsson
2011-05-10Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson
2011-05-10Move some functions in dsputil.c into a new file dsputil_template.c.Oskar Arvidsson
2011-05-10Move the functions in h264idct into a new file h264idct_template.c.Oskar Arvidsson
2011-05-10Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson
2011-05-10Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-05-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-05-10h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov