aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-2311-29/+26
* pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov2013-02-233-4/+65
* libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle2013-02-231-1/+3
* qtrle: use AV_LOG_ERROR in an error message.Anton Khirnov2013-02-231-1/+1
* qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macroAnton Khirnov2013-02-231-6/+6
* qtrle: add more checks against pixel_ptr being negative.Anton Khirnov2013-02-231-0/+5
* cavs: initialize various context tables to 0Anton Khirnov2013-02-231-9/+9
* mlpdec: do not try to allocate a zero-sized output buffer.Anton Khirnov2013-02-231-0/+5
* flicvideo: avoid an infinite loop in byte run compressionAnton Khirnov2013-02-231-0/+5
* loco: check that there is data left after decoding a plane.Anton Khirnov2013-02-231-0/+30
* lagarith: avoid infinite loop in lag_rac_refill()Anton Khirnov2013-02-231-0/+3
* 4xm: check the return value of read_huffman_tables().Anton Khirnov2013-02-231-0/+4
* x86: h264: Don't use redzone in AVX h264_deblock on Win64Matt Wolenetz2013-02-211-0/+8
* dxva2: Add missing #define to make header compile standaloneDiego Biurrun2013-02-201-1/+1
* arm: vp8: Add missing #includes for header to compile standaloneDiego Biurrun2013-02-201-0/+4
* h264: Get rid of unnecessary castsMartin Storsjö2013-02-201-6/+6
* h264/svq3: Stop using draw_edgesRonald S. Bultje2013-02-193-44/+14
* h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-194-23/+21
* get_bits: Return pointer to buffer that is the result of the alignmentRonald S. Bultje2013-02-191-1/+2
* h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-198-53/+120
* h264chroma: Remove duplicate 9/10 bit functionsRonald S. Bultje2013-02-192-17/+7
* vp56: Remove clear_blocks call, and clear alpha plane U/V DC onlyRonald S. Bultje2013-02-191-2/+5
* x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-183-162/+189
* x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-181-1/+1
* svq3: unbreak decodingMatti Hamalainen2013-02-181-4/+6
* build: make audio_frame_queue a stand-alone componentLuca Barbato2013-02-171-14/+11
* build: The libopencore-amrnb encoder depends on audio_frame_queueDiego Biurrun2013-02-171-1/+1
* libopencore-amrwb: Make AMR-WB ifdeffery more preciseDiego Biurrun2013-02-171-2/+2
* libopencore-amr: Conditionally compile decoder and encoder bitsDiego Biurrun2013-02-171-1/+5
* libopencore-amrnb: cosmetics: Group all encoder-related code togetherDiego Biurrun2013-02-171-44/+44
* dsputil: convert remaining op_pixels_funcLuca Barbato2013-02-173-5/+5
* roqvideodec: check dimensions validityMichael Niedermayer2013-02-171-0/+7
* vqavideo: check chunk sizes before reading chunksMichael Niedermayer2013-02-171-0/+12
* qdm2: check array index before use, fix out of array accessesMichael Niedermayer2013-02-171-0/+5
* error_resilience: add required headers.Anton Khirnov2013-02-171-0/+5
* h264: deMpegEncContextizeAnton Khirnov2013-02-1534-1718/+2162
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-1512-62/+84
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-1515-335/+431
* svq3: remove a pointless if()Anton Khirnov2013-02-151-122/+120
* h264: remove a pointless if()Anton Khirnov2013-02-151-65/+63
* h264: simplify calls to ff_er_add_slice().Anton Khirnov2013-02-151-10/+8
* get_buffer(): do not initialize the data.Anton Khirnov2013-02-151-1/+0
* sparc: dsputil: Simplify high_bit_depth checksDiego Biurrun2013-02-151-5/+2
* h264idct: Replace duplicate scan8 table by appropriate #includeDiego Biurrun2013-02-151-19/+1
* dsputil: Move STRIDE_ALIGN macro to the only place it is usedDiego Biurrun2013-02-132-6/+7
* ws-snd1: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-19/+7
* wmavoice: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-13/+8
* wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles2013-02-123-6/+10
* wma: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-8/+5
* wmapro: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-14/+7