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 (Expand)Author
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
2012-01-02Detect 'yuv2' as rawvideo also in avi.Carl Eugen Hoyos
2011-12-14v410 encoder and decoderDerek Buitenhuis
2011-12-10Dxtory capture format decoderKostya Shishkov
2011-12-08cljr: add encoderPaul B Mahol
2011-11-27Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev
2011-11-12VBLE DecoderDerek Buitenhuis
2011-11-02g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles
2011-10-19Ut Video decoderKostya Shishkov
2011-10-14riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-07-22riff: Add mpgv MPEG-2 fourccAlex Converse
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-21riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad
2011-06-21riff: Add DAVC fourcc.ami_stuff
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
2011-05-03Make ffmpeg support generic data streamLuca Barbato
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-07Add audio codec 0x1600 (ADTS AAC)Peter Ross
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-09Add audio codec 0x1602 (AAC LATM)Peter Ross
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos
2011-01-06Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos
2011-01-01move ff_get_bmp_header under CONFIG_DEMUXERS blockPeter Ross
2010-12-30Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an...Carl Eugen Hoyos
2010-12-26add ff_get_bmp_headerPeter Ross
2010-11-30Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).Andrew Wason
2010-11-28Add G.722 to RIFF codec listPeter Ross
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov
2010-09-14Add R10k decoder.Zhou Zongyi
2010-08-30add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler
2010-07-20Make MP43 the default fourcc for msmpeg4v3:Carl Eugen Hoyos
2010-06-07Added M701 codec_tag for mpeg2videoTomas Härdin
2010-05-25Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos
2010-05-25Add missing codec id <-> codec tag entries:Stefano Sabatini
2010-05-19Add VP80 fourccGoogle
2010-05-16Add NV12 and NV21 AVI tags.Stefano Sabatini