]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-15 Samuel Pitoisetrtmp: Automatically compute the hash for SWFVerification
2012-08-15 Samuel Pitoisetrtmp: Add support for SWFVerification
2012-08-15 Anton Khirnovapi-example: use new video encoding API.
2012-08-15 Diego Biurrunx86: avcodec: Appropriately name files containing only...
2012-08-15 Diego Biurrunmpegvideo_mmx_template: drop some commented-out cruft
2012-08-14 John Stebbinslibavresample: add mix level normalization option
2012-08-14 Diego Biurrunw32pthreads: Add missing #includes to make header compi...
2012-08-14 Samuel Pitoisetrtmp: Gracefully ignore _checkbw errors by tracking...
2012-08-14 Samuel Pitoisetrtmp: Do not send _checkbw calls as notifications
2012-08-14 Maksalov Borisprores: interlaced ProRes encoding
2012-08-14 Mans Rullgardg723.1: simplify scale_vector()
2012-08-14 Mans Rullgardg723.1: simplify normalize_bits()
2012-08-14 Sebastien Zwickertvda: cosmetics: fix Doxygen comment formatting
2012-08-14 Sebastien Zwickertvda: better frame allocation
2012-08-14 Sebastien Zwickertvda: Merge implementation into one file
2012-08-14 Sebastien Zwickertvda: support synchronous decoding
2012-08-14 Sebastien Zwickertvda: Reuse the bitstream buffer and reallocate it only...
2012-08-14 Diego Biurrunbuild: Factor out mpegvideo encoding dependencies to...
2012-08-13 Martin Storsjöavprobe: Include libm.h for the log2 fallback
2012-08-13 Boris Maksalovproresenc: use the edge emulation buffer
2012-08-13 Luca Barbatortmp: handle bytes read reports
2012-08-13 Diego Biurrunconfigure: Fix typo in mpeg2video/svq1 decoder dependen...
2012-08-13 Mans RullgardUse log2(x) instead of log(x) / log(2)
2012-08-13 Mans Rullgardx86: swscale: fix fragile memory accesses
2012-08-13 Mans Rullgardx86: swscale: remove disabled code
2012-08-13 Mans Rullgardx86: yadif: fix asm with suncc
2012-08-13 Mans Rullgardx86: cabac: allow building with suncc
2012-08-13 Mans Rullgardx86: mlpdsp: avoid taking address of void
2012-08-13 Mans RullgardARM: intmath: use native-size return types for clipping...
2012-08-13 Mans Rullgardg723.1: do not pass large structs by value
2012-08-13 Mans Rullgardg723.1: do not bounce intermediate values via memory
2012-08-13 Mans Rullgardg723.1: declare a variable in the block it is used
2012-08-13 Mans Rullgardg723.1: avoid saving/restoring excitation
2012-08-13 Mans Rullgardg723.1: avoid unnecessary memcpy() in residual_interp()
2012-08-13 Mans Rullgardg723.1: make postfilter write directly to output buffer
2012-08-13 Mans Rullgardg723.1: drop unnecessary variable buf_ptr in formant_po...
2012-08-13 Mans Rullgardg723.1: make scale_vector() output to a separate buffer
2012-08-13 Mans Rullgardg723.1: make autocorr_max() work on an arbitrary buffer
2012-08-13 Mans Rullgardg723.1: do not needlessly use int64_t
2012-08-13 Mans Rullgardg723.1: use saturating addition functions
2012-08-13 Mans Rullgardg723.1: optimise scale_vector()
2012-08-13 Mans Rullgardg723.1: remove useless uses of MUL64()
2012-08-13 Mans Rullgardg723.1: remove unnecessary argument 'shift' from dot_pr...
2012-08-13 Mans Rullgardg723.1: deobfuscate "(x << 4) - x" to "15 * x"
2012-08-13 Mans Rullgardcelp: optimise ff_celp_lp_synthesis_filter()
2012-08-13 Mans Rullgardlibavutil: add saturating addition functions
2012-08-12 Derek Buitenhuiscllc: Implement ARGB support
2012-08-12 Derek Buitenhuiscllc: Add support for QRGB
2012-08-12 Derek Buitenhuiscllc: Rename some funcs to represent what they actually do
2012-08-12 Diego Biurrunx86: Drop silly "_yasm" suffixes from filenames
2012-08-12 Diego Biurrundoc: Clarify licensing issues arising from external...
2012-08-12 Martin Storsjölavf: Detect discontinuities in timestamps for framerat...
2012-08-12 Martin Storsjölavf: Initialize the stream info timestamps in avformat...
2012-08-12 Mohammad Alsalehid3v2: Match PIC mimetype/format case-insensitively
2012-08-11 Diego Biurrunconfigure: Rename check_asm() to more fitting check_inl...
2012-08-11 Diego Biurrunfate: Only test enabled filters
2012-08-11 Diego Biurrunavresample: De-doxygenize some comments where Doxygen...
2012-08-11 Jordi Ortizrtmp: split chunk_size var into in_chunk_size and out_c...
2012-08-11 Samuel Pitoisetrtmp: Factorize the code by adding find_tracked_method
2012-08-11 Anton Khirnovlavf: simplify is_intra_only() by using codec descriptors.
2012-08-11 Anton Khirnovlavc: add an intra-only codec property.
2012-08-11 Anton Khirnovlavc: add codec descriptors.
2012-08-10 Anton Khirnovlavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.
2012-08-10 Mans Rullgarddict: move struct AVDictionary definition to dict.c
2012-08-10 Mans Rullgarddict: add av_dict_count()
2012-08-10 Mans Rullgardg723.1: fix addition overflow
2012-08-10 Mans Rullgardg723.1: simplify and fix multiplication overflow
2012-08-10 Mans Rullgardg723.1: deobfuscate an expression
2012-08-10 Mans Rullgardg723.1: remove unused #includes
2012-08-10 Mans RullgardARM: add missing "cc" clobber in av_clipl_int32_arm()
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_error
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_status
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_result
2012-08-09 Mans Rullgardlibavutil: remove unused av_abort() macro
2012-08-09 Mans Rullgardffmenc: replace if/abort with assert()
2012-08-09 Mans Rullgardlibavutil: drop offsetof() fallback definition
2012-08-09 Mans Rullgardlibavutil: drop fallback definitions of INTxx_MIN/MAX
2012-08-09 Michael Niedermayerconfigure: Check for a sctp struct instead of just...
2012-08-09 Diego Biurrunconfigure: suncc: Add -xc99 to dependency flags, requir...
2012-08-09 Diego Biurrundoxygen: Fix function parameter names to match the...
2012-08-09 Diego Biurrundoc: Drop obsolete shared libs cflags hint to workaroun...
2012-08-09 Diego Biurrunswf: Move shared table out of the header file
2012-08-09 Diego Biurrunswf: Move swf_audio_codec_tags table to the only place...
2012-08-09 Kostya Shishkovfate: add G.723.1 decoder tests
2012-08-09 Mans Rullgardmotion_est: drop inline from sad_hpel_motion_search()
2012-08-09 Mans Rullgardmotion_est: remove unused macros
2012-08-09 Mans Rullgardmotion_est: remove useless no_motion_search() function
2012-08-09 Hendrik Leppkeslagarith: frame multithreading
2012-08-09 Diego Biurrundoxygen: qdm2: Drop documentation for non-existing...
2012-08-09 Diego Biurrunbuild: add HOSTOBJS to SUBDIR_VARS list
2012-08-09 Mans Rullgardmpegvideo: reduce excessive inlining of mpeg_motion()
2012-08-09 Mans Rullgardmpegvideo: convert mpegvideo_common.h to a .c file
2012-08-09 Mans Rullgardbuild: factor out mpegvideo.o dependencies to CONFIG_MP...
2012-08-08 Mans RullgardMove MASK_ABS macro to libavcodec/mathops.h
2012-08-08 Mans Rullgardx86: move MANGLE() and related macros to libavutil...
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-08 Alex Converseaacdec: Don't fall back to the old output configuration...
2012-08-08 Samuel Pitoisetrtmp: Add message tracking
2012-08-08 Martin Storsjörtsp: Support mpegts in raw udp packets
next