| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+0 |
* | Fix the dependencies of the RTP muxer | Martin Storsjö | 2010-09-03 | 1 | -1/+1 |
* | enabling codec and muxer by registering it in allcodec.c and allformat.c and ... | Tobias Bindhammer | 2010-08-23 | 1 | -0/+2 |
* | Split h264dsp and h264pred in configure. | Jason Garrett-Glaser | 2010-08-07 | 1 | -1/+2 |
* | Add a CONFIG_ variable for generic Huffman routines. | Diego Biurrun | 2010-08-06 | 1 | -2/+3 |
* | VP5/6/8: eliminate CABAC dependency | Jason Garrett-Glaser | 2010-08-04 | 1 | -3/+3 |
* | Fix VP8 decoder dependencies | Martin Storsjö | 2010-08-04 | 1 | -1/+1 |
* | The VP8 decoder does not depend on cabac.o. | Diego Biurrun | 2010-08-02 | 1 | -1/+1 |
* | The VP8 decoder does not depend on vp56.o and vp56data.o. | Diego Biurrun | 2010-08-02 | 1 | -2/+1 |
* | Remove redundant h264pred.o from VP8 objects list. | Diego Biurrun | 2010-08-02 | 1 | -1/+1 |
* | add Chinese AVS encoding via external library libxavs | Stefan Gehrer | 2010-07-27 | 1 | -0/+1 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 1 | -1/+1 |
* | Make ff_inverse stay with libavutil, and optional copy it to libavcodec. | Diego Pettenò | 2010-07-21 | 1 | -0/+6 |
* | ASCII/ANSI art decoder | Peter Ross | 2010-07-18 | 1 | -0/+1 |
* | Split the ADTS header decoder off of the ADTS parser. | Alex Converse | 2010-07-12 | 1 | -3/+5 |
* | Add native GSM 06.10 audio decoder. | Reimar Döffinger | 2010-07-10 | 1 | -0/+2 |
* | Allow using libxvid RC without enabling encoding wrapper | Måns Rullgård | 2010-07-09 | 1 | -1/+1 |
* | Fix build with hardcoded tables | Måns Rullgård | 2010-07-04 | 1 | -1/+6 |
* | tablegen: the executable depends on tablegen headers as well | Diego Pettenò | 2010-07-02 | 1 | -2/+2 |
* | fix dependencies of vp5 and vp6 decoders after r23915 | Aurelien Jacobs | 2010-07-01 | 1 | -2/+2 |
* | renormalize VP5/6/7/8 range coder without loop | Stefan Gehrer | 2010-06-30 | 1 | -1/+1 |
* | Fix libvorbis encoding with more than 2 channels | James Darnley | 2010-06-27 | 1 | -1/+1 |
* | Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. | Alex Converse | 2010-06-23 | 1 | -1/+1 |
* | aactab: Tablegenify ff_aac_pow2sf_tab. | Alex Converse | 2010-06-23 | 1 | -0/+1 |
* | Remove OS/2 threads support | Måns Rullgård | 2010-06-23 | 1 | -1/+0 |
* | Remove beosthreads support | Måns Rullgård | 2010-06-22 | 1 | -1/+0 |
* | Move Parametric Stereo related ps* files to aacps*. | Alex Converse | 2010-06-22 | 1 | -2/+2 |
* | Native VP8 decoder. | David Conrad | 2010-06-22 | 1 | -0/+2 |
* | Remove libfaad wrapper | Måns Rullgård | 2010-06-20 | 1 | -1/+0 |
* | Add HE-AAC v2 support to the AAC decoder. | Alex Converse | 2010-06-19 | 1 | -1/+2 |
* | MPEG-2 DXVA2 implementation | Laurent Aimar | 2010-06-18 | 1 | -0/+1 |
* | RealAudio 14.4k encoder. | Francesco Lavra | 2010-06-11 | 1 | -0/+1 |
* | 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 |