summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* av_memcpy_backptr: avoid an infinite loop for back = 0Anton 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
* doc: filters: Correct BNF FILTER descriptionVicente Jimenez Aguilar2013-02-20
* intreadwrite: tomi: Add missing attributes.h #include for av_always_inlineDiego Biurrun2013-02-20
* build: Ensure that output directories for header objects are createdDiego 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
* h264chroma: Remove duplicate 9/10 bit functionsRonald S. Bultje2013-02-19
* x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje2013-02-19
* vp56: Remove clear_blocks call, and clear alpha plane U/V DC onlyRonald S. Bultje2013-02-19
* x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-18
* x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-18
* doc: Fix some obsolete references to av* tools as ff* toolsVicente Jimenez Aguilar2013-02-18
* svq3: unbreak decodingMatti Hamalainen2013-02-18
* build: make audio_frame_queue a stand-alone componentLuca Barbato2013-02-17
* build: The libopencore-amrnb encoder depends on audio_frame_queueDiego Biurrun2013-02-17
* libopencore-amrwb: Make AMR-WB ifdeffery more preciseDiego Biurrun2013-02-17
* libopencore-amr: Conditionally compile decoder and encoder bitsDiego Biurrun2013-02-17
* libopencore-amrnb: cosmetics: Group all encoder-related code togetherDiego Biurrun2013-02-17
* dsputil: convert remaining op_pixels_funcLuca Barbato2013-02-17
* roqvideodec: check dimensions validityMichael Niedermayer2013-02-17
* vqavideo: check chunk sizes before reading chunksMichael Niedermayer2013-02-17
* qdm2: check array index before use, fix out of array accessesMichael Niedermayer2013-02-17
* error_resilience: add required headers.Anton Khirnov2013-02-17
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-15
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* svq3: remove a pointless if()Anton Khirnov2013-02-15
* h264: remove a pointless if()Anton Khirnov2013-02-15
* h264: simplify calls to ff_er_add_slice().Anton Khirnov2013-02-15
* get_buffer(): do not initialize the data.Anton Khirnov2013-02-15
* vf_yadif: fix out-of line readsAnton Khirnov2013-02-15
* vf_yadif: factorize initializing the filtering callbacksAnton Khirnov2013-02-15
* sparc: dsputil: Simplify high_bit_depth checksDiego Biurrun2013-02-15
* h264idct: Replace duplicate scan8 table by appropriate #includeDiego Biurrun2013-02-15
* avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun2013-02-14
* configure: Move MinGW CPPFLAGS setting to libc section, where it belongsDiego Biurrun2013-02-14
* avutil: Move emms code to x86-specific headerDiego Biurrun2013-02-14
* doc/platform: Fix 10l typoDerek Buitenhuis2013-02-13
* dsputil: Move STRIDE_ALIGN macro to the only place it is usedDiego Biurrun2013-02-13
* lavr: fix mixing matrix reduction when normalization is disabledJustin Ruggles2013-02-12
* lavr: fix matrix reduction for upmixing in certain casesJustin Ruggles2013-02-12
* lavr: cosmetics: reindentJustin Ruggles2013-02-12
* lavr: make sure that the mix function is reset even if no mixing will be doneJustin Ruggles2013-02-12