| Commit message (Expand) | Author | Age | Files | Lines |
* | proresenc: Don't free a buffer not owned by the codec | Martin Storsjö | 2012-09-04 | 1 | -3/+0 |
* | proresenc: Write the full value in one put_bits call | Martin Storsjö | 2012-09-04 | 1 | -2/+1 |
* | adpcmenc: Calculate the IMA_QT predictor without overflow | Michael Niedermayer | 2012-09-04 | 1 | -1/+1 |
* | x86: h264dsp: drop some unnecessary ifdefs around prototype declarations | Diego Biurrun | 2012-09-04 | 1 | -6/+0 |
* | mss12: merge decode_pixel() and decode_top_left_pixel() | Alberto Delmás | 2012-09-03 | 1 | -42/+21 |
* | mss12: reduce SliceContext size from 1067 to 164 KB | Alberto Delmás | 2012-09-03 | 4 | -37/+30 |
* | mss12: move SliceContexts out of the common context into the codec contexts | Alberto Delmás | 2012-09-03 | 4 | -46/+46 |
* | build: avcodec: order cosmetics | Diego Biurrun | 2012-09-03 | 1 | -2/+2 |
* | intrax8dsp: Add missing #include to make header standalone | Diego Biurrun | 2012-09-03 | 1 | -0/+2 |
* | Delete motion-test tool; it is of doubtful utility. | Diego Biurrun | 2012-09-03 | 2 | -150/+0 |
* | intrax8: move functions from dsputil to own context | Mans Rullgard | 2012-09-02 | 6 | -34/+62 |
* | MSS1 and MSS2: set final pixel format after common stuff has been initialised | Alberto Delmás | 2012-08-31 | 3 | -5/+10 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 16 | -216/+1461 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 14 | -81/+74 |
* | x86: Fix linking with some or all of yasm, mmx, optimizations disabled | Diego Biurrun | 2012-08-30 | 3 | -10/+25 |
* | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 6 | -14/+13 |
* | g723_1: add comfort noise generation | Kostya Shishkov | 2012-08-30 | 2 | -7/+225 |
* | utvideoenc: Switch to dsputils' median prediction | Michael Niedermayer | 2012-08-30 | 2 | -40/+29 |
* | utvideoenc: Avoid writing into the input picture | Michael Niedermayer | 2012-08-30 | 2 | -26/+42 |
* | lavc: add lossy/lossless codec properties. | Anton Khirnov | 2012-08-30 | 3 | -66/+309 |
* | Add reminders to update the codec descriptor list with new codec IDs. | Anton Khirnov | 2012-08-29 | 1 | -0/+3 |
* | x86: Always compile files with functions that are called unconditionally | Diego Biurrun | 2012-08-29 | 1 | -3/+3 |
* | x86: mpegvideoenc: fix linking with --disable-mmx | Diego Biurrun | 2012-08-29 | 1 | -3/+3 |
* | x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiation | Diego Biurrun | 2012-08-29 | 2 | -21/+26 |
* | testprogs: Remove unused includes | Martin Storsjö | 2012-08-29 | 1 | -2/+0 |
* | x86: avcodec: Drop silly "_mmx" suffixes from filenames | Diego Biurrun | 2012-08-28 | 11 | -9/+9 |
* | x86: avcodec: Drop silly "_sse" suffixes from filenames | Diego Biurrun | 2012-08-28 | 3 | -2/+2 |
* | utvideoenc: use ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 1 | -116/+4 |
* | huffman: add ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 3 | -62/+63 |
* | cllc: simplify/fix swapped data buffer allocation. | Reimar Döffinger | 2012-08-28 | 1 | -17/+13 |
* | h264: Check that the codec isn't null before accessing it | Martin Storsjö | 2012-08-28 | 1 | -1/+2 |
* | audio_frame_queue: Define af_queue_log_state before using it | Martin Storsjö | 2012-08-28 | 1 | -16/+16 |
* | vc1: export some functions | Kostya Shishkov | 2012-08-28 | 2 | -23/+33 |
* | Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static." | Mans Rullgard | 2012-08-27 | 2 | -18/+14 |
* | build: Restore dependency of acelp_filters.o on celp_math.o | Diego Biurrun | 2012-08-27 | 2 | -3/+4 |
* | celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() | Diego Biurrun | 2012-08-27 | 15 | -83/+77 |
* | celp_math: Move ff_cos() to the only place it is used | Diego Biurrun | 2012-08-27 | 4 | -35/+26 |
* | vp56: Don't use DECLARE_ALIGN on a typedef name | Derek Buitenhuis | 2012-08-27 | 1 | -2/+2 |
* | mss1: move code that will be reused by MSS2 decoder into separate file | Kostya Shishkov | 2012-08-27 | 4 | -596/+691 |
* | mss1: merge decode_intra() and decode_inter() | Kostya Shishkov | 2012-08-27 | 1 | -50/+14 |
* | huffyuv: update to current coding style | Luca Barbato | 2012-08-27 | 1 | -521/+576 |
* | huffman: update to current coding style | Luca Barbato | 2012-08-27 | 1 | -21/+26 |
* | build: fft: x86: Drop unused YASM-OBJS-FFT- variable | Diego Biurrun | 2012-08-27 | 1 | -2/+1 |
* | audio_frame_queue: Clean up ff_af_queue_log_state debug function | Diego Biurrun | 2012-08-26 | 2 | -17/+10 |
* | dwt: Remove unused code. | Diego Biurrun | 2012-08-26 | 2 | -172/+1 |
* | cavs: convert cavsdata.h to a .c file | Mans Rullgard | 2012-08-26 | 3 | -2/+63 |
* | cavs: Move inline functions only used in one file out of the header | Diego Biurrun | 2012-08-26 | 3 | -48/+48 |
* | cavs: Move data tables used in only one place to that file | Diego Biurrun | 2012-08-26 | 4 | -479/+467 |
* | x86: fft: remove unused fft_dispatch* functions | Mans Rullgard | 2012-08-25 | 1 | -8/+0 |
* | cllc: Pad swapped buffer | Derek Buitenhuis | 2012-08-24 | 1 | -1/+6 |