summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset2012-08-111-14/+26
* lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-111-25/+9
* lavc: add an intra-only codec property.Anton Khirnov2012-08-112-0/+72
* lavc: add codec descriptors.Anton Khirnov2012-08-113-0/+1913
* lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov2012-08-104-8/+14
* dict: move struct AVDictionary definition to dict.cMans Rullgard2012-08-102-5/+5
* dict: add av_dict_count()Mans Rullgard2012-08-106-4/+20
* g723.1: fix addition overflowMans Rullgard2012-08-102-2/+2
* g723.1: simplify and fix multiplication overflowMans Rullgard2012-08-101-2/+2
* g723.1: deobfuscate an expressionMans Rullgard2012-08-101-2/+1
* g723.1: remove unused #includesMans Rullgard2012-08-101-2/+0
* ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard2012-08-101-1/+1
* rtmp: Factorize the code by adding handle_invoke_errorSamuel Pitoiset2012-08-091-7/+16
* rtmp: Factorize the code by adding handle_invoke_statusSamuel Pitoiset2012-08-091-24/+34
* rtmp: Factorize the code by adding handle_invoke_resultSamuel Pitoiset2012-08-091-69/+78
* libavutil: remove unused av_abort() macroMans Rullgard2012-08-091-4/+0
* ffmenc: replace if/abort with assert()Mans Rullgard2012-08-091-2/+3
* libavutil: drop offsetof() fallback definitionMans Rullgard2012-08-091-4/+0
* libavutil: drop fallback definitions of INTxx_MIN/MAXMans Rullgard2012-08-091-32/+0
* configure: Check for a sctp struct instead of just the headerMichael Niedermayer2012-08-091-3/+2
* configure: suncc: Add -xc99 to dependency flags, required on SolarisDiego Biurrun2012-08-091-1/+1
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-095-8/+8
* doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugsDiego Biurrun2012-08-091-15/+0
* swf: Move shared table out of the header fileDiego Biurrun2012-08-095-10/+35
* swf: Move swf_audio_codec_tags table to the only place it is usedDiego Biurrun2012-08-092-9/+9
* fate: add G.723.1 decoder testsKostya Shishkov2012-08-097-0/+292
* motion_est: drop inline from sad_hpel_motion_search()Mans Rullgard2012-08-091-2/+2
* motion_est: remove unused macrosMans Rullgard2012-08-091-4/+0
* motion_est: remove useless no_motion_search() functionMans Rullgard2012-08-091-13/+4
* lagarith: frame multithreadingHendrik Leppkes2012-08-091-7/+8
* doxygen: qdm2: Drop documentation for non-existing function parametersDiego Biurrun2012-08-091-2/+0
* build: add HOSTOBJS to SUBDIR_VARS listDiego Biurrun2012-08-091-1/+1
* mpegvideo: reduce excessive inlining of mpeg_motion()Mans Rullgard2012-08-091-25/+42
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-096-34/+30
* build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEOMans Rullgard2012-08-092-54/+57
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-094-17/+14
* x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard2012-08-092-12/+12
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-0930-32/+32
* aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse2012-08-081-1/+1
* rtmp: Add message trackingSamuel Pitoiset2012-08-091-138/+160
* rtsp: Support mpegts in raw udp packetsMartin Storsjö2012-08-093-2/+33
* rtsp: Support receiving plain data over UDP without any RTP encapsulationMartin Storsjö2012-08-092-4/+22
* rtpdec: Remove an unused includeMartin Storsjö2012-08-091-1/+0
* rtpenc: Remove an av_abort() that depends on user-supplied dataMartin Storsjö2012-08-091-12/+9
* vsrc_movie: discourage its use with avconv.Anton Khirnov2012-08-081-0/+5
* avconv: allow no input files.Anton Khirnov2012-08-082-5/+8
* avconv: prevent invalid reads in transcode_init()Anton Khirnov2012-08-081-4/+6
* avconv: rename OutputStream.is_past_recording_time to finished.Anton Khirnov2012-08-082-9/+8
* avconv: split the code for processing input packets out of transcode()Anton Khirnov2012-08-081-90/+135
* avconv: send EOF to lavfi even if flushing the decoder failsAnton Khirnov2012-08-081-14/+8
OpenPOWER on IntegriCloud