| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 121 | -120/+5 |
* | Fix a number of incorrect intmath.h #includes. | Diego Biurrun | 2013-02-26 | 5 | -5/+4 |
* | libschroedinger: cosmetics: rename variable avccontext to avctx | Justin Ruggles | 2013-02-25 | 4 | -96/+92 |
* | vorbisenc: cosmetics: rename variable avccontext to avctx | Justin Ruggles | 2013-02-25 | 1 | -30/+30 |
* | vorbisdec: cosmetics: rename variable avccontext to avctx | Justin Ruggles | 2013-02-25 | 3 | -76/+73 |
* | vorbisdec: Accept 0 amplitude_bits | Luca Barbato | 2013-02-25 | 1 | -7/+3 |
* | vorbisdec: Add missing checks | Luca Barbato | 2013-02-25 | 1 | -0/+10 |
* | vorbisdec: cosmetics | Luca Barbato | 2013-02-25 | 1 | -2/+2 |
* | vorbisdec: Error on bark_map_size equal to 0. | Michael Niedermayer | 2013-02-25 | 1 | -0/+5 |
* | dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation | Diego Biurrun | 2013-02-24 | 1 | -0/+1 |
* | ac3dec: validate channel output mode against channel count | Justin Ruggles | 2013-02-23 | 1 | -6/+8 |
* | Remove pointless av_cold attributes in header files | Diego Biurrun | 2013-02-23 | 11 | -29/+26 |
* | pnm: add high-bitdepth PGMYUV support for both encoder and decoder | Kostya Shishkov | 2013-02-23 | 3 | -4/+65 |
* | libx264: change i_qfactor to use x264cli's default | John Van Sickle | 2013-02-23 | 1 | -1/+3 |
* | qtrle: use AV_LOG_ERROR in an error message. | Anton Khirnov | 2013-02-23 | 1 | -1/+1 |
* | qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macro | Anton Khirnov | 2013-02-23 | 1 | -6/+6 |
* | qtrle: add more checks against pixel_ptr being negative. | Anton Khirnov | 2013-02-23 | 1 | -0/+5 |
* | cavs: initialize various context tables to 0 | Anton Khirnov | 2013-02-23 | 1 | -9/+9 |
* | mlpdec: do not try to allocate a zero-sized output buffer. | Anton Khirnov | 2013-02-23 | 1 | -0/+5 |
* | flicvideo: avoid an infinite loop in byte run compression | Anton Khirnov | 2013-02-23 | 1 | -0/+5 |
* | loco: check that there is data left after decoding a plane. | Anton Khirnov | 2013-02-23 | 1 | -0/+30 |
* | lagarith: avoid infinite loop in lag_rac_refill() | Anton Khirnov | 2013-02-23 | 1 | -0/+3 |
* | 4xm: check the return value of read_huffman_tables(). | Anton Khirnov | 2013-02-23 | 1 | -0/+4 |
* | x86: h264: Don't use redzone in AVX h264_deblock on Win64 | Matt Wolenetz | 2013-02-21 | 1 | -0/+8 |
* | dxva2: Add missing #define to make header compile standalone | Diego Biurrun | 2013-02-20 | 1 | -1/+1 |
* | arm: vp8: Add missing #includes for header to compile standalone | Diego Biurrun | 2013-02-20 | 1 | -0/+4 |
* | h264: Get rid of unnecessary casts | Martin Storsjö | 2013-02-20 | 1 | -6/+6 |
* | h264/svq3: Stop using draw_edges | Ronald S. Bultje | 2013-02-19 | 3 | -44/+14 |
* | h264: Don't store intra pcm samples in h->mb | Ronald S. Bultje | 2013-02-19 | 4 | -23/+21 |
* | get_bits: Return pointer to buffer that is the result of the alignment | Ronald S. Bultje | 2013-02-19 | 1 | -1/+2 |
* | h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil | Ronald S. Bultje | 2013-02-19 | 8 | -53/+120 |
* | h264chroma: Remove duplicate 9/10 bit functions | Ronald S. Bultje | 2013-02-19 | 2 | -17/+7 |
* | vp56: Remove clear_blocks call, and clear alpha plane U/V DC only | Ronald S. Bultje | 2013-02-19 | 1 | -2/+5 |
* | x86: dsputil: Fix h263 loop filter link error in some configurations | Daniel Kang | 2013-02-18 | 3 | -162/+189 |
* | x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size param | Daniel Kang | 2013-02-18 | 1 | -1/+1 |
* | svq3: unbreak decoding | Matti Hamalainen | 2013-02-18 | 1 | -4/+6 |
* | build: make audio_frame_queue a stand-alone component | Luca Barbato | 2013-02-17 | 1 | -14/+11 |
* | build: The libopencore-amrnb encoder depends on audio_frame_queue | Diego Biurrun | 2013-02-17 | 1 | -1/+1 |
* | libopencore-amrwb: Make AMR-WB ifdeffery more precise | Diego Biurrun | 2013-02-17 | 1 | -2/+2 |
* | libopencore-amr: Conditionally compile decoder and encoder bits | Diego Biurrun | 2013-02-17 | 1 | -1/+5 |
* | libopencore-amrnb: cosmetics: Group all encoder-related code together | Diego Biurrun | 2013-02-17 | 1 | -44/+44 |
* | dsputil: convert remaining op_pixels_func | Luca Barbato | 2013-02-17 | 3 | -5/+5 |
* | roqvideodec: check dimensions validity | Michael Niedermayer | 2013-02-17 | 1 | -0/+7 |
* | vqavideo: check chunk sizes before reading chunks | Michael Niedermayer | 2013-02-17 | 1 | -0/+12 |
* | qdm2: check array index before use, fix out of array accesses | Michael Niedermayer | 2013-02-17 | 1 | -0/+5 |
* | error_resilience: add required headers. | Anton Khirnov | 2013-02-17 | 1 | -0/+5 |
* | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 34 | -1718/+2162 |
* | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 12 | -62/+84 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 15 | -335/+431 |
* | svq3: remove a pointless if() | Anton Khirnov | 2013-02-15 | 1 | -122/+120 |