]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-06-03 Ronald S. Bultjeswscale: split out x86/swscale_template.c from swscale.c.
2011-06-03 Ronald S. Bultjeswscale: enable hScale_altivec_real.
2011-06-03 Ronald S. Bultjeswscale: split out ppc _template.c files from main...
2011-06-03 Ronald S. Bultjeswscale: remove indirections in ppc/swscale_template.c.
2011-06-03 Ronald S. Bultjeswscale: split out unscaled altivec YUV converters...
2011-06-03 Ronald S. Bultjempegvideoenc: fix multislice fate tests with threading...
2011-06-03 Diego Biurrunmpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combina...
2011-06-03 Diego Biurrunbuild: Simplify texi2html invocation through the -...
2011-06-03 Mans RullgardMark some variables with av_unused
2011-06-03 Stefano SabatiniReplace avcodec_get_pix_fmt_name() by av_get_pix_fmt_na...
2011-06-03 Baptiste Couduriersvq3: Check negative mb_type to fix potential crash.
2011-06-03 Baptiste Couduriersvq3: Move svq3-specific fields to their own context.
2011-06-03 Anton Khirnovrawdec: initialize return value to 0.
2011-06-03 Vladimir PantelicRemove unused get_psnr() prototype
2011-06-03 Anton Khirnovrawdec: don't leak option strings.
2011-06-03 Anton Khirnovbktr: get default framerate from video standard.
2011-06-03 Ronald S. Bultjeswscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Diego Biurrunvorbis: Remove non-compiling debug statement.
2011-06-02 Diego Biurrunvorbis: Remove pointless DEBUG #ifdef around debug...
2011-06-02 Diego Biurruncook: Remove non-compiling debug output.
2011-06-02 Diego BiurrunRemove pointless #ifdefs around function declarations...
2011-06-02 Diego BiurrunReplace #ifdef + av_log() combinations by av_dlog().
2011-06-02 Diego BiurrunReplace custom debug output functions by av_dlog().
2011-06-02 Diego Biurruncook: Remove unused debug functions.
2011-06-02 Diego BiurrunRemove stray extra arguments from av_dlog() invocations.
2011-06-02 Mans Rullgardtarga: fix big-endian build
2011-06-02 Anton Khirnovv4l2: remove one forgotten use of AVFormatParameters...
2011-06-02 Anton Khirnovvfwcap: add a framerate private option.
2011-06-02 Anton Khirnovv4l2: add a framerate private option.
2011-06-02 Anton Khirnovlibdc1394: add a framerate private option.
2011-06-02 Anton Khirnovfbdev: add a framerate private option.
2011-06-02 Anton Khirnovbktr: add a framerate private option.
2011-06-02 Mans Rullgardoma: check avio_read() return value
2011-06-02 Mans Rullgardnutdec: remove unused variable
2011-06-02 Mans RullgardRemove unused variables
2011-06-02 Ronald S. Bultjeswscale: allocate larger buffer to handle altivec overr...
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-06-02 Loren MerrittCosmetic changes to h264_idct_10bit.asm.
2011-06-02 Loren Merritt2x faster h264_idct_add8_10.
2011-06-02 Nathan Caldwellaacenc: Add stereo_mode option.
2011-06-02 Ronald S. Bultjeh264: remove CONFIG_GPL from x86 intra prediction code.
2011-06-01 Mans RullgardARM: ac3dsp: optimised update_bap_counts()
2011-06-01 Diego Biurrunmpegaudiodec: Fix av_dlog() invocation.
2011-06-01 Daniel Kangh264/10bit: add HAVE_ALIGNED_STACK checks.
2011-05-31 Daniel KangUpdate 8-bit H.264 IDCT function names to reflect bit...
2011-05-31 Daniel KangAdd IDCT functions for 10-bit H.264.
2011-05-31 Diego Biurrunmpegaudioenc: Fix broken av_dlog statement.
2011-05-31 Diego BiurrunEmploy correct printf format specifiers, mostly in...
2011-05-31 Mans RullgardARM: fix MUL64 inline asm for pre-armv6
2011-05-31 Diego Biurrunvf_drawtext: Replace FFmpeg by Libav in license boilerp...
2011-05-31 Mans Rullgardmpegaudiodec: remove unusued code and variables
2011-05-31 Gil Pedersenimproved 'edts' atom writing support
2011-05-31 Mans Rullgardmpegaudio: clean up compute_antialias() definition
2011-05-31 Ronald S. Bultjevp8: fix segmentation race during frame-threading.
2011-05-30 Diego Biurrunswscale: Remove unused variable.
2011-05-30 Mans RullgardARM: simplify inline asm with 64-bit operands
2011-05-29 Mans RullgardARM: enable UAL syntax in asm.S
2011-05-29 Anton Khirnovv4l2: don't leak video standard string on error.
2011-05-29 Diego Biurrunswscale: Remove disabled code.
2011-05-29 Diego Biurrunavfilter: Surround function only used in debug mode...
2011-05-29 Diego Biurrunvf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().
2011-05-29 Mans Rullgardbuild: remove BUILD_ROOT variable
2011-05-29 Mans Rullgardvp8: use av_clip_uintp2() where possible
2011-05-28 Mans Rullgardac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()
2011-05-28 Justin Rugglesac3dsp: do not use the ff_* prefix when referencing...
2011-05-28 Justin Rugglesac3dsp: fix loop condition in ac3_update_bap_counts_c()
2011-05-28 Mans RullgardARM: unbreak build
2011-05-28 Justin Rugglesac3enc: modify mantissa bit counting to keep bap counts...
2011-05-28 Justin Rugglesac3enc: split mantissa bit counting into a separate...
2011-05-28 Justin Rugglesac3enc: store per-block/channel bap pointers by referen...
2011-05-28 Mans Rullgardget_bits: add av_unused tag to cache variable
2011-05-28 Anton Khirnovsws: replace all long with int.
2011-05-28 Mans RullgardARM: aacdec: fix constraints on inline asm
2011-05-28 Mans RullgardARM: remove unnecessary volatile from inline asm
2011-05-28 Mans RullgardARM: add "cc" clobbers to inline asm where needed
2011-05-28 Mans RullgardARM: improve FASTDIV asm
2011-05-28 Mans Rullgardac3enc: use LOCAL_ALIGNED macro
2011-05-28 Ronald S. BultjeAPIchanges: fill in git hash for av_get_pix_fmt_name...
2011-05-28 Stefano Sabatinilavu: add av_get_pix_fmt_name() convenience function
2011-05-28 Stefano Sabatinicmdutils: remove OPT_FUNC2
2011-05-28 Ronald S. Bultjeswscale: fix crash in bilinear scaling.
2011-05-28 James Zernvpxenc: add VP8E_SET_STATIC_THRESHOLD mapping
2011-05-28 Alok Ahujawebm: support stereo videos in matroska/webm muxer
2011-05-27 Anton Khirnovlavf: deprecate AVFormatParameters.pix_fmt.
2011-05-27 Anton Khirnovrawdec: add a pixel_format private option.
2011-05-27 Anton Khirnovv4l2: add a pixel_format private option.
2011-05-27 Anton Khirnovlibdc1394: add a pixel_format private option.
2011-05-27 Justin Rugglescosmetics: indentation and alignment after previous...
2011-05-27 Justin Rugglesac3enc: add support for E-AC-3 encoding.
2011-05-27 Justin Rugglesac3enc: Move AC-3 AVOptions array to a separate file...
2011-05-27 Mans RullgardARM: disable ff_vector_fmul_vfp on VFPv3 systems
2011-05-27 Mans RullgardARM: check for VFPv3
2011-05-27 Diego Biurrunswscale: Remove unused variables in x86 code.
2011-05-27 Diego Biurrundoc: Drop DJGPP section, Libav now compiles out-of...
2011-05-27 Diego Biurrunx86: Add appropriate ifdefs around certain AVX functions.
2011-05-27 Ronald S. Bultjecmdutils: use sws_freeContext() instead of av_freep().
2011-05-27 Ronald S. Bultjeswscale: delay allocation of formatConvBuffer().
2011-05-27 Ronald S. Bultjeswscale: fix build with --disable-swscale-alpha.
2011-05-27 Martin Storsjömovenc: Deprecate the global RTP hinting flag, use...
next