aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+0
* Fix the dependencies of the RTP muxerMartin Storsjö2010-09-031-1/+1
* enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer2010-08-231-0/+2
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-071-1/+2
* Add a CONFIG_ variable for generic Huffman routines.Diego Biurrun2010-08-061-2/+3
* VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser2010-08-041-3/+3
* Fix VP8 decoder dependenciesMartin Storsjö2010-08-041-1/+1
* The VP8 decoder does not depend on cabac.o.Diego Biurrun2010-08-021-1/+1
* The VP8 decoder does not depend on vp56.o and vp56data.o.Diego Biurrun2010-08-021-2/+1
* Remove redundant h264pred.o from VP8 objects list.Diego Biurrun2010-08-021-1/+1
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-271-0/+1
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-261-1/+1
* Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò2010-07-211-0/+6
* ASCII/ANSI art decoderPeter Ross2010-07-181-0/+1
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-121-3/+5
* Add native GSM 06.10 audio decoder.Reimar Döffinger2010-07-101-0/+2
* Allow using libxvid RC without enabling encoding wrapperMåns Rullgård2010-07-091-1/+1
* Fix build with hardcoded tablesMåns Rullgård2010-07-041-1/+6
* tablegen: the executable depends on tablegen headers as wellDiego Pettenò2010-07-021-2/+2
* fix dependencies of vp5 and vp6 decoders after r23915Aurelien Jacobs2010-07-011-2/+2
* renormalize VP5/6/7/8 range coder without loopStefan Gehrer2010-06-301-1/+1
* Fix libvorbis encoding with more than 2 channelsJames Darnley2010-06-271-1/+1
* Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.Alex Converse2010-06-231-1/+1
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-231-0/+1
* Remove OS/2 threads supportMåns Rullgård2010-06-231-1/+0
* Remove beosthreads supportMåns Rullgård2010-06-221-1/+0
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-221-2/+2
* Native VP8 decoder.David Conrad2010-06-221-0/+2
* Remove libfaad wrapperMåns Rullgård2010-06-201-1/+0
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-191-1/+2
* MPEG-2 DXVA2 implementationLaurent Aimar2010-06-181-0/+1
* RealAudio 14.4k encoder.Francesco Lavra2010-06-111-0/+1
* Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra2010-06-111-1/+1
* Pictor/PC Paint decoderPeter Ross2010-06-081-0/+1
* 10l, there is no aac.c any more, so no need for a dependency.Reimar Döffinger2010-06-061-1/+1
* aacdec also depends on cbrt_tables.h for hardcoded-tables.Reimar Döffinger2010-06-061-1/+1
* Rename aac.c to aacdec.c.Alex Converse2010-06-051-1/+1
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-051-1/+0
* Add WebM muxerJames Zern2010-06-041-0/+2
* VP8 encoding via libvpx.James Zern2010-06-031-0/+1
* VP8 parserDavid Conrad2010-05-271-0/+1
* VP8 decoding via libvpx.James Zern2010-05-251-0/+1
* Add a chomp BSF to consume zero padding at the end of a packet.Alex Converse2010-05-191-0/+1
* Add mpegaudiodec_float.o dependency on tables header with hardcoded tablesMåns Rullgård2010-05-131-0/+1
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-111-0/+11
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-301-2/+2
* Add acelp_filters.o as QCELP decoder object file.Ronald S. Bultje2010-04-231-1/+2
* DCA: break out lfe_interpolation_fir() inner loops to a functionMåns Rullgård2010-04-121-1/+1
* Allow hardcoding of ulaw and alaw tables.Reimar Döffinger2010-04-011-0/+1
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-291-0/+1