summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* avconv: get rid of pointless temporary variable.Anton Khirnov2012-08-081-3/+2
* avconv: simplify transcode().Anton Khirnov2012-08-081-19/+21
* avconv: cosmeticsAnton Khirnov2012-08-081-1/+1
* avconv: replace no_packet array in transcode() with a var in InputStreamAnton Khirnov2012-08-082-16/+24
* avconv: remove unused variable from InputFile.Anton Khirnov2012-08-081-1/+0
* avconv: remove commented out cruft.Anton Khirnov2012-08-081-5/+0
* avconv: maintain sync on lavfi outputs.Anton Khirnov2012-08-081-60/+102
* build: cosmetics: Reorder some lists in a more logical fashionDiego Biurrun2012-08-081-4/+5
* x86: pngdsp: Fix assembly for OS/2Dave Yeo2012-08-081-1/+1
* fate: add test for RTjpeg in nuv with frameheaderJanne Grunau2012-08-083-2/+59
* rtmp: send check_bw as notificationLuca Barbato2012-08-082-1/+10
* g723_1: clip argument for 15-bit version of normalize_bits()Kostya Shishkov2012-08-081-0/+1
* g723_1: use all LPC vectors in formant postfilterKostya Shishkov2012-08-081-0/+1
* id3v2: Support v2.2 PICMohammad Alsaleh2012-08-081-0/+2
* avplay: fix build with lavfi disabled.Konstantin Pavlov2012-08-081-0/+2
* avconv: split configuring filter configuration to a separate file.Anton Khirnov2012-08-084-530/+563
OpenPOWER on IntegriCloud