summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MS Screen 1 decoderKostya Shishkov2012-06-201-0/+1
|
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-181-0/+2
| | | | | | The library is 3-clause BSD licensed. Signed-off-by: Martin Storsjö <martin@martin.st>
* Indeo Audio decoderKostya Shishkov2012-06-051-0/+1
|
* libxvid: Give more suitable names to libxvid-related files.Diego Biurrun2012-05-091-1/+1
|
* libxvid: Separate libxvid encoder from libxvid rate control code.Diego Biurrun2012-05-091-1/+2
| | | | This allows compiling the Xvid rate control code without the encoder.
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-071-4/+4
|
* Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun2012-05-071-4/+2
| | | | | This also involves making some function static and changing the name prefixes of some functions and structures.
* build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-071-1/+2
|
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-5/+26
|
* aacps: move some loops to function pointersMans Rullgard2012-05-051-1/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove libdirac decoder.Diego Biurrun2012-04-231-2/+0
| | | | libschroedinger is the preferred way to decode Dirac video.
* avcodec: add a cook parser to get subpacket durationJustin Ruggles2012-04-201-0/+1
| | | | Fixes jittery video playback of rm files with cook audio.
* dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-271-1/+1
|
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-261-2/+0
| | | | | This allows simplifying the Makefiles; it is no longer necessary to register arch subdirectory Makefiles, just putting them in place is enough.
* libvorbis: use AVCodec.encode2()Justin Ruggles2012-03-211-1/+2
|
* ra144enc: use AVCodec.encode2()Justin Ruggles2012-03-211-1/+2
|
* nellymoserenc: use AVCodec.encode2()Justin Ruggles2012-03-211-1/+2
|
* libspeex: use AVCodec.encode2()Justin Ruggles2012-03-211-1/+1
|
* libmp3lame: use AVCodec.encode2()Justin Ruggles2012-03-201-1/+2
|
* libfaac: use AVCodec.encode2()Justin Ruggles2012-03-201-1/+1
| | | | | Encoder output is delayed by several frames, so we keep a queue of input frame timing info to match up with corresponding output packets.
* aacenc: use AVCodec.encode2()Justin Ruggles2012-03-201-1/+2
|
* oggdec: output correct timestamps for VorbisJustin Ruggles2012-03-201-1/+1
| | | | | | | | | Takes encoder delay into account by comparing first the coded page duration with the calculated page duration. Handles last packet duration if needed, also by comparing coded duration with calculated duration. Also does better handling of timestamp generation for packets in the first page for streamed ogg files where the start time is not necessarily zero.
* ZeroCodec DecoderDerek Buitenhuis2012-03-191-0/+1
| | | | | | | | An obscure Japanese lossless video codec, originally intended for use with a remote desktop application. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* RealAudio Lossless decoderKostya Shishkov2012-03-191-0/+1
|
* avcodec: add XBM encoderPaul B Mahol2012-03-171-0/+1
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* build: Skip compiling xvmc.h under the correct condition.Diego Biurrun2012-03-091-1/+1
|
* wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-071-8/+8
|
* dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-051-1/+2
|
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-031-0/+1
| | | | This also allows for removing some of the Vorbis-related hacks.
* Windows Media Audio Lossless decoderMashiat Sarker Shakkhar2012-03-021-0/+1
| | | | | | | | | | | | Decodes 16-bit WMA Lossless encoded files. 24-bit is not supported yet. Bitstream parser written by Andreas Öman with contributions from Baptiste Coudurier and Ulion. Includes a number of bug-fixes from Benjamin Larsson, Michael Niedermayer and Konstantin Shishkov, shine and polish by Diego Biurrun. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun2012-03-011-5/+7
|
* lavc: drop libdirac encoder.Anton Khirnov2012-02-231-1/+0
| | | | | Libschroedinger is the preferred way to encode dirac video now, it produces better output and has a nicer API.
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-221-1/+1
| | | | fixes Bug 225
* libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles2012-02-201-1/+1
|
* avcodec: add a Sun Rasterfile encoderAneesh Dogra2012-02-171-0/+1
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* prores encoderKostya Shishkov2012-02-151-0/+1
|
* prores: move data shared between decoder and encoder to common fileKostya Shishkov2012-02-151-1/+1
|
* CDXL demuxer and decoderPaul B Mahol2012-02-141-0/+1
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-131-1/+1
| | | | | Also give a more suitable name to the MMI-optimized IDCT; it is not PS2-specific, as the name currently suggests.
* build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-091-1/+1
|
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-3/+1
| | | | | It is obscure, most likely unused and not bit-exact compared to libavcodec due to a different IDCT transform algorithm.
* h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun2012-01-311-1/+1
| | | | The new name is more appropriate as only golomb functions are tested.
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-291-1/+1
|
* aacsbr: move some simdable loops to function pointersMans Rullgard2012-01-281-1/+2
| | | | | | | | This prepares for assembly optimisations by moving the most time-consuming loops to functions called through pointers in a new context. Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavc: remove the deprecated opt.h header.Anton Khirnov2012-01-271-1/+1
|
* build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun2012-01-251-2/+0
|
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-241-0/+1
| | | | | The stereo layout and extradata is significantly different from that in Westwood IMA ADPCM, so a separate codec_id is warranted.
* XWD encoder and decoderPaul B Mahol2012-01-231-0/+2
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* avcodec: add GSM parserJustin Ruggles2012-01-111-0/+1
| | | | | The WAVE demuxer returns packets with many blocks per frame, which needs to be parsed into single blocks. This has a side-effect of fixing the timestamps.
* Indeo 4 decoderKostya Shishkov2011-12-281-0/+1
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
OpenPOWER on IntegriCloud