Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec: add VMX1 decoder | Paul B Mahol | 2023-06-12 | 1 | -0/+1 |
| | |||||
* | avcodec: add RTV1 decoder | Paul B Mahol | 2023-06-07 | 1 | -0/+1 |
| | |||||
* | avcodec: ViewQuest VQC decoder | Peter Ross | 2022-10-18 | 1 | -0/+2 |
| | | | | | | Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Reviewed-by: Tomas Härdin <git@haerdin.se> Signed-off-by: Peter Ross <pross@xvid.org> | ||||
* | avcodec: add FTR audio decoder and parser | Paul B Mahol | 2022-09-24 | 1 | -0/+3 |
| | |||||
* | avcodec: add MI-SC4 audio decoder | Paul B Mahol | 2022-09-16 | 1 | -0/+1 |
| | |||||
* | avformat/riff: add support for ICMV files | Paul B Mahol | 2022-08-25 | 1 | -0/+1 |
| | |||||
* | avformat/riff: map AYUV fourcc to RAWVIDEO decoder | James Almer | 2022-08-07 | 1 | -1/+1 |
| | | | | | | There's no need to keep using a custom decoder for this pixel format. Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
| | | | | | | | | 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> | ||||
* | avformat: add DFPWM WAV container support | Jack Bruienne | 2022-03-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | 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> | ||||
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+2 |
| | | | | | | | | | | 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> | ||||
* | avcodec/siren: MSN Siren decoder | Peter Ross | 2021-09-07 | 1 | -0/+1 |
| | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org> | ||||
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -2/+3 |
| | | | | | | | Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | ||||
* | avformat/wav: Deduplicate codec tags lists | Andreas Rheinhardt | 2021-02-23 | 1 | -0/+4 |
| | | | | | | Also saves relocations. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | ||||
* | avformat/avienc, wtvenc: Deduplicate codec tags list | Andreas Rheinhardt | 2021-02-23 | 1 | -0/+7 |
| | | | | | | Also saves relocations. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | ||||
* | avcodec/magicyuv: add support for recently added new format | Paul B Mahol | 2020-09-22 | 1 | -0/+1 |
| | |||||
* | avcodec: add NotchLC decoder | Paul B Mahol | 2020-05-19 | 1 | -0/+1 |
| | |||||
* | avcodec: add MV30 decoder | Paul B Mahol | 2020-04-10 | 1 | -0/+1 |
| | |||||
* | avformat/avidec: recognize H265 fourcc as hevc | Paul B Mahol | 2020-03-12 | 1 | -0/+1 |
| | | | | Fixes decoding of came2_2020-01-13__20-38-58_21-00-00__Chn2.avi | ||||
* | avcodec/utvideodec: add support for UQY0 | Paul B Mahol | 2020-02-25 | 1 | -0/+1 |
| | |||||
* | avcodec: fix pcm zork decoder | Paul B Mahol | 2020-02-16 | 1 | -1/+1 |
| | | | | Fixes #1939 | ||||
* | avcodec: add mvha video decoder | Paul B Mahol | 2019-11-27 | 1 | -0/+1 |
| | |||||
* | avcodec: add mvdv video decoder | Paul B Mahol | 2019-11-27 | 1 | -0/+1 |
| | |||||
* | lavc/g729dec: Support decoding Sipro ACELP.KELVIN. | Carl Eugen Hoyos | 2019-09-16 | 1 | -0/+1 |
| | | | | | Fixes ticket #4799. Analyzed-by: Aleksandr Ustinov | ||||
* | avformat/avidec: add support for recognizing HEVC fourcc when demuxing | Marton Balint | 2019-08-31 | 1 | -0/+5 |
| | | | | | | | | | | | 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> | ||||
* | avcodec: add IMM5 decoder | Paul B Mahol | 2019-08-29 | 1 | -0/+1 |
| | |||||
* | avcodec/magicyuv: add support for recently added YUV444P10 | Paul B Mahol | 2019-07-11 | 1 | -0/+1 |
| | |||||
* | avformat/riff: add VP4 fourcc | Peter Ross | 2019-06-12 | 1 | -0/+1 |
| | |||||
* | avcodec: add LSCR decoder | Paul B Mahol | 2019-04-13 | 1 | -0/+1 |
| | | | | Fixes #4711. | ||||
* | avcodec: add ADPCM AGM decoder | Paul B Mahol | 2019-04-11 | 1 | -0/+1 |
| | |||||
* | avcodec/agm: add support for non-dct coding | Paul B Mahol | 2019-04-11 | 1 | -0/+2 |
| | |||||
* | avcodec/agm: add support for higher compression | Paul B Mahol | 2019-04-11 | 1 | -0/+4 |
| | |||||
* | avcodec: add Amuse Graphics decoder | Paul B Mahol | 2019-03-31 | 1 | -0/+2 |
| | | | | This work is sponsored by VideoLAN. | ||||
* | avcodec: add ARBC decoder | Paul B Mahol | 2019-01-27 | 1 | -0/+1 |
| | | | | Thanks Kostya for great help in reversing binary. | ||||
* | avcodec: add HYMT decoder | Paul B Mahol | 2018-12-31 | 1 | -0/+1 |
| | |||||
* | avcodec: add RemotelyAnywhere Screen Capture decoder | Paul B Mahol | 2018-09-08 | 1 | -0/+1 |
| | |||||
* | avcodec: add WinCAM Motion Video decoder | Paul B Mahol | 2018-08-27 | 1 | -0/+1 |
| | |||||
* | avcodec: add MatchWare Screen Capture Codec | Paul B Mahol | 2018-08-27 | 1 | -0/+1 |
| | |||||
* | avcodec: add Brooktree ProSumer Video decoder | Paul B Mahol | 2018-08-24 | 1 | -0/+1 |
| | |||||
* | avcodec: add IMM4 decoder | Paul B Mahol | 2018-08-21 | 1 | -0/+1 |
| | | | | This work is sponsored by VideoLAN. | ||||
* | lavf: add avs2 fourcc | hwren | 2018-07-27 | 1 | -0/+1 |
| | | | | | Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org> | ||||
* | riff: add ATRAC9 guid | Rostislav Pehlivanov | 2018-07-03 | 1 | -0/+1 |
| | | | | | | Enables demuxing of ATRAC9 files. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com> | ||||
* | avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRG | Paul B Mahol | 2018-01-02 | 1 | -0/+6 |
| | | | | | | These are new modes which are supposed to be more SIMD friendly. Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO. | Aleksandr Slobodeniuk | 2017-08-02 | 1 | -1/+0 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avcodec/magicyuv: add 12 bit formats | Paul B Mahol | 2017-07-10 | 1 | -0/+2 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | lavf/riff: Support more vlc fourcc's for 12 and 16 bit yuv4xx. | Carl Eugen Hoyos | 2017-05-21 | 1 | -0/+8 |
| | |||||
* | avcodec: add Screen Recorder Gold Codec decoder | Paul B Mahol | 2017-04-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | avcodec: add Mandsoft Screen Capture Codec decoder | Paul B Mahol | 2017-04-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | Merge commit 'd42809f9835a4e9e5c7c63210abb09ad0ef19cfb' | Clément Bœsch | 2017-03-19 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | * commit 'd42809f9835a4e9e5c7c63210abb09ad0ef19cfb': av1: Add codec_id and basic demuxing support Merged-by: Clément Bœsch <u@pkh.me> | ||||
| * | av1: Add codec_id and basic demuxing support | Luca Barbato | 2016-08-24 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
| * | Add TrueMotion 2.0 Real Time decoder | Paul B Mahol | 2016-06-20 | 1 | -0/+1 |
| | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> |