summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-07
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-07
* libschroedinger: Move a function to avoid a forward declaration.Diego Biurrun2012-05-07
* pthread: warn on high thread countsSean McGovern2012-05-07
* lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-07
* zerocodec: check if the previous frame is missingPaul B Mahol2012-05-06
* dfa: use more meaningful return codesKostya Shishkov2012-05-06
* eatgv: check vector_bitsMichael Niedermayer2012-05-06
* eatgv: check motion vectorsKostya Shishkov2012-05-06
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-06
* dvdec: drop const qualifier from variable to eliminate a warningDiego Biurrun2012-05-06
* avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.Robert Nagy2012-05-06
* lagarith: make offset array type unsignedKostya Shishkov2012-05-06
* dfa: add some checks to ensure that decoder won't write past frame endKostya Shishkov2012-05-06
* aacps: NEON optimisationsMans Rullgard2012-05-05
* aacps: align some arraysMans Rullgard2012-05-05
* aacps: move some loops to function pointersMans Rullgard2012-05-05
* WMAL: Shift output samples by the specified number of padding zeroes.Jakub Stachowski2012-05-05
* WMAL: Restore removed code in mclms_predict()Mashiat Sarker Shakkhar2012-05-05
* png: check bit depth for PAL8/Y400A pixel formats.Ronald S. Bultje2012-05-04
* celp filters: Do not read earlier than the start of the 'out' vector.Alex Converse2012-05-04
* vqavideo: return error if image size is not a multiple of block sizeMans Rullgard2012-05-03
* mpeg12: fixed parsing in some mpeg2 streamsHendrik Leppkes2012-05-03
* Add SMPTE240M transfer characteristics flag.Hendrik Leppkes2012-05-03
* motionpixels: Clip YUV values after applying a gradient.Alex Converse2012-05-02
* jpeg: handle progressive in second field of interlaced.Ronald S. Bultje2012-05-02
* ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.Michael Niedermayer2012-05-02
* h263: more strictly forbid frame size changes with frame-mt.Ronald S. Bultje2012-05-02
* h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-02
* tta: prevents overflows for 32bit integers in header.Ronald S. Bultje2012-05-02
* vp8: update frame size changes on thread context switches.Ronald S. Bultje2012-05-02
* snowdsp: explicitily state instruction size.Ronald S. Bultje2012-05-02
* wmall: fix reconstructing audio with uncoded channelsKostya Shishkov2012-05-02
* WMAL cosmetics: fix indentationMashiat Sarker Shakkhar2012-05-02
* indeo3: fix motion vector validationHendrik Leppkes2012-05-01
* pcm_bluray: set bits_per_raw_sample for > 16-bitHendrik Leppkes2012-05-01
* twinvq: fix out of bounds array accessMans Rullgard2012-05-01
* WMAL: do not output last frame again if nothing was decoded in current packetJakub Stachowski2012-05-01
* WMAL: do not start decoding if frame does not end in current packetMashiat Sarker Shakkhar2012-05-01
* adpcm-thp: fix invalid array indexingMans Rullgard2012-05-01
* ppc: add const where needed in scalarproduct_int16_altivec()Mans Rullgard2012-05-01
* ppc: remove shift parameter from scalarproduct_int16_altivec()Mans Rullgard2012-05-01
* ppc: dsputil: do unaligned block accesses correctlyMans Rullgard2012-05-01
* dvenc: do not call dsputil functions with stride not a multiple of 16Mans Rullgard2012-05-01
* avcodec: introduce YCoCg colorspaceHendrik Leppkes2012-04-29
* avcodec: cosmetic cleanup on headerLuca Barbato2012-04-29
* aac sbr: align struct member by 32 byte.Ronald S. Bultje2012-04-29
* 4xm: fix invalid array indexingMans Rullgard2012-04-29
* rv34dsp: factorize a multiplication in the noround inverse transformChristophe GISQUET2012-04-28
* rv40: perform bitwise checks in loop filterChristophe Gisquet2012-04-28