summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nut: export codec_tag provided by rawvideoLuca Barbato2012-10-1619-395/+395
* avserver: move avserver-specific code from ffmdec.c to avserver.cMans Rullgard2012-10-163-37/+32
* build: simplify linking tools with cmdutils.oMans Rullgard2012-10-151-4/+4
* tiny_psnr: fix range calculation for sample size of 32 bitsMans Rullgard2012-10-151-1/+1
* tiny_psnr: check for specified sample size less than 1Mans Rullgard2012-10-151-1/+1
* fate: improve md5sum utility selectionMans Rullgard2012-10-151-1/+1
* rangecoder-test: Drop timer output that clutters stderrDiego Biurrun2012-10-151-8/+2
* rangecoder-test: Return in case of an errorDiego Biurrun2012-10-151-1/+3
* build: simplify enabling of compat objectsMans Rullgard2012-10-152-6/+12
* configure: simplify argument handling in check_ldMans Rullgard2012-10-151-5/+2
* configure: simplify get_version() functionMans Rullgard2012-10-151-1/+1
* build: support asan and tsan toolchain shortcutsLuca Barbato2012-10-151-0/+10
* rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun2012-10-156-53/+101
* swscale: try to use mmap only if availableMans Rullgard2012-10-151-3/+5
* configure: check for mprotectMans Rullgard2012-10-151-0/+2
* wmapro: use planar sample formatJustin Ruggles2012-10-141-11/+6
* wmalossless: output in planar sample formatJustin Ruggles2012-10-141-8/+9
* wmadec: use float planar sample format outputJustin Ruggles2012-10-141-37/+28
* shorten: use planar sample formatJustin Ruggles2012-10-141-9/+14
* lavc: update documentation for AVFrame.extended_dataJustin Ruggles2012-10-141-1/+1
* avutil: Do not make ff_ symbols globally visible.Diego Biurrun2012-10-131-1/+1
* avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun2012-10-135-6/+6
* build: tms470: work around glibc math.h problemsMans Rullgard2012-10-132-0/+8
* configure: improve tms470 compiler usage with glibcMans Rullgard2012-10-131-3/+9
* configure: tms470: add mapping for -mfpu=vfpv3-d16 flagMans Rullgard2012-10-131-0/+1
* configure: recognise Minix as OSMans Rullgard2012-10-131-0/+2
* configure: work around bug in ash shellMans Rullgard2012-10-131-1/+1
* eval-test: make table static constMans Rullgard2012-10-131-1/+2
* lavr: handle clipping in the float to s32 conversionJustin Ruggles2012-10-131-1/+7
* nut: support pcm codecs not mapped in aviLuca Barbato2012-10-134-3/+34
* nut: prioritize native tagsLuca Barbato2012-10-1322-405/+413
* vc1: Use codec ID from AVCodecContext while parsing frame headerMashiat Sarker Shakkhar2012-10-131-1/+1
* avplay: support mid-stream sample rate changesJustin Ruggles2012-10-131-14/+21
* avplay: use audio parameters from the decoded frame instead of AVCodecContextJustin Ruggles2012-10-131-10/+10
* dca: allocate a secondary buffer for extra channels when downmixingJustin Ruggles2012-10-131-2/+30
* configure: use utilities from /usr/xpg4/bin if it existsMans Rullgard2012-10-121-0/+2
* avstring-test: fix memory leaksMans Rullgard2012-10-121-2/+4
* rtpdec_xiph: fix function return typeMans Rullgard2012-10-121-1/+1
* smjpeg: fix type of 'ret' variable in smjpeg_read_packet()Mans Rullgard2012-10-121-1/+2
* mpegvideo: remove write-only variableMans Rullgard2012-10-121-2/+2
* Use proper return values in case of missing featuresDiego Biurrun2012-10-1213-21/+21
* fate: add avstring testDiego Biurrun2012-10-122-0/+31
* rangecoder-test: Set error message log level to error, instead of debugDiego Biurrun2012-10-121-1/+2
* rangecoder: K&R formatting cosmeticsDiego Biurrun2012-10-122-98/+106
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-1215-810/+10
* Remove libmpeg2 #define remnantsDiego Biurrun2012-10-122-0/+5
* De-doxygenize some top-level filesDiego Biurrun2012-10-125-43/+30
* Move av_reverse table to libavcodecDiego Biurrun2012-10-1216-49/+90
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-127-11/+35
* avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-123-4/+5
OpenPOWER on IntegriCloud