summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avconv: pass libavresample options to AVFilterGraphJustin Ruggles2013-02-23
* lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
* ac3dec: validate channel output mode against channel countJustin Ruggles2013-02-23
* configure: Fix vaapi/vda/vdpau dependency declarationsDiego Biurrun2013-02-23
* configure: Refactor dxva2api.h dependency declarationsDiego Biurrun2013-02-23
* build: Add proper infrastructure for adding and checking host CPPFLAGSDiego Biurrun2013-02-23
* configure: Simplify VDPAU header checkDiego Biurrun2013-02-23
* configure: Simplify VDA header and extralibs checkDiego Biurrun2013-02-23
* configure: Do not redundantly list enabled hwaccel libsMans Rullgard2013-02-23
* configure: Add print_3_columns helper function and use where appropriateDiego Biurrun2013-02-23
* doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun2013-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
* mov: use the format context for logging.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
* 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