| Commit message (Expand) | Author | Age | Files | Lines |
* | Split ra144.c in common code (to be shared with the future encoder) and | Francesco Lavra | 2010-06-11 | 1 | -1/+1 |
* | Pictor/PC Paint decoder | Peter Ross | 2010-06-08 | 1 | -0/+1 |
* | 10l, there is no aac.c any more, so no need for a dependency. | Reimar Döffinger | 2010-06-06 | 1 | -1/+1 |
* | aacdec also depends on cbrt_tables.h for hardcoded-tables. | Reimar Döffinger | 2010-06-06 | 1 | -1/+1 |
* | Rename aac.c to aacdec.c. | Alex Converse | 2010-06-05 | 1 | -1/+1 |
* | Move eval.c and eval.h from libavcodec to libavutil, and make the eval | Stefano Sabatini | 2010-06-05 | 1 | -1/+0 |
* | Add WebM muxer | James Zern | 2010-06-04 | 1 | -0/+2 |
* | VP8 encoding via libvpx. | James Zern | 2010-06-03 | 1 | -0/+1 |
* | VP8 parser | David Conrad | 2010-05-27 | 1 | -0/+1 |
* | VP8 decoding via libvpx. | James Zern | 2010-05-25 | 1 | -0/+1 |
* | Add a chomp BSF to consume zero padding at the end of a packet. | Alex Converse | 2010-05-19 | 1 | -0/+1 |
* | Add mpegaudiodec_float.o dependency on tables header with hardcoded tables | Måns Rullgård | 2010-05-13 | 1 | -0/+1 |
* | float based mp1/mp2/mp3 decoders. | Michael Niedermayer | 2010-05-11 | 1 | -0/+11 |
* | VP56: move vp56_edge_filter to new VP56DSPContext | Måns Rullgård | 2010-04-30 | 1 | -2/+2 |
* | Add acelp_filters.o as QCELP decoder object file. | Ronald S. Bultje | 2010-04-23 | 1 | -1/+2 |
* | DCA: break out lfe_interpolation_fir() inner loops to a function | Måns Rullgård | 2010-04-12 | 1 | -1/+1 |
* | Allow hardcoding of ulaw and alaw tables. | Reimar Döffinger | 2010-04-01 | 1 | -0/+1 |
* | Implement YOP demuxer and video decoder. | Mohamed Naufal | 2010-03-29 | 1 | -0/+1 |
* | Add support for hard-coding the 256kB large dv_vlc_map table. | Reimar Döffinger | 2010-03-21 | 1 | -0/+7 |
* | Move arch-specific makefile parts into $arch/Makefile | Måns Rullgård | 2010-03-16 | 1 | -129/+1 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -9/+13 |
* | 100L, revert r22560, already present | Baptiste Coudurier | 2010-03-15 | 1 | -1/+0 |
* | mpegts muxer now needs mpeg4audio code like adts muxer | Baptiste Coudurier | 2010-03-15 | 1 | -0/+1 |
* | Allow hard-coding of the 32kB cubic-root table for AAC. | Reimar Döffinger | 2010-03-14 | 1 | -0/+1 |
* | Allow hard-coding several QDM2 tables (about 32 kB size). | Reimar Döffinger | 2010-03-14 | 1 | -0/+1 |
* | Separate DWT from snow and dsputil | Måns Rullgård | 2010-03-14 | 1 | -1/+2 |
* | fix compilation with --disable-everything --enable-muxer=mpegts | Aurelien Jacobs | 2010-03-12 | 1 | -1/+1 |
* | fix compilation with --disable-everything --enable-decoder=twinvq | Aurelien Jacobs | 2010-03-12 | 1 | -1/+1 |
* | Replace $(G) with more generic $(M) in silent make rules | Måns Rullgård | 2010-03-10 | 1 | -3/+3 |
* | Prettify make output when generating headers | Måns Rullgård | 2010-03-09 | 1 | -3/+3 |
* | Kega Game Video (KGV1) decoder | Daniel Verkamp | 2010-03-09 | 1 | -0/+1 |
* | Skip mpegaudio3.h in checkheaders | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | Skip the tablegen fragments in checkheaders | Måns Rullgård | 2010-03-08 | 1 | -1/+2 |
* | Add TESTOBJS make variable for extra objects used by test apps | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | Add an HE-AAC v1 decoder. | Alex Converse | 2010-03-08 | 1 | -1/+1 |
* | Create a public API for FFT family of functions | Måns Rullgård | 2010-03-07 | 1 | -2/+2 |
* | Make lsp a separate configurable and select it from codecs needing it | Måns Rullgård | 2010-03-02 | 1 | -6/+6 |
* | Cosmetics: break all Makefile lines at 80 columns or less | Daniel Verkamp | 2010-02-23 | 1 | -22/+43 |
* | Fix iff demuxer dependencies | Daniel Verkamp | 2010-02-23 | 1 | -0/+1 |
* | Fix vc1 parser dependencies | Daniel Verkamp | 2010-02-23 | 1 | -1/+1 |
* | Fix h264 parser dependencies | Daniel Verkamp | 2010-02-23 | 1 | -0/+1 |
* | Fix mpeg4video parser dependencies | Daniel Verkamp | 2010-02-23 | 1 | -1/+1 |
* | Fix wmv2 encoder dependencies | Daniel Verkamp | 2010-02-23 | 1 | -1/+1 |
* | Fix gif encoder dependencies | Daniel Verkamp | 2010-02-23 | 1 | -1/+1 |
* | Fix snow encoder dependencies | Daniel Verkamp | 2010-02-23 | 1 | -1/+1 |
* | Fix svq1 encoder dependencies | Daniel Verkamp | 2010-02-23 | 1 | -1/+1 |
* | ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16 | Kostya Shishkov | 2010-02-22 | 1 | -0/+1 |
* | Fix compilation for --enable-version3 --enable-libopencore_amrwb (only). | Carl Eugen Hoyos | 2010-02-22 | 1 | -1/+1 |
* | AMR-NB floating-point based decoder. | Vitor Sessak | 2010-02-21 | 1 | -0/+4 |
* | Bink video decoder | Kostya Shishkov | 2010-02-21 | 1 | -0/+1 |