summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-06
* avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatchDiego Biurrun2013-03-06
* shorten: use the unsigned type where neededLuca Barbato2013-03-06
* shorten: report meaningful errorsLuca Barbato2013-03-06
* shorten: K&R formatting cosmeticsLuca Barbato2013-03-06
* shorten: set invalid channels count to 0Michael Niedermayer2013-03-06
* vorbisdec: check memory allocationsLuca Barbato2013-03-06
* h264: check for luma and chroma bit dept being equalLuca Barbato2013-03-05
* hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-05
* h264: set ref_count to 0 for intra slices.Anton Khirnov2013-03-02
* h264: on reference overflow, reset the reference count to 0, not 1.Anton Khirnov2013-03-02
* h264: do not copy ref count/ref2frm when updating per-frame contextAnton Khirnov2013-03-02
* Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-28
* lls: move to the private namespaceLuca Barbato2013-02-28
* pnm: Use av_pix_fmt_desc_get instead of accessing the array directlyMartin Storsjö2013-02-28
* x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-26
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-26
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-26
* x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-27
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-26
* libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-25
* vorbisenc: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-25
* vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-25
* vorbisdec: Accept 0 amplitude_bitsLuca Barbato2013-02-25
* vorbisdec: Add missing checksLuca Barbato2013-02-25
* vorbisdec: cosmeticsLuca Barbato2013-02-25
* vorbisdec: Error on bark_map_size equal to 0.Michael Niedermayer2013-02-25
* dsputil_alpha.h: Add missing stddef.h header to fix standalone compilationDiego Biurrun2013-02-24
* ac3dec: validate channel output mode against channel countJustin Ruggles2013-02-23
* Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-23
* pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov2013-02-23
* libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle2013-02-23
* qtrle: use AV_LOG_ERROR in an error message.Anton Khirnov2013-02-23
* qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macroAnton Khirnov2013-02-23
* qtrle: add more checks against pixel_ptr being negative.Anton Khirnov2013-02-23
* cavs: initialize various context tables to 0Anton Khirnov2013-02-23
* mlpdec: do not try to allocate a zero-sized output buffer.Anton Khirnov2013-02-23
* flicvideo: avoid an infinite loop in byte run compressionAnton Khirnov2013-02-23
* loco: check that there is data left after decoding a plane.Anton Khirnov2013-02-23
* lagarith: avoid infinite loop in lag_rac_refill()Anton Khirnov2013-02-23
* 4xm: check the return value of read_huffman_tables().Anton Khirnov2013-02-23
* x86: h264: Don't use redzone in AVX h264_deblock on Win64Matt Wolenetz2013-02-21
* dxva2: Add missing #define to make header compile standaloneDiego Biurrun2013-02-20
* arm: vp8: Add missing #includes for header to compile standaloneDiego Biurrun2013-02-20
* h264: Get rid of unnecessary castsMartin Storsjö2013-02-20
* h264/svq3: Stop using draw_edgesRonald S. Bultje2013-02-19
* h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-19
* get_bits: Return pointer to buffer that is the result of the alignmentRonald S. Bultje2013-02-19
* h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-19