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-06-03swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje
2011-06-03swscale: cosmetics.Ronald S. Bultje
2011-06-03swscale: integrate (literally) swscale_template.c in swscale.c.Ronald S. Bultje
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje
2011-06-03swscale: enable hScale_altivec_real.Ronald S. Bultje
2011-06-03swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje
2011-06-03swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje
2011-06-03swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje
2011-06-03mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje
2011-06-03mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun
2011-06-03build: Simplify texi2html invocation through the --output option.Diego Biurrun
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-06-03svq3: Check negative mb_type to fix potential crash.Baptiste Coudurier
2011-06-03svq3: Move svq3-specific fields to their own context.Baptiste Coudurier
2011-06-03rawdec: initialize return value to 0.Anton Khirnov
2011-06-03Remove unused get_psnr() prototypeVladimir Pantelic
2011-06-03rawdec: don't leak option strings.Anton Khirnov
2011-06-03bktr: get default framerate from video standard.Anton Khirnov
2011-06-03swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.Ronald S. Bultje
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-03vorbis: Remove non-compiling debug statement.Diego Biurrun
2011-06-03vorbis: Remove pointless DEBUG #ifdef around debug output macros.Diego Biurrun
2011-06-03cook: Remove non-compiling debug output.Diego Biurrun
2011-06-03Remove pointless #ifdefs around function declarations in a header.Diego Biurrun
2011-06-03Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun
2011-06-03Replace custom debug output functions by av_dlog().Diego Biurrun
2011-06-03cook: Remove unused debug functions.Diego Biurrun
2011-06-03Remove stray extra arguments from av_dlog() invocations.Diego Biurrun
2011-06-03targa: fix big-endian buildMans Rullgard
2011-06-02v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.Anton Khirnov
2011-06-02vfwcap: add a framerate private option.Anton Khirnov
2011-06-02v4l2: add a framerate private option.Anton Khirnov
2011-06-02libdc1394: add a framerate private option.Anton Khirnov
2011-06-02fbdev: add a framerate private option.Anton Khirnov
2011-06-02bktr: add a framerate private option.Anton Khirnov
2011-06-02oma: check avio_read() return valueMans Rullgard
2011-06-02nutdec: remove unused variableMans Rullgard
2011-06-02Remove unused variablesMans Rullgard
2011-06-02swscale: allocate larger buffer to handle altivec overreads.Ronald S. Bultje
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-06-02Cosmetic changes to h264_idct_10bit.asm.Loren Merritt
2011-06-022x faster h264_idct_add8_10.Loren Merritt
2011-06-02aacenc: Add stereo_mode option.Nathan Caldwell
2011-06-02h264: remove CONFIG_GPL from x86 intra prediction code.Ronald S. Bultje
2011-06-01ARM: ac3dsp: optimised update_bap_counts()Mans Rullgard
2011-06-01mpegaudiodec: Fix av_dlog() invocation.Diego Biurrun
2011-06-01h264/10bit: add HAVE_ALIGNED_STACK checks.Daniel Kang
2011-06-01Update 8-bit H.264 IDCT function names to reflect bit-depth.Daniel Kang
2011-06-01Add IDCT functions for 10-bit H.264.Daniel Kang