aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-102-7/+5
|\
| * g723.1: fix addition overflowMans Rullgard2012-08-101-1/+1
| * g723.1: simplify and fix multiplication overflowMans Rullgard2012-08-101-2/+2
| * g723.1: deobfuscate an expressionMans Rullgard2012-08-101-2/+1
| * g723.1: remove unused #includesMans Rullgard2012-08-101-2/+0
| * doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-091-1/+1
* | mjpegdec: support AVRn interlacedMichael Niedermayer2012-08-101-3/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-102-21/+6
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-0934-125/+142
|\|
| * 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-091-36/+29
| * Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-093-1/+14
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-0922-22/+22
| * aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse2012-08-081-1/+1
* | dvbsub: reindent after last commit.Nicolas George2012-08-091-6/+5
* | dvbsub: fix encoding of termination packets.Nicolas George2012-08-091-11/+5
* | aasc: 8bit supportPaul B Mahol2012-08-091-0/+18
* | aasc: fix out of array writePaul B Mahol2012-08-091-4/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-095-2/+11
|\|
| * x86: pngdsp: Fix assembly for OS/2Dave Yeo2012-08-081-1/+1
| * 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
| * mpc8: do not leave padding after last frame in buffer for the next decode callKostya Shishkov2012-08-081-0/+2
| * mpegaudioenc: list supported channel layouts.Anton Khirnov2012-08-081-0/+5
| * mpegaudiodec: don't print an error on > 1 frame in a packet.Anton Khirnov2012-08-081-1/+0
| * api-example: update to new audio encoding API.Anton Khirnov2012-08-081-17/+120
* | lavc/old_codec_ids: Fix make checkheaders.jamal2012-08-081-0/+1
* | cavs: fix memleakMichael Niedermayer2012-08-081-0/+2
* | libtwolame: fix stupid bugPaul B Mahol2012-08-071-1/+1
* | rename missed CodecID to AVCodecIDMichael Niedermayer2012-08-072-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-0716-112/+112
|\|
| * x86: use 32-bit source registers with movd instructionMans Rullgard2012-08-073-11/+11
| * x86: add colons after labelsMans Rullgard2012-08-0716-112/+112
* | gifdec: return more meaningful error codesPaul B Mahol2012-08-071-8/+8
* | gifdec: remove redundant "gif: " from av_dlog()Paul B Mahol2012-08-071-6/+6
* | gifdec: pass avctx to av_log()Paul B Mahol2012-08-071-2/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07392-1578/+1985
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07340-1083/+1083
| * lavc: add AV prefix to codec ids.Anton Khirnov2012-08-074-317/+695
* | Merge commit 'f5d2c597e99af218b0d4d1cf9737c7e68ee934e4'Michael Niedermayer2012-08-071-0/+7
|\|
| * mpc8: add a flush functionJustin Ruggles2012-08-061-0/+7
* | pnmdec: make ff_pnm_decode_header() more robustMichael Niedermayer2012-08-071-6/+8
* | pnmdec: make pnm_get more robustMichael Niedermayer2012-08-071-3/+3
* | mpeg12dec: move checks out of decode picture coding extension.Michael Niedermayer2012-08-071-22/+26