summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh2012-08-12
* configure: Rename check_asm() to more fitting check_inline_asm()Diego Biurrun2012-08-11
* fate: Only test enabled filtersDiego Biurrun2012-08-11
* avresample: De-doxygenize some comments where Doxygen is not appropriateDiego Biurrun2012-08-11
* rtmp: split chunk_size var into in_chunk_size and out_chunk_sizeJordi Ortiz2012-08-11
* rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset2012-08-11
* lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-11
* lavc: add an intra-only codec property.Anton Khirnov2012-08-11
* lavc: add codec descriptors.Anton Khirnov2012-08-11
* lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov2012-08-10
* dict: move struct AVDictionary definition to dict.cMans Rullgard2012-08-10
* 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