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
2016-10-21lavc: add SCTE-35 CUI codec IDCarlos Fernandez
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Carlos Fernandez <carlos@ccextractor.org> Signed-off-by: Marton Balint <cus@passwd.hu>
2016-08-18avcodec: add 64-bit signed pcm codecPaul B Mahol
2016-07-20libavcodec/dnxhd: add dnxhr profilesMark Reid
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-07-14lavc/codec_desc: move a few codecs out of the image codecs listClément Bœsch
Also shuffle them a little to simplify next Libav merge.
2016-07-14Merge commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6'Clément Bœsch
* commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6': Add MagicYUV decoder Changes observed from Libav: - many cosmetics (function renames/move, spacing, line breaks) - MagicYUVContext.slices_size is now unsigned - use of pixdesc (include fixed in FFmpeg) - mention of "Lossless" in the long name dropped (also removed from general.texi in FFmpeg) - addition of the FF_CODEC_CAP_INIT_THREADSAFE caps - use of qsort() instead of AV_QSORT() (NOT MERGED) - use of AVCodecContext.{width,height} instead of AVCodecContext.coded_{width,height} (NOT MERGED) See also 77f9c4b7aa9eb793b3019025e177245896821816 Merged-by: Clément Bœsch <u@pkh.me>
2016-06-26avcodec: add YUY2 Lossless Codec decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-06-20Add MagicYUV decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-06-07avcodec: add BitJazz SheerVideo decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-05-31avocdec: add MagicYUV decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-05-23avcodec/iff: mention RGB8/RGBN decoderPiotr Bandurski
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-05-21avcodec: add adpcm MTAF decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-05-15avcodec: add Direct Stream Transfer (DST) decoderPeter Ross
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-05-13lavc: add IFF ANIM decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-05-06avcodec: add M101 decoderMichael Niedermayer
Fixes Ticket 2611 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-04-21avcodec: add TrueMotion 2.0 Real Time decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-04-05avcodec: add adpcm dat4 decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-01-30avcodec: Cineform HD DecoderKieran Kunhya
Decodes YUV 4:2:2 10-bit and RGB 12-bit files. Older files with more subbands, skips, Bayer, alpha not supported. Alpha requires addition of GBRAP12 pixel format.
2016-01-10avcodec/codec_desc: Add ff_aac_profiles to aac_latmMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-01-01lavc: add vp9 profiles to AVCodecDescriptorHendrik Leppkes
2016-01-01Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes
* commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6': lavc: add profiles to AVCodecDescriptor Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
The profiles are a property of the codec, so it makes sense to export them through AVCodecDescriptors, not just the codec implementations.
2015-11-06XMA1 and XMA2 stereo decodersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-11-03avcodec: add Interplay ACM decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-10-29avcodec: add ADPCM AICA decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-10-27Merge commit '533a6198505edd1379e1cd722852350ae4a85acc'Hendrik Leppkes
* commit '533a6198505edd1379e1cd722852350ae4a85acc': innoHeim/Rsupport Screen Capture Codec decoder Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-10-26avcodec: add SDX2 DPCM decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-10-23avcodec: extend long decription for adpcm psx codecPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-10-23innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-10-21lavc: add AV_CODEC_ID_DAALA to the list of codec IDs and bump minorRostislav Pehlivanov
This commit shall introduce the first step of adding support for the Daala next generation video codec to FFmpeg. Although still in development, the codec is showing good progress and exchanging work through IETF drafts. The companies behind Daala are also participating in the Alliance for Open Media, so it's likely that whatever the result any of these collaborations produce it's probable that elements from Daala could be used in them, or perhaps this codec itself could be the result.
2015-10-16avcodec: add ADPCM PSX decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-10-14Merge commit '00332e0a064dad866812de9162b009cbaba6f5df'Hendrik Leppkes
* commit '00332e0a064dad866812de9162b009cbaba6f5df': wrapped_avframe: Initial implementation Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-10-12avcodec: remove leftover iff_byterun1 decoderAndreas Cadhalpun
It was merged with the iff_ilbm decoder in commit 929a24efff9a208a52748605eb412ffb915c1403. Define AV_CODEC_ID_IFF_BYTERUN1 as AV_CODEC_ID_IFF_ILBM for API compatibility. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2015-10-10wrapped_avframe: Initial implementationLuca Barbato
2015-10-03Merge commit '9a3202a98b2e095b54dd784c3e01a09a676fc3fa'Hendrik Leppkes
* commit '9a3202a98b2e095b54dd784c3e01a09a676fc3fa': Screenpresso SPV1 decoder Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-09-30Screenpresso SPV1 decoderVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-09-29Merge commit 'a5d58fea68b9212e0065a71939e921505504a9bb'Hendrik Leppkes
* commit 'a5d58fea68b9212e0065a71939e921505504a9bb': lavc: reimplement avcodec_get_type() using codec descriptors Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-09-28lavc: reimplement avcodec_get_type() using codec descriptorswm4
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2015-09-09Merge commit '3b8e895237592fdaffe87cdcd204104200b9ccf9'Hendrik Leppkes
* commit '3b8e895237592fdaffe87cdcd204104200b9ccf9': codec_desc: Add missing DXV entry Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-09-09codec_desc: Add missing DXV entryVittorio Giovara
2015-09-07avcodec: remove missing bits from deprecated VIMA decoderJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2015-09-07avcodec: remove duplicate AVCodecIDsJames Almer
Reviewed-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2015-09-01mpegts: demux BluRay text subtitlesPetri Hintukainen
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-08-27lavc: Describe eia_608 as text subtitles.Carl Eugen Hoyos
2015-06-25lavc+doc: adjust names to reflect ADPCM THP not being GameCube-onlyRodger Combs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-24avcodec: Add codec_desc and remapping for ↵Michael Niedermayer
AV_CODEC_ID_PCM_S16BE_PLANAR_DEPRECATED Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-24PCM signed 16-bit big-endian planar decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-06-23Merge commit '5c018ee18895f88e9e1d2174059dcdd48bf872d2'Michael Niedermayer
* commit '5c018ee18895f88e9e1d2174059dcdd48bf872d2': DirectDraw Surface image decoder Conflicts: Changelog configure doc/general.texi libavcodec/Makefile libavcodec/version.h tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-22Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7'Michael Niedermayer
* commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7': Hap decoder and encoder Conflicts: Changelog configure doc/general.texi libavcodec/allcodecs.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-22DirectDraw Surface image decoderVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-06-22Hap decoder and encoderVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>