summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* lavc: remove "legacy" mpegvideo decoder.Anton Khirnov2011-10-271-2/+0
* avcodec: remove the Zork PCM encoder.Justin Ruggles2011-10-261-1/+0
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-231-2/+2
* libspeexenc: add libspeex encoderJustin Ruggles2011-10-201-0/+1
* Only test-compile w32pthreads.h if W32THREADS are available.Diego Biurrun2011-10-201-0/+1
* Ut Video decoderKostya Shishkov2011-10-191-0/+1
* w32threads: support for frame multithreadingSteven Walters2011-10-161-1/+1
* rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-121-2/+2
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-111-1/+1
* Apple ProRes decoderMaxim Poliakovski2011-09-221-0/+1
* adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles2011-09-121-20/+20
* Add LATM muxerKieran Kunhya2011-09-071-0/+1
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-171-0/+2
* bink: make IDCT take 32-bit inputKostya Shishkov2011-07-271-1/+1
* add Flash Screen Video 2 decoderKostya Shishkov2011-07-221-0/+1
* Remove snow/dwt test programMans Rullgard2011-07-201-1/+1
* eac3enc: use frame exponent strategy when applicable.Justin Ruggles2011-07-191-1/+1
* cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will alsoJustin Ruggles2011-07-191-1/+1
* mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov2011-07-081-0/+1
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-281-2/+2
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-251-2/+0
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-131-4/+5
* rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-06-101-1/+1
* Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles2011-06-071-1/+2
* Skip tableprint.h during 'make checkheaders'.Diego Biurrun2011-06-051-2/+5
* Skip generated table headers during 'make checkheaders'.Diego Biurrun2011-06-051-2/+3
* Fix build of eval-test programMans Rullgard2011-06-051-1/+1
* Skip headers not designed to work standalone during 'make checkheaders'.Diego Biurrun2011-06-041-1/+2
* ac3enc: add support for E-AC-3 encoding.Justin Ruggles2011-05-271-0/+1
* lavc: remove msmpeg4v1 encoder.Anton Khirnov2011-05-241-2/+0
* Rename costablegen.c ---> cos_tablegen.c.Diego Biurrun2011-05-191-2/+2
* Collapse tableprint.c into tableprint.h.Diego Biurrun2011-05-191-4/+3
* Simplify trig table rulesMans Rullgard2011-05-191-7/+4
* Simplify CLEANFILES make variable by using wildcards.Diego Biurrun2011-05-191-1/+1
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-0/+3
* dct: build dct32 as separate object filesMans Rullgard2011-05-171-1/+1
* Remove unused header mpegaudio3.h.Diego Biurrun2011-05-161-1/+0
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-111-0/+1
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-091-8/+0
* Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-041-0/+1
* Fix standalone compilation of MXPEG decoder.Diego Biurrun2011-05-041-1/+1
* DPX image encoderPeter Ross2011-05-011-0/+1
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-231-2/+2
* lavc: provide the opt.h header until the next bumpAnton Khirnov2011-04-211-1/+1
* lavc: remove reference to opt.h from Makefile.Anton Khirnov2011-04-191-1/+1
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-191-1/+0
* Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö2011-04-111-0/+1
* Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö2011-04-111-0/+1
* Fixed-point support in fft-testMans Rullgard2011-04-011-1/+1
* Fixed-point FFT and MDCTMans Rullgard2011-03-311-3/+7