aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/riff.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * riff: add 0x594a TwoCC for Xan DPCMPiotr Bandurski2014-04-041-0/+1
| | | | | | | | Sample-Id: crusader-no-regret.avi
| * riff: add 0x64 to g726Compn2014-04-041-0/+1
| | | | | | | | Sample-Id: g726-test1.wav
| * riff: add G723_1 wav tagPiotr Bandurski2014-04-041-0/+1
| |
| * riff: map 0x0038 to amrnbCompn2014-04-041-0/+1
| | | | | | | | Sample-Id: 40709.avi
| * riff: Support FLIC FourCCPaul B Mahol2014-04-041-0/+1
| |
| * riff: add escape130 FourCCMichael Niedermayer2014-04-041-0/+1
| |
| * riff: support 'aas4' FourCCPiotr Bandurski2014-04-041-0/+1
| |
| * riff: add "YUV8" FourCCPiotr Bandurski2014-04-041-0/+1
| | | | | | | | Sample-Id: MAILTEST.AVI
| * riff: Add "S263" FourCCPiotr Bandurski2014-04-041-0/+1
| |
| * riff: Support XMPG as mpeg1Michael Niedermayer2014-04-041-0/+1
| |
| * riff: support BW10 as mpeg1Michael Niedermayer2014-04-041-0/+1
| |
| * riff: Add SLDV FourCC for dvvideoPiotr Bandurski2014-04-041-0/+1
| |
| * riff: Support NTSC forward dvcpro videosCarl Eugen Hoyos2014-04-041-0/+1
| | | | | | | | PAL looks incorrect.
| * riff: add dvis/pdvc FourCCsPiotr Bandurski2014-04-041-0/+2
| |
| * riff: add "GXVE" FourCC for WMV2Piotr Bandurski2014-04-041-0/+1
| | | | | | | | Sample-Id: vivd.avi
| * riff: add PLV1 fourcc to mpeg4Compn2014-04-041-0/+1
| | | | | | | | Sample-Id: york-water-meteor.avi
| * riff: Support decoding ASP variant from QNAP SystemsCarl Eugen Hoyos2014-04-041-0/+1
| |
| * riff: add "SM4V" FourCCPiotr Bandurski2014-04-041-0/+1
| |
| * riff: add DYM4 mpeg4 fourccCompn2014-04-041-0/+1
| |
| * riff: add DM4V FourCCPiotr Bandurski2014-04-041-0/+1
| |
| * riff: add G264 to mpeg4, only decodes keyframesCompn2014-04-041-0/+2
| |
| * riff: add "lsvm" FourCC for H263.Piotr Bandurski2014-04-041-0/+1
| |
| * riff: Support H.264 fourcc UMSVCarl Eugen Hoyos2014-04-041-0/+1
| |
| * riff: add FourCC for GeoVision camerasCarl Eugen Hoyos2014-04-041-1/+2
| |
| * riff: Add V264 for H264 in CCTV recordingsCarl Eugen Hoyos2014-04-041-0/+1
| |
| * riff: add H264 from QNAP SystemsCarl Eugen Hoyos2014-04-041-0/+1
| |
| * riff: add SMV2 FourCC for H264Piotr Bandurski2014-04-041-0/+1
| | | | | | | | Sample-Id: smv2.avi
| * riff: add ISMP/timecode tagClément Bœsch2014-04-041-0/+1
| |
| * riff: Add ITRK tagJames Almer2014-04-041-0/+1
| | | | | | | | | | Some players, like foobar2000 or modern versions of WMP, create WAV files using the ITRK tag for track instead of IPRT
| * riff: add VP9 fourccJames Zern2014-03-091-0/+1
| |
| * riff: IPJ2 decodes with JPEG2000 decoderBen Littler2014-03-091-0/+1
| | | | | | | | Samples can be made from mencoder and jp2avi.dll codec.
* | avformat/riff: add On2 VP7 fourccsPeter Ross2014-03-251-0/+2
| | | | | | | | | | Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-081-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Mirillis FIC video decoder Conflicts: Changelog configure libavcodec/Makefile libavcodec/avcodec.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Mirillis FIC video decoderKostya Shishkov2014-02-081-0/+1
| | | | | | | | | | | | Does not contain cursor rendering yet. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * MSN Audio supportKostya Shishkov2013-11-261-0/+1
| | | | | | | | | | | | | | This is essentially a MS GSM decoder extension that supports more sampling rates and lower bitrates. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Support writing E-AC3 in wav.Carl Eugen Hoyos2014-01-291-0/+2
| |
* | Move GUID-related objects to riffenc.c and riff.c.Carl Eugen Hoyos2014-01-291-0/+8
| | | | | | | | This simplifies the following eac3-in-wav patch.
* | avformat/riff: fix demuxing of h264 INMCMichael Niedermayer2014-01-171-1/+1
| | | | | | | | | | | | | | Its said that there was a mpeg4 sample with the same fourcc, but noone has it if someone finds it please tell me so i can fix detection of both. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | riff: add DYM4 mpeg4 fourccCompn2013-11-191-0/+1
| |
* | riff: add G264 to mpeg4, only decodes keyframesCompn2013-11-151-0/+2
| |
* | riff: add VP9 fourccJames Zern2013-11-091-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Support H.264 fourcc UMSV.Carl Eugen Hoyos2013-10-141-0/+1
| | | | | | | | Fixes ticket #3046.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-121-0/+1
|\| | | | | | | | | | | | | * qatar/master: riff: Add a mapping for VP6A Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * riff: Add a mapping for VP6AMartin Storsjö2013-10-121-0/+1
| | | | | | | | | | | | This allows demuxing VP6A from F4V files. Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavf/riff.c: Fix GeoVision H.264 fourcc.Carl Eugen Hoyos2013-10-111-1/+1
| | | | | | | | Fixes d24da748
* | Add H.264 fourcc GAVC for GeoVision cameras.Carl Eugen Hoyos2013-10-111-0/+1
| |
* | riff: g723_1 decodes vivo g723.1 in asfCompn2013-09-151-0/+1
| | | | | | | | works on bellair_digital_movie.asf
* | avformat/riff: add 0x594a TwoCCPiotr Bandurski2013-09-101-0/+1
| | | | | | | | | | | | | | | | sample: http://samples.mplayerhq.hu/game-formats/wc4-xan/crusader-no-regret.avi Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | riff: add 0x64 to g726 works on g726-test1.wavCompn2013-09-031-0/+1
| |
* | avformat/riff: add DM4V FourCCPiotr Bandurski2013-08-151-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>