summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dict: add av_dict_count()Mans Rullgard2012-08-10
* g723.1: fix addition overflowMans Rullgard2012-08-10
* g723.1: simplify and fix multiplication overflowMans Rullgard2012-08-10
* g723.1: deobfuscate an expressionMans Rullgard2012-08-10
* g723.1: remove unused #includesMans Rullgard2012-08-10
* ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard2012-08-10
* rtmp: Factorize the code by adding handle_invoke_errorSamuel Pitoiset2012-08-09
* rtmp: Factorize the code by adding handle_invoke_statusSamuel Pitoiset2012-08-09
* rtmp: Factorize the code by adding handle_invoke_resultSamuel Pitoiset2012-08-09
* libavutil: remove unused av_abort() macroMans Rullgard2012-08-09
* ffmenc: replace if/abort with assert()Mans Rullgard2012-08-09
* libavutil: drop offsetof() fallback definitionMans Rullgard2012-08-09
* libavutil: drop fallback definitions of INTxx_MIN/MAXMans Rullgard2012-08-09
* configure: Check for a sctp struct instead of just the headerMichael Niedermayer2012-08-09
* configure: suncc: Add -xc99 to dependency flags, required on SolarisDiego Biurrun2012-08-09
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-09
* doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugsDiego Biurrun2012-08-09
* swf: Move shared table out of the header fileDiego Biurrun2012-08-09
* swf: Move swf_audio_codec_tags table to the only place it is usedDiego Biurrun2012-08-09
* fate: add G.723.1 decoder testsKostya Shishkov2012-08-09
* motion_est: drop inline from sad_hpel_motion_search()Mans Rullgard2012-08-09
* motion_est: remove unused macrosMans Rullgard2012-08-09
* motion_est: remove useless no_motion_search() functionMans Rullgard2012-08-09
* lagarith: frame multithreadingHendrik Leppkes2012-08-09
* doxygen: qdm2: Drop documentation for non-existing function parametersDiego Biurrun2012-08-09
* build: add HOSTOBJS to SUBDIR_VARS listDiego Biurrun2012-08-09
* mpegvideo: reduce excessive inlining of mpeg_motion()Mans Rullgard2012-08-09
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-09
* build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEOMans Rullgard2012-08-09
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-09
* x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse2012-08-08
* rtmp: Add message trackingSamuel Pitoiset2012-08-09
* rtsp: Support mpegts in raw udp packetsMartin Storsjö2012-08-09
* rtsp: Support receiving plain data over UDP without any RTP encapsulationMartin Storsjö2012-08-09
* rtpdec: Remove an unused includeMartin Storsjö2012-08-09
* rtpenc: Remove an av_abort() that depends on user-supplied dataMartin Storsjö2012-08-09
* vsrc_movie: discourage its use with avconv.Anton Khirnov2012-08-08
* avconv: allow no input files.Anton Khirnov2012-08-08
* avconv: prevent invalid reads in transcode_init()Anton Khirnov2012-08-08
* avconv: rename OutputStream.is_past_recording_time to finished.Anton Khirnov2012-08-08
* avconv: split the code for processing input packets out of transcode()Anton Khirnov2012-08-08
* avconv: send EOF to lavfi even if flushing the decoder failsAnton Khirnov2012-08-08
* avconv: get rid of pointless temporary variable.Anton Khirnov2012-08-08
* avconv: simplify transcode().Anton Khirnov2012-08-08
* avconv: cosmeticsAnton Khirnov2012-08-08
* avconv: replace no_packet array in transcode() with a var in InputStreamAnton Khirnov2012-08-08
* avconv: remove unused variable from InputFile.Anton Khirnov2012-08-08
* avconv: remove commented out cruft.Anton Khirnov2012-08-08