summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* qdm2: clip array indices returned by qdm2_get_vlc().Ronald S. Bultje2012-05-071-5/+13
* avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles2012-05-071-1/+0
* avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles2012-05-071-1/+4
* avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles2012-05-071-3/+3
* avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles2012-05-071-68/+2
* libschroedinger: Switch to function names more in line with Libav style.Diego Biurrun2012-05-073-12/+12
* Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun2012-05-077-247/+180
* h264: Remove a commented-out function pointer typedef.Diego Biurrun2012-05-071-1/+0
* txd: Remove write-only variable in txd_decode_frame().Diego Biurrun2012-05-071-3/+2
* mmvideo.c: Remove unused variable in mm_decode_pal().Diego Biurrun2012-05-071-2/+1
* build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-071-1/+2
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-5/+26
* libschroedinger: Move a function to avoid a forward declaration.Diego Biurrun2012-05-071-7/+4
* pthread: warn on high thread countsSean McGovern2012-05-071-0/+5
* lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-073-1/+21
* zerocodec: check if the previous frame is missingPaul B Mahol2012-05-061-0/+4
* dfa: use more meaningful return codesKostya Shishkov2012-05-061-27/+27
* eatgv: check vector_bitsMichael Niedermayer2012-05-061-0/+6
* eatgv: check motion vectorsKostya Shishkov2012-05-061-6/+8
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-061-1/+2
* dvdec: drop const qualifier from variable to eliminate a warningDiego Biurrun2012-05-061-1/+1
* avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.Robert Nagy2012-05-061-1/+1
* lagarith: make offset array type unsignedKostya Shishkov2012-05-061-1/+1
* dfa: add some checks to ensure that decoder won't write past frame endKostya Shishkov2012-05-061-1/+7
* aacps: NEON optimisationsMans Rullgard2012-05-055-2/+337
* aacps: align some arraysMans Rullgard2012-05-056-37/+41
* aacps: move some loops to function pointersMans Rullgard2012-05-055-161/+331
* WMAL: Shift output samples by the specified number of padding zeroes.Jakub Stachowski2012-05-051-2/+2
* WMAL: Restore removed code in mclms_predict()Mashiat Sarker Shakkhar2012-05-051-0/+2
* png: check bit depth for PAL8/Y400A pixel formats.Ronald S. Bultje2012-05-041-2/+4
* celp filters: Do not read earlier than the start of the 'out' vector.Alex Converse2012-05-041-3/+1
* vqavideo: return error if image size is not a multiple of block sizeMans Rullgard2012-05-031-0/+6
* mpeg12: fixed parsing in some mpeg2 streamsHendrik Leppkes2012-05-031-0/+1
* Add SMPTE240M transfer characteristics flag.Hendrik Leppkes2012-05-031-0/+1
* motionpixels: Clip YUV values after applying a gradient.Alex Converse2012-05-021-0/+6
* jpeg: handle progressive in second field of interlaced.Ronald S. Bultje2012-05-021-3/+2
* ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.Michael Niedermayer2012-05-021-0/+16
* h263: more strictly forbid frame size changes with frame-mt.Ronald S. Bultje2012-05-021-5/+7
* h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-022-2/+5
* tta: prevents overflows for 32bit integers in header.Ronald S. Bultje2012-05-021-3/+5
* vp8: update frame size changes on thread context switches.Ronald S. Bultje2012-05-021-0/+2
* snowdsp: explicitily state instruction size.Ronald S. Bultje2012-05-021-2/+2
* wmall: fix reconstructing audio with uncoded channelsKostya Shishkov2012-05-021-3/+3
* WMAL cosmetics: fix indentationMashiat Sarker Shakkhar2012-05-021-1/+1
* indeo3: fix motion vector validationHendrik Leppkes2012-05-011-2/+2
* pcm_bluray: set bits_per_raw_sample for > 16-bitHendrik Leppkes2012-05-011-0/+1
* twinvq: fix out of bounds array accessMans Rullgard2012-05-011-2/+4
* WMAL: do not output last frame again if nothing was decoded in current packetJakub Stachowski2012-05-011-0/+2
* WMAL: do not start decoding if frame does not end in current packetMashiat Sarker Shakkhar2012-05-011-2/+2
* adpcm-thp: fix invalid array indexingMans Rullgard2012-05-011-4/+6
OpenPOWER on IntegriCloud