Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-09ATRAC3+ decoderMaxim Polijakowski
Cleanup by Diego Biurrun. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2013-12-22Add a libwebp encoderJustin Ruggles
2013-12-17png: add a standalone parserPeter Holik
Useful for reading png images from a pipe.
2013-12-13build: Merge pthreads/w32threads OBJS declarationsDiego Biurrun
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
Simplifies host/target libc detection splitting.
2013-12-09p*menc: use the AVFrame API properly.Anton Khirnov
2013-12-08libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0Guillaume Martres
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-12-02dv: Split off DV video encoder into its own fileDiego Biurrun
2013-12-02dv: Move DV VLC data tables out of header fileDiego Biurrun
2013-11-26lavc: remove mp3_header_(de)compress bitstream filtersAnton Khirnov
They mangle the mp3 header in a non-standard way to save a few bytes. People who care about space so much should just use a more efficient codec.
2013-11-24mpegaudiodec: Consistently handle fixed/float templatingDiego Biurrun
2013-11-15lavc: VP9 decoderRonald S. Bultje
Originally written by Ronald S. Bultje <rsbultje@gmail.com> and Clément Bœsch <u@pkh.me> Further contributions by: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Luca Barbato <lu_zero@gentoo.org> Martin Storsjö <martin@martin.st> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-11-08dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun
2013-11-04lavc: split slice and frame threading functions into separate filesAnton Khirnov
2013-10-31Add HEVC decoderGuillaume Martres
Initially written by Guillaume Martres <smarter@ubuntu.com> as a GSoC project. Further contributions by the OpenHEVC project and other developers, namely: Mickaël Raulet <mraulet@insa-rennes.fr> Seppo Tomperi <seppo.tomperi@vtt.fi> Gildas Cocherel <gildas.cocherel@laposte.net> Khaled Jerbi <khaled_jerbi@yahoo.fr> Wassim Hamidouche <wassim.hamidouche@insa-rennes.fr> Vittorio Giovara <vittorio.giovara@gmail.com> Jan Ekström <jeebjp@gmail.com> Anton Khirnov <anton@khirnov.net> Martin Storsjö <martin@martin.st> Luca Barbato <lu_zero@gentoo.org> Yusuke Nakamura <muken.the.vfrmaniac@gmail.com> Reimar Döffinger <Reimar.Doeffinger@gmx.de> Diego Biurrun <diego@biurrun.de> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-10-31HNM4/HNM4A demuxer & video decoderDavid Kment
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-10-28lavc: remove old unused audio conversion functions.Anton Khirnov
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
Used by LXF. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-09-18Add a WebP decoderJustin Ruggles
Container and lossy decoding by Aneesh Dogra <aneesh@sugarlabs.org> Lossless decoding by Justin Ruggles <justin.ruggles@gmail.com>
2013-08-31pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt
Remove the header decoding for PCM audio from mpeg.c and the 20/24bit parts from pcm.c and merge them into a new decoder in pcm-dvd.c. The decoder has added support for samples that span multiple packets and modified 20/24bit group decoding. Both is needed to decode samples that have been generated with DVD-Lab Pro 2. The decoding of 16bit PCM and two channel 24bit is identical to before. No other samples are known to verify the correctness of the encoding this software does. The complete list of tested formats is 48kHz/16bit/2-8 channels 48kHz/24bit/2-5 channels 96kHz/16bit/2-4 channels 96kHz/24bit/2 channels Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-08-31pcm_bluray: rename pcm-mpeg.c to pcm-bluray.cChristian Schmidt
The original idea was to collect PCM codecs that could appear in various MPEG streams in this file. Discussion in IRC lead to the conclusion that one codec per file would be better and stop the need for #ifdefs.
2013-08-20Add a libfdk-aac decoderMartin Storsjö
This can be useful for decoding AAC object types that are not supported by the native AAC decoder, e.g. AAC-LD and AAC-ELD.
2013-08-10libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö
Add one copy of the function into each of the libraries, similarly to what we do for log2_tab. When using static libs, only one copy of the file_open.o object file gets included, while when using shared libraries, each of them get a copy of its own. This fixes DLL builds with a statically linked C runtime, where each DLL effectively has got its own instance of the C runtime, where file descriptors can't be shared across runtimes. On systems not using msvcrt, the function is not duplicated. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-08Voxware MetaSound decoderKostya Shishkov
2013-08-05twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-08-05vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-06-10lavc: add a libwavpack encoder wrapperAnton Khirnov
2013-06-03Go2Webinar decoderKostya Shishkov
2013-05-24w32pthreads: move from lavc to compat/Anton Khirnov
It will be used in other places than lavc.
2013-05-18Escape 130 (RPL) decoderEli Friedman
Some fixes provided by Paul B Mahol <onemda@gmail.com> and Michael Niedermayer <michaelni@gmx.at> and me. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2013-05-17Apple Intermediate Codec decoderKostya Shishkov
2013-04-22JPEG 2000 decoder for DCinemaNicolas Bertrand
Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl> Updated to current programming standards, style and many more small fixes by Diego Biurrun <diego@biurrun.de>. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-04-20hpeldsp: Add half-pel functions (currently copies of dsputil)Ronald S. Bultje
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-04-10h261: Move shared data tables from a header to a proper C fileDiego Biurrun
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-03-27msmpeg4: Split decoding related functions to a separate fileMartin Storsjö
This fixes standalone compilation of the msmpeg4v2, msmpeg4v3 and wmv2 encoders, that previously failed to link due to the decoder codepaths requiring error_resilience. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-03-27Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun
2013-03-27dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun
This makes the DCA parser and decoder independent.
2013-03-11lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_CODEC_ID cruftAnton Khirnov
2013-03-07build: cosmetics: Group hw accelerator Makefile entries togetherDiego Biurrun
2013-02-18build: make audio_frame_queue a stand-alone componentLuca Barbato
Encoders requiring it have the dependency expressed in the configure.
2013-02-17build: The libopencore-amrnb encoder depends on audio_frame_queueDiego Biurrun
CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-24dsputil: Separate h264 qpelMans Rullgard
The sh4 optimizations are removed, because the code is 100% identical to the C code, so it is unlikely to provide any real practical benefit. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-01-21wmv2: move IDCT to its own DSP context.Ronald S. Bultje
This allows us to remove FF_IDCT_WMV2, which serves no practical purpose other than to be able to select the WMV2 IDCT for MPEG (or vice versa) and get corrupt output. Fate tests for all wmv2-related tests change, because (for some obscure reason) they forced use of the MPEG IDCT. You would get the same changes previously by not using -idct simple in the fate test (or replacing it with -idct auto).
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
Conveniently (together with Justin's earlier patches), this makes our vorbis decoder entirely independent of dsputil.
2013-01-14libvpx: make vp8 and vp9 selectableLuca Barbato
Support older libvpx versions.
2013-01-14build: Remove stray Makefile entry for non-existent VCR1 encoderDiego Biurrun
2013-01-13vdpau: Add VC-1 decoding via hwaccel infrastructureRémi Denis-Courmont
Signed-off-by: Diego Biurrun <diego@biurrun.de>