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
2013-01-18lavc: support ZenoXVID custom tagLuca Barbato
Looks like this kind of samples are produced by certain Russian equipment.
2013-01-06Drop Snow codecDiego Biurrun
Snow is a toy codec with no real-world use and horrible code.
2012-11-28lavf: move nuv fourcc audio tags from riff to nuvJustin Ruggles
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-28lavf: move "MP3 " fourcc from riff to nutJustin Ruggles
Original commit, 7b24f9b, says it was added because it is used in libnut.
2012-11-27riff: do not add empty metadata tags in INFO chunkJustin Ruggles
2012-11-27riff: only warn on a bad INFO chunk code size instead of failingJustin Ruggles
fixes Bug 392
2012-11-25riff: Make ff_riff_tags static and move under appropriate #ifdefDiego Biurrun
The table is not used outside the file.
2012-10-22riff: remove a write-only variableAnton Khirnov
2012-10-18riff: Move functions around to be covered by appropriate #ifdefsDiego Biurrun
This fixes compilation with --disable-muxers.
2012-10-16riff: do not write empty INFO tagsVictor Vasiliev
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-10-16lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev
It will be useful in the wav muxer. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-09-14riff: Add SVQ3 fourccDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-08-31MSS2 decoderAlberto Delmás
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-02Canopus Lossless decoderDerek Buitenhuis
At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-07-13MS Expression Encoder Screen decoderKostya Shishkov
2012-07-11TechSmith Screen Codec 2 decoderKostya Shishkov
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-06-20MS Screen 1 decoderKostya Shishkov
2012-06-05Indeo Audio decoderKostya Shishkov
2012-04-17riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE ↵Justin Ruggles
header This matches the value for the plain WAVEFORMATEX header. Also fixes stream copy to WAVE for non-16-bit raw pcm.
2012-03-19ZeroCodec DecoderDerek Buitenhuis
An obscure Japanese lossless video codec, originally intended for use with a remote desktop application. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
2012-03-05riffenc: use av_get_audio_frame_duration()Justin Ruggles
For encoding, frame_size is not a reliable indicator of packet duration. Also, we don't want to have to force the demuxer to find frame_size for stream copy to work.
2012-01-22riff: fix invalid av_freep() calls on EOF in ff_read_riff_infoJanne Grunau
2012-01-12riff: remove references to sonic codec idsAnton Khirnov
They are deprecated and will be purged on next major bump.
2012-01-02Detect 'yuv2' as rawvideo also in avi.Carl Eugen Hoyos
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-12-14v410 encoder and decoderDerek Buitenhuis
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-12-10Dxtory capture format decoderKostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-12-08cljr: add encoderPaul B Mahol
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-11-27Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-11-12VBLE DecoderDerek Buitenhuis
Add a decoder for the VBLE Lossless Codec, which still has a cult following. Used to be popular several years ago on doom9. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-02g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles
This requires some workarounds in the WAV muxer and demuxer. We need to write the correct bits_per_coded_sample and block_align in the muxer. In the demuxer, we cannot rely on the bits_per_coded_sample value, so we use the bit rate and sample rate to determine the value. This avoids having the decoder rely on AVCodecContext.bit_rate, which is not required to be set by the user for decoding according to our API.
2011-10-19Ut Video decoderKostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-10-14riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks
The cbSize field should be included in all cases, even with PCM where its value is ignored. Fixes encoding PCM audio in Matroska for some players which insist on a full WAVEFORMATEX structure for A_MS/ACM audio. Since fate uses wav files for the audio test a larger number of tests has changed checksums or shifted positions due to the 2 byte longer wave header. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-07-22riff: Add mpgv MPEG-2 fourccAlex Converse
Supported by mplayer and seen in the wild.
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-06-21riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad
2011-06-21riff: Add DAVC fourcc.ami_stuff
This fourcc is used by the "mpegable AVC" codec and files encoded with this codec decode correctly with our H.264 decoder.
2011-06-21riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos
2011-06-21rawvideo: Support auv2 fourcc.ami_stuff
2011-06-09riff: Fix potential memleak.Alex Converse
Make ff_get_wav_header() free existing extradata before allocing a new buffer.
2011-05-03Make ffmpeg support generic data streamLuca Barbato
The patch is the first step to support -dcodec copy
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
ff_get_wav_header is reading data from a WAVE file and then uses it (without validation) to malloc a buffer. It then proceeded to read data into the buffer, without verifying that the allocation succeeded. To address this, change ff_get_wav_header to return an error if allocation failed, and adapted all calling code to handle that error. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-04-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-03-07Add audio codec 0x1600 (ADTS AAC)Peter Ross
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>