summaryrefslogtreecommitdiffstats
path: root/libavformat/riff.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRGPaul B Mahol2018-01-021-0/+6
| | | | | | These are new modes which are supposed to be more SIMD friendly. Signed-off-by: Paul B Mahol <[email protected]>
* avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO.Aleksandr Slobodeniuk2017-08-021-1/+0
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/magicyuv: add 12 bit formatsPaul B Mahol2017-07-101-0/+2
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* lavf/riff: Support more vlc fourcc's for 12 and 16 bit yuv4xx.Carl Eugen Hoyos2017-05-211-0/+8
|
* avcodec: add Screen Recorder Gold Codec decoderPaul B Mahol2017-04-181-0/+1
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* avcodec: add Mandsoft Screen Capture Codec decoderPaul B Mahol2017-04-181-0/+1
| | | | Signed-off-by: Paul B Mahol <[email protected]>
* Merge commit 'd42809f9835a4e9e5c7c63210abb09ad0ef19cfb'Clément Bœsch2017-03-191-1/+1
|\ | | | | | | | | | | | | * commit 'd42809f9835a4e9e5c7c63210abb09ad0ef19cfb': av1: Add codec_id and basic demuxing support Merged-by: Clément Bœsch <[email protected]>
| * av1: Add codec_id and basic demuxing supportLuca Barbato2016-08-241-0/+1
| | | | | | | | Signed-off-by: Diego Biurrun <[email protected]>
| * Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-201-0/+1
| | | | | | | | | | Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Vittorio Giovara <[email protected]>
| * Add MagicYUV decoderPaul B Mahol2016-06-201-0/+1
| | | | | | | | | | Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Vittorio Giovara <[email protected]>
| * riff: add C210 FourCC (Canopus C210)Piotr Bandurski2016-01-211-0/+1
| |
| * riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-211-0/+1
| |
* | avcodec: add ClearVideo decoderKostya Shishkov2017-03-021-0/+1
| | | | | | | | | | | | Only I-frames are decoded for now. Signed-off-by: Paul B Mahol <[email protected]>
* | avcodec: add ScreenPressor decoderPaul B Mahol2017-02-221-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avcodec: add FM Screen Capture Codec decoderPaul B Mahol2017-02-121-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson2017-01-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This decoder can decode all existing SpeedHQ formats (SHQ0–5, 7, and 9), including correct decoding of the alpha channel. 1080p is decoded in 142 fps on one core of my i7-4600U (2.1 GHz Haswell), about evenly split between bitstream reader and IDCT. There is currently no attempt at slice or frame threading, even though the format trivially supports both. NewTek very helpfully provided a full set of SHQ samples, as well as source code for an SHQ2 encoder (not included) and assistance with understanding some details of the format.
* | avformat/riff: extend MagicYUV fourcc listPaul B Mahol2017-01-071-0/+7
| | | | | | | | | | | | Newer version of encoder can create such files. Signed-off-by: Paul B Mahol <[email protected]>
* | avcodec/magicyuv: add 10 bit supportPaul B Mahol2016-12-201-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | lavf/riff: Document the interleaving of VSM4 video.Carl Eugen Hoyos2016-10-191-1/+1
| |
* | lavf/riff: Support Verint NetDVR II ("VSM4") h263 video in asf.Carl Eugen Hoyos2016-10-131-0/+1
| |
* | avcodec/utvideodec: add support for ULY4 and ULH4Paul B Mahol2016-09-041-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-181-0/+1
| |
* | Added Quadrox formatsmitbose2016-07-051-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec: add YUY2 Lossless Codec decoderPaul B Mahol2016-06-261-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avcodec/utvideodec: add support for UQRG and UQRA formatsPaul B Mahol2016-06-121-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | avocdec: add MagicYUV decoderPaul B Mahol2016-05-311-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | riff: add comment for g721,g723 codec tagscompn2016-05-071-2/+2
| | | | | | | | Signed-off-by: Piotr Bandurski <[email protected]>
* | avformat/riff: add M102 FourCCPiotr Bandurski2016-05-071-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat/riff: add M101Michael Niedermayer2016-05-061-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat/riff: add M702Michael Niedermayer2016-05-031-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat/riff: add m704Michael Niedermayer2016-05-011-0/+1
| | | | | | | | | | | | (Ticket 2616) Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat/riff: support for matrox m703 mpeg-2Александр Слободенюк2016-04-281-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat/riff: assign g721 and g723 codec tags to g726 decoderPiotr Bandurski2016-04-281-0/+2
| |
* | avcodec: add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-04-211-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | lavf/riff: Add fourcc GTM4 from Telefactor digital audio for ASP.Carl Eugen Hoyos2016-03-071-0/+1
| |
* | avcodec: Cineform HD DecoderKieran Kunhya2016-01-301-0/+1
| | | | | | | | | | | | 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.
* | avcodec: add Ulead DV audio decoderPaul B Mahol2016-01-261-0/+2
| | | | | | | | | | | | Fixes #1564. Signed-off-by: Paul B Mahol <[email protected]>
* | lavf/riff: Support reading vlc's rawvideo fourccs.Carl Eugen Hoyos2016-01-211-0/+34
| | | | | | | | Reported by Bob, no6b no6b com
* | avformat/riff: add C210 FourCC (Canopus C210)Piotr Bandurski2016-01-151-0/+1
| |
* | avformat/riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-151-0/+1
| |
* | XMA1 and XMA2 stereo decodersPaul B Mahol2015-11-061-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | Merge commit '533a6198505edd1379e1cd722852350ae4a85acc'Hendrik Leppkes2015-10-271-0/+2
|\| | | | | | | | | | | | | * commit '533a6198505edd1379e1cd722852350ae4a85acc': innoHeim/Rsupport Screen Capture Codec decoder Merged-by: Hendrik Leppkes <[email protected]>
| * innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara2015-10-231-0/+2
| | | | | | | | Signed-off-by: Vittorio Giovara <[email protected]>
* | Merge commit '9a3202a98b2e095b54dd784c3e01a09a676fc3fa'Hendrik Leppkes2015-10-031-0/+1
|\| | | | | | | | | | | | | * commit '9a3202a98b2e095b54dd784c3e01a09a676fc3fa': Screenpresso SPV1 decoder Merged-by: Hendrik Leppkes <[email protected]>
| * Screenpresso SPV1 decoderVittorio Giovara2015-09-301-0/+1
| | | | | | | | Signed-off-by: Vittorio Giovara <[email protected]>
| * riff: Add support for RV40 codec in AVIThierry Foucu2015-09-291-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | libavformat/riff.c: Add support for RV40 codec in AVIThierry Foucu2015-09-151-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit '599fe93a840397f551d94db406d0bad42b46b94b'Hendrik Leppkes2015-09-081-0/+1
|\| | | | | | | | | | | | | * commit '599fe93a840397f551d94db406d0bad42b46b94b': riff: Add AVj2 fourcc for Avid jpeg2000 Merged-by: Hendrik Leppkes <[email protected]>
| * riff: Add AVj2 fourcc for Avid jpeg2000Vittorio Giovara2015-09-041-0/+1
| |
* | lavf/riff: Support fourcc AVd1 for dvvideo.Arnaud Bienner2015-09-051-0/+1
| | | | | | | | Signed-off-by: Carl Eugen Hoyos <[email protected]>