summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move sine windows to a separate fileMans Rullgard2011-03-201-2/+3
* Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-191-3/+3
* Remove Sonic experimental audio codecMans Rullgard2011-03-191-3/+0
* Bitmap Brothers JV video decoderPeter Ross2011-03-141-0/+1
* Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-121-4/+3
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-101-2/+4
* Xan4 decoderKostya Shishkov2011-02-071-1/+1
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-0/+1
* Remove H.264 encoder fragmentsAlex Converse2011-01-221-1/+0
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-081-0/+1
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-041-1/+2
* Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles2011-01-031-1/+1
* add SubRip decoderAurelien Jacobs2010-12-281-0/+1
* Makefile: Fix dependencies of componentsMartin Storsjö2010-12-221-2/+6
* Fix more matroska/webm muxer dependenciesMartin Storsjö2010-12-211-2/+4
* AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje2010-12-181-0/+4
* Add a FLAC parser.Michael Chinen2010-12-071-0/+1
* Order matters, fix test files linking.Stefano Sabatini2010-11-191-1/+1
* add ASS encoder and decoderAurelien Jacobs2010-11-131-0/+2
* MJPEG/AVI1 to JPEG/JFIF bitstream filter.Nicolas George2010-11-111-0/+1
* Add single stream LATM/LOAS decoderJanne Grunau2010-11-021-0/+1
* Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger2010-10-021-2/+2
* Add a G.722 encoderMartin Storsjö2010-09-231-0/+1
* Add R10k decoder.Zhou Zongyi2010-09-131-0/+1
* Add G.722 ADPCM audio decoderMartin Storsjö2010-09-091-0/+1
* 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