| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. | Diego Biurrun | 2007-09-13 | 1 | -1/+1 |
* | Monkey Audio decoder | Kostya Shishkov | 2007-09-13 | 1 | -0/+1 |
* | Add a bitstream filter for H.264. | Benoit Fouet | 2007-09-06 | 1 | -0/+1 |
* | Sort one more list alphabetically. | Diego Biurrun | 2007-09-05 | 1 | -1/+2 |
* | Move H.264 intra prediction functions into their own context | Kostya Shishkov | 2007-09-05 | 1 | -2/+2 |
* | cosmetics: Sort some lines, whitespace changes. | Diego Biurrun | 2007-08-30 | 1 | -41/+41 |
* | add simple_idct implemented in Sparc VIS | Denes Balatoni | 2007-08-30 | 1 | -0/+1 |
* | cosmetics: alphabetical order | Diego Biurrun | 2007-08-22 | 1 | -3/+3 |
* | make clean bfin | Marc Hoffman | 2007-08-22 | 1 | -0/+1 |
* | enable the native AC-3 decoder | Justin Ruggles | 2007-08-07 | 1 | -0/+1 |
* | First version of xsub decoder, not yet tested | Reimar Döffinger | 2007-08-05 | 1 | -0/+1 |
* | move dnxhd data tables to separate file | Baptiste Coudurier | 2007-08-04 | 1 | -1/+1 |
* | Rename h264dsp.c to h264dspenc.c | Panagiotis Issaris | 2007-07-28 | 1 | -1/+1 |
* | separate en/decoder specific parts from png.c | Måns Rullgård | 2007-07-15 | 1 | -2/+2 |
* | The mpegaudio parser depends on mpegaudiodata.o. | Aurelien Jacobs | 2007-07-14 | 1 | -1/+1 |
* | Allow selecting only the vp6f decoder. | Aurelien Jacobs | 2007-07-14 | 1 | -0/+2 |
* | The svq3 decoder depends on h264idct.o and also requires h264_parser. | Aurelien Jacobs | 2007-07-14 | 1 | -1/+1 |
* | split lcl.c into lcldec.c, lclenc.c, lcl.h | Måns Rullgård | 2007-07-12 | 1 | -3/+3 |
* | revert commit 9603 | Ivan Kalvachev | 2007-07-11 | 1 | -1/+0 |
* | Integrate reference mpeg IDCT into dsputil. | Ivan Kalvachev | 2007-07-11 | 1 | -0/+1 |
* | conditional compilation of ratecontrol.c | Aurelien Jacobs | 2007-07-11 | 1 | -18/+17 |
* | conditional compilation of motion_est.c | Aurelien Jacobs | 2007-07-11 | 1 | -19/+18 |
* | makes compilation of h263.o and mpegvideo_enc.o conditional | Aurelien Jacobs | 2007-07-10 | 1 | -24/+31 |
* | split rawvideo encoder and decoder in their own files | Aurelien Jacobs | 2007-07-09 | 1 | -0/+2 |
* | compile rangecoder.o only when needed | Aurelien Jacobs | 2007-07-09 | 1 | -5/+4 |
* | split decoder-specific parts into their own file | Stefan Gehrer | 2007-07-08 | 1 | -1/+1 |
* | split SVQ1 decoder and encoder in their own files | Aurelien Jacobs | 2007-07-06 | 1 | -2/+2 |
* | split mpeg12 encoder out of mpeg12.c | Aurelien Jacobs | 2007-07-05 | 1 | -1/+3 |
* | Description: split mpegvideo.c | Benoit Fouet | 2007-07-03 | 1 | -0/+1 |
* | QT RLE encoder | Alexis Ballier | 2007-07-02 | 1 | -0/+1 |
* | RoQ video encoder | Vitor Sessak | 2007-06-25 | 1 | -0/+1 |
* | replace TARGET_* with HAVE_* simplifying lists in configure script | Måns Rullgård | 2007-06-15 | 1 | -7/+7 |
* | replace TARGET_ARCH_* to ARCH_* for consistency | Måns Rullgård | 2007-06-15 | 1 | -10/+10 |
* | integrating MPV_common_init_bfin into the build system and mpegvideo.c | Marc Hoffman | 2007-06-12 | 1 | -0/+1 |
* | Use consistent names for all test programs. | Diego Biurrun | 2007-06-07 | 1 | -2/+2 |
* | Preprocessor #defines starting with __ are reserved for the system. | Diego Biurrun | 2007-06-07 | 1 | -1/+1 |
* | Add some forgotten lib prefixes to Makefile variables. | Diego Biurrun | 2007-06-06 | 1 | -2/+2 |
* | Give all wrappers for external libraries names starting with lib. | Diego Biurrun | 2007-06-06 | 1 | -8/+8 |
* | Split RoQ decoder to accommodate future encoder patch | Vitor Sessak | 2007-05-29 | 1 | -1/+1 |
* | Make the compilation of h264idct.c optional. | Panagiotis Issaris | 2007-05-23 | 1 | -2/+1 |
* | Remove mdct.o and fft.o from fft-test prerequisites list. | Diego Biurrun | 2007-05-22 | 1 | -1/+1 |
* | Only compile golomb.c when needed. | Panagiotis Issaris | 2007-05-21 | 1 | -14/+13 |
* | Fix compilation when the Sonic encoder and decoder were disabled and only the... | Panagiotis Issaris | 2007-05-21 | 1 | -1/+1 |
* | Only compile cabac.c when needed. | Panagiotis Issaris | 2007-05-21 | 1 | -3/+2 |
* | Split the h261.c file into separate files for the encoder, decoder and common... | Panagiotis Issaris | 2007-05-21 | 1 | -2/+2 |
* | Rename motion_test.c to motion-test.c, which is the naming scheme used by all | Diego Biurrun | 2007-05-21 | 1 | -1/+1 |
* | make compilation of mpegaudiodec conditional | Aurelien Jacobs | 2007-05-20 | 1 | -3/+6 |
* | remove dependency of mpeg audio encoder over mpeg audio decoder | Aurelien Jacobs | 2007-05-20 | 1 | -2/+2 |
* | loosen dependencies over mpegaudiodec | Aurelien Jacobs | 2007-05-20 | 1 | -2/+2 |
* | move mjpeg-b decoder in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -1/+1 |