Paul B Mahol
2d59ca0a66
avcodec: add VMX1 decoder
1 year ago
Paul B Mahol
f11515c77f
avcodec: add RTV1 decoder
1 year ago
Peter Ross
3141dbb7ad
avcodec: ViewQuest VQC decoder
...
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Reviewed-by: Tomas Härdin <git@haerdin.se>
Signed-off-by: Peter Ross <pross@xvid.org>
2 years ago
Paul B Mahol
a166b8a19b
avcodec: add FTR audio decoder and parser
2 years ago
Paul B Mahol
ea93943bee
avcodec: add MI-SC4 audio decoder
2 years ago
Paul B Mahol
b347a05f1f
avformat/riff: add support for ICMV files
2 years ago
James Almer
f8c62e32b2
avformat/riff: map AYUV fourcc to RAWVIDEO decoder
...
There's no need to keep using a custom decoder for this pixel format.
Signed-off-by: James Almer <jamrial@gmail.com>
2 years ago
Martin Storsjö
a78f136f3f
configure: Use a separate config_components.h header for $ALL_COMPONENTS
...
This avoids unnecessary rebuilds of most source files if only the
list of enabled components has changed, but not the other properties
of the build, set in config.h.
Signed-off-by: Martin Storsjö <martin@martin.st>
3 years ago
Jack Bruienne
e6e3aae294
avformat: add DFPWM WAV container support
...
This commit adds support for storing DFPWM audio in a WAV container.
It uses the WAVEFORMATEXTENSIBLE structure, following these conventions:
https://gist.github.com/MCJack123/90c24b64c8e626c7f130b57e9800962c
The implementation is very simple: it just adds the GUID to the list of
WAV GUIDs, and modifies the WAV muxer to always use WAVEFORMATEXTENSIBLE
format with that GUID.
This creates a standard container format for DFPWM besides raw data.
It will allow users to transfer DFPWM audio in a standard container
format, with the sample rate and channel count contained in the file
as opposed to being an external parameter as in the raw format.
This format is already supported in my AUKit library, which is the CC
analog to libav (albeit much smaller). Support in other applications is TBD.
Signed-off-by: Jack Bruienne <jackbruienne@gmail.com>
3 years ago
Andreas Rheinhardt
636631d9db
Remove unnecessary libavutil/(avutil|common|internal).h inclusions
...
Some of these were made possible by moving several common macros to
libavutil/macros.h.
While just at it, also improve the other headers a bit.
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
3 years ago
Peter Ross
c655a734b1
avcodec/siren: MSN Siren decoder
...
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Peter Ross <pross@xvid.org>
3 years ago
Andreas Rheinhardt
25c8507818
Remove/replace some unnecessary avcodec.h inclusions
...
Also remove other unnecessary headers and include headers directly while
at it.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
3 years ago
Andreas Rheinhardt
1df1083b6c
avformat/wav: Deduplicate codec tags lists
...
Also saves relocations.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Andreas Rheinhardt
09e6d3a026
avformat/avienc, wtvenc: Deduplicate codec tags list
...
Also saves relocations.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Paul B Mahol
904ab5365c
avcodec/magicyuv: add support for recently added new format
4 years ago
Paul B Mahol
cdd06db56f
avcodec: add NotchLC decoder
5 years ago
Paul B Mahol
481ebb1c8b
avcodec: add MV30 decoder
5 years ago
Paul B Mahol
d4d74707fb
avformat/avidec: recognize H265 fourcc as hevc
...
Fixes decoding of came2_2020-01-13__20-38-58_21-00-00__Chn2.avi
5 years ago
Paul B Mahol
022796c82f
avcodec/utvideodec: add support for UQY0
5 years ago
Paul B Mahol
dfb0b9370d
avcodec: fix pcm zork decoder
...
Fixes #1939
5 years ago
Paul B Mahol
ed58f8475f
avcodec: add mvha video decoder
5 years ago
Paul B Mahol
61dc7add30
avcodec: add mvdv video decoder
5 years ago
Carl Eugen Hoyos
551fcbbccb
lavc/g729dec: Support decoding Sipro ACELP.KELVIN.
...
Fixes ticket #4799 .
Analyzed-by: Aleksandr Ustinov
5 years ago
Marton Balint
2e31774b40
avformat/avidec: add support for recognizing HEVC fourcc when demuxing
...
Some security cams generate this, as well as some versions of VirtualDub and
VLC so support for _reading_ such files is justified.
Fixes ticket #7110 .
See also this discussion: https://patchwork.ffmpeg.org/patch/8744/
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Paul B Mahol
7c0b3ba7dd
avcodec: add IMM5 decoder
5 years ago
Paul B Mahol
2601eef850
avcodec/magicyuv: add support for recently added YUV444P10
5 years ago
Peter Ross
8913af7d94
avformat/riff: add VP4 fourcc
6 years ago
Paul B Mahol
16f7c1f291
avcodec: add LSCR decoder
...
Fixes #4711 .
6 years ago
Paul B Mahol
d0f24df648
avcodec: add ADPCM AGM decoder
6 years ago
Paul B Mahol
7be8f7ac81
avcodec/agm: add support for non-dct coding
6 years ago
Paul B Mahol
0f28355974
avcodec/agm: add support for higher compression
6 years ago
Paul B Mahol
4e8cbbf70e
avcodec: add Amuse Graphics decoder
...
This work is sponsored by VideoLAN.
6 years ago
Paul B Mahol
795af110f7
avcodec: add ARBC decoder
...
Thanks Kostya for great help in reversing binary.
6 years ago
Paul B Mahol
41c1643d75
avcodec: add HYMT decoder
6 years ago
Paul B Mahol
a5278b672a
avcodec: add RemotelyAnywhere Screen Capture decoder
6 years ago
Paul B Mahol
ad2ac1e7dd
avcodec: add WinCAM Motion Video decoder
6 years ago
Paul B Mahol
f7d749e95b
avcodec: add MatchWare Screen Capture Codec
6 years ago
Paul B Mahol
aba720dce2
avcodec: add Brooktree ProSumer Video decoder
6 years ago
Paul B Mahol
42a99b76de
avcodec: add IMM4 decoder
...
This work is sponsored by VideoLAN.
6 years ago
hwren
b7b7b8e8a1
lavf: add avs2 fourcc
...
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
6 years ago
Rostislav Pehlivanov
9fececb6f3
riff: add ATRAC9 guid
...
Enables demuxing of ATRAC9 files.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
6 years ago
Paul B Mahol
92b32664cd
avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRG
...
These are new modes which are supposed to be more SIMD friendly.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Aleksandr Slobodeniuk
50aeb6e4ed
avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO.
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Paul B Mahol
0281d5ece6
avcodec/magicyuv: add 12 bit formats
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Carl Eugen Hoyos
017a68e8fb
lavf/riff: Support more vlc fourcc's for 12 and 16 bit yuv4xx.
8 years ago
Kostya Shishkov
189157c3fc
Add ClearVideo decoder
...
Only I-frames are decoded for now.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
8 years ago
Paul B Mahol
61088051bd
avcodec: add Screen Recorder Gold Codec decoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years ago
Paul B Mahol
a96db6be06
avcodec: add Mandsoft Screen Capture Codec decoder
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years ago
Paul B Mahol
4f33d9d41a
utvideodec: Support ULY4 and ULH4
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
8 years ago
Paul B Mahol
a93faf30d6
utvideodec: Support UQRA and UQRG
8 years ago