| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-10 | 2 | -7/+5 |
|\ |
|
| * | g723.1: fix addition overflow | Mans Rullgard | 2012-08-10 | 1 | -1/+1 |
| * | g723.1: simplify and fix multiplication overflow | Mans Rullgard | 2012-08-10 | 1 | -2/+2 |
| * | g723.1: deobfuscate an expression | Mans Rullgard | 2012-08-10 | 1 | -2/+1 |
| * | g723.1: remove unused #includes | Mans Rullgard | 2012-08-10 | 1 | -2/+0 |
| * | doxygen: Fix function parameter names to match the code | Diego Biurrun | 2012-08-09 | 1 | -1/+1 |
* | | mjpegdec: support AVRn interlaced | Michael Niedermayer | 2012-08-10 | 1 | -3/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-10 | 2 | -21/+6 |
|\| |
|
| * | motion_est: drop inline from sad_hpel_motion_search() | Mans Rullgard | 2012-08-09 | 1 | -2/+2 |
| * | motion_est: remove unused macros | Mans Rullgard | 2012-08-09 | 1 | -4/+0 |
| * | motion_est: remove useless no_motion_search() function | Mans Rullgard | 2012-08-09 | 1 | -13/+4 |
| * | lagarith: frame multithreading | Hendrik Leppkes | 2012-08-09 | 1 | -7/+8 |
| * | doxygen: qdm2: Drop documentation for non-existing function parameters | Diego Biurrun | 2012-08-09 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 34 | -125/+142 |
|\| |
|
| * | mpegvideo: reduce excessive inlining of mpeg_motion() | Mans Rullgard | 2012-08-09 | 1 | -25/+42 |
| * | mpegvideo: convert mpegvideo_common.h to a .c file | Mans Rullgard | 2012-08-09 | 6 | -34/+30 |
| * | build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEO | Mans Rullgard | 2012-08-09 | 1 | -36/+29 |
| * | Move MASK_ABS macro to libavcodec/mathops.h | Mans Rullgard | 2012-08-09 | 3 | -1/+14 |
| * | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 22 | -22/+22 |
| * | aacdec: Don't fall back to the old output configuration when no old configura... | Alex Converse | 2012-08-08 | 1 | -1/+1 |
* | | dvbsub: reindent after last commit. | Nicolas George | 2012-08-09 | 1 | -6/+5 |
* | | dvbsub: fix encoding of termination packets. | Nicolas George | 2012-08-09 | 1 | -11/+5 |
* | | aasc: 8bit support | Paul B Mahol | 2012-08-09 | 1 | -0/+18 |
* | | aasc: fix out of array write | Paul B Mahol | 2012-08-09 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 5 | -2/+11 |
|\| |
|
| * | x86: pngdsp: Fix assembly for OS/2 | Dave Yeo | 2012-08-08 | 1 | -1/+1 |
| * | g723_1: clip argument for 15-bit version of normalize_bits() | Kostya Shishkov | 2012-08-08 | 1 | -0/+1 |
| * | g723_1: use all LPC vectors in formant postfilter | Kostya Shishkov | 2012-08-08 | 1 | -0/+1 |
| * | mpc8: do not leave padding after last frame in buffer for the next decode call | Kostya Shishkov | 2012-08-08 | 1 | -0/+2 |
| * | mpegaudioenc: list supported channel layouts. | Anton Khirnov | 2012-08-08 | 1 | -0/+5 |
| * | mpegaudiodec: don't print an error on > 1 frame in a packet. | Anton Khirnov | 2012-08-08 | 1 | -1/+0 |
| * | api-example: update to new audio encoding API. | Anton Khirnov | 2012-08-08 | 1 | -17/+120 |
* | | lavc/old_codec_ids: Fix make checkheaders. | jamal | 2012-08-08 | 1 | -0/+1 |
* | | cavs: fix memleak | Michael Niedermayer | 2012-08-08 | 1 | -0/+2 |
* | | libtwolame: fix stupid bug | Paul B Mahol | 2012-08-07 | 1 | -1/+1 |
* | | rename missed CodecID to AVCodecID | Michael Niedermayer | 2012-08-07 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-07 | 16 | -112/+112 |
|\| |
|
| * | x86: use 32-bit source registers with movd instruction | Mans Rullgard | 2012-08-07 | 3 | -11/+11 |
| * | x86: add colons after labels | Mans Rullgard | 2012-08-07 | 16 | -112/+112 |
* | | gifdec: return more meaningful error codes | Paul B Mahol | 2012-08-07 | 1 | -8/+8 |
* | | gifdec: remove redundant "gif: " from av_dlog() | Paul B Mahol | 2012-08-07 | 1 | -6/+6 |
* | | gifdec: pass avctx to av_log() | Paul B Mahol | 2012-08-07 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 392 | -1578/+1985 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 340 | -1083/+1083 |
| * | lavc: add AV prefix to codec ids. | Anton Khirnov | 2012-08-07 | 4 | -317/+695 |
* | | Merge commit 'f5d2c597e99af218b0d4d1cf9737c7e68ee934e4' | Michael Niedermayer | 2012-08-07 | 1 | -0/+7 |
|\| |
|
| * | mpc8: add a flush function | Justin Ruggles | 2012-08-06 | 1 | -0/+7 |
* | | pnmdec: make ff_pnm_decode_header() more robust | Michael Niedermayer | 2012-08-07 | 1 | -6/+8 |
* | | pnmdec: make pnm_get more robust | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
* | | mpeg12dec: move checks out of decode picture coding extension. | Michael Niedermayer | 2012-08-07 | 1 | -22/+26 |