]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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
2012-08-08 Martin Storsjörtsp: Support receiving plain data over UDP without...
2012-08-08 Martin Storsjörtpdec: Remove an unused include
2012-08-08 Martin Storsjörtpenc: Remove an av_abort() that depends on user-suppl...
2012-08-08 Anton Khirnovvsrc_movie: discourage its use with avconv.
2012-08-08 Anton Khirnovavconv: allow no input files.
2012-08-08 Anton Khirnovavconv: prevent invalid reads in transcode_init()
2012-08-08 Anton Khirnovavconv: rename OutputStream.is_past_recording_time...
2012-08-08 Anton Khirnovavconv: split the code for processing input packets...
2012-08-08 Anton Khirnovavconv: send EOF to lavfi even if flushing the decoder...
2012-08-08 Anton Khirnovavconv: get rid of pointless temporary variable.
2012-08-08 Anton Khirnovavconv: simplify transcode().
2012-08-08 Anton Khirnovavconv: cosmetics
2012-08-08 Anton Khirnovavconv: replace no_packet array in transcode() with...
2012-08-08 Anton Khirnovavconv: remove unused variable from InputFile.
2012-08-08 Anton Khirnovavconv: remove commented out cruft.
2012-08-08 Anton Khirnovavconv: maintain sync on lavfi outputs.
2012-08-08 Diego Biurrunbuild: cosmetics: Reorder some lists in a more logical...
2012-08-08 Dave Yeox86: pngdsp: Fix assembly for OS/2
2012-08-08 Janne Grunaufate: add test for RTjpeg in nuv with frameheader
2012-08-08 Luca Barbatortmp: send check_bw as notification
2012-08-08 Kostya Shishkovg723_1: clip argument for 15-bit version of normalize_b...
2012-08-08 Kostya Shishkovg723_1: use all LPC vectors in formant postfilter
2012-08-08 Mohammad Alsalehid3v2: Support v2.2 PIC
2012-08-08 Konstantin... avplay: fix build with lavfi disabled.
2012-08-08 Anton Khirnovavconv: split configuring filter configuration to a...
2012-08-08 Anton Khirnovavconv: split option parsing into a separate file.
2012-08-08 Kostya Shishkovmpc8: do not leave padding after last frame in buffer...
2012-08-08 Anton Khirnovmpegaudioenc: list supported channel layouts.
2012-08-08 Anton Khirnovmpegaudiodec: don't print an error on > 1 frame in...
2012-08-08 Anton Khirnovapi-example: update to new audio encoding API.
2012-08-07 Mans Rullgardconfigure: add --enable/disable-random option
2012-08-07 Diego Biurrundoc: cygwin: Update list of FATE package requirements
2012-08-07 Diego Biurrunbuild: Remove all installed headers and header director...
2012-08-07 Mans Rullgardbuild: change checkheaders to use regular build rules
2012-08-07 Samuel Pitoisetrtmp: Add a new option 'rtmp_subscribe'
2012-08-07 Samuel Pitoisetrtmp: Add support for subscribing live streams
2012-08-07 Samuel Pitoisetrtmp: Factorize simultaneous URLProtocol / AVClass...
2012-08-07 Mans RullgardARM: use Q/R inline asm operand modifiers only if supported
2012-08-07 Derek Buitenhuisconfigure: Add support for e500mc CPU
2012-08-07 Mans Rullgardx86: fix build with nasm 2.08
2012-08-07 Mans Rullgardx86: use nop cpu directives only if supported
2012-08-07 Mans Rullgardx86: fix rNmp macros with nasm
2012-08-07 Mans Rullgardbuild: add trailing / to yasm/nasm -I flags
2012-08-07 Mans Rullgardx86: use 32-bit source registers with movd instruction
2012-08-07 Mans Rullgardx86: add colons after labels
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-07 Anton Khirnovlavc: add AV prefix to codec ids.
2012-08-07 Yaakov Selkowitzbuild: fix library installation on cygwin
2012-08-06 Justin Rugglesmpc8: add a flush function
2012-08-06 Justin Rugglesmpc8: set packet duration and stream start time instead...
2012-08-06 Diego Biurrunnuv: K&R formatting cosmetics
2012-08-06 Mans Rullgardbuild: generalise rules and variable settings for av...
2012-08-06 Janne Grunaunuv: check RTjpeg header for validity
2012-08-06 Janne GrunauRevert "nuv: check per-frame header for validity."
2012-08-06 Mans Rullgardimc: remove unused field IMCContext.one_div_log2
2012-08-06 Mans Rullgardimc: fix size of a memset()
2012-08-06 Mans Rullgardimc: remove empty if() block
2012-08-06 Mans Rullgardfate: simplify variable setting filter.mak
2012-08-05 Martin Storsjölavf: Declare an AVRational struct without a struct...
2012-08-05 Diego Biurrunx86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_a...
2012-08-05 Mans Rullgardrational: add av_inv_q() returning the inverse of an...
2012-08-05 Derek Buitenhuisdpx: Make start offset unsigned
next