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