summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pktdumper: Use sizeof(variable) instead of the direct buffer lengthMartin Storsjö2012-08-31
* x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-30
* configure: Add more fine-grained SSE CPU capabilities flagsDiego Biurrun2012-08-30
* avfilter: x86: Use more precise compile template namesDiego Biurrun2012-08-30
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
* g723_1: add comfort noise generationKostya Shishkov2012-08-30
* utvideoenc: Switch to dsputils' median predictionMichael Niedermayer2012-08-30
* utvideoenc: Avoid writing into the input pictureMichael Niedermayer2012-08-30
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-30
* avconv: make the -passlogfile option per-stream.Anton Khirnov2012-08-30
* avconv: make the -pass option per-stream.Anton Khirnov2012-08-30
* cmdutils: make -codecs print lossy/lossless flags.Anton Khirnov2012-08-30
* lavc: add lossy/lossless codec properties.Anton Khirnov2012-08-30
* build: allow non-standard variations of linker -l/-L flagsMans Rullgard2012-08-29
* Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-29
* build: export filtered -lz flag in config.makMans Rullgard2012-08-28
* build: add separate setting for host linkerMans Rullgard2012-08-28
* configure: probe_cc: use separate variable for linker output flagMans Rullgard2012-08-28
* x86: Always compile files with functions that are called unconditionallyDiego Biurrun2012-08-29
* x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun2012-08-29
* x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-29
* configure: support Bitrig OSBrad Smith2012-08-29
* yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje2012-08-28
* graph2dot: Use the fallback getopt implementation if neededMartin Storsjö2012-08-29
* tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö2012-08-29
* testprogs: Remove unused includesMartin Storsjö2012-08-29
* qt-faststart: Use other seek/tell functions on MSVC than on mingwMartin Storsjö2012-08-29
* ismindex: Include direct.h for _mkdir on windowsMartin Storsjö2012-08-29
* sdp: Use static const char arrays instead of pointers to stringsMartin Storsjö2012-08-28
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-28
* x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun2012-08-28
* sdp: Include profile-level-id for H264Martin Storsjö2012-08-28
* utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer2012-08-28
* huffman: add ff_huff_gen_len_tableMichael Niedermayer2012-08-28
* cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger2012-08-28
* rtpdec_h264: Don't set the pixel formatSamuel Pitoiset2012-08-28
* h264: Check that the codec isn't null before accessing itMartin Storsjö2012-08-28
* audio_frame_queue: Define af_queue_log_state before using itMartin Storsjö2012-08-28
* vc1: export some functionsKostya Shishkov2012-08-28
* configure: use HOSTCC_C/O in check_host_ccMans Rullgard2012-08-27
* configure: use AS_O setting in check_asMans Rullgard2012-08-27
* configure: use LD_O setting in check_ld()Mans Rullgard2012-08-27
* Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."Mans Rullgard2012-08-27
* build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun2012-08-27
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-27
* celp_math: Move ff_cos() to the only place it is usedDiego Biurrun2012-08-27
* build: Use portable abstraction for linker/hostcc output file syntaxDiego Biurrun2012-08-27
* configure: Fix shared library creation for OpenBSDBrad Smith2012-08-27
* vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-27
* mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov2012-08-27