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
2011-04-07riff: add ATRAC3+ guidPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-07ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-07move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, ↵Peter Ross
MEDIASUBTYPE_BASE_GUID and audio_guids[] to riff.c/h (add FF_ prefix to PRI_GUID, ARG_GUID, and MEDIASUBTYPE_BASE_GUID; rename audio_guids to ff_codec_wav_guids) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-07move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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>
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
In the name of consistency: put_byte -> avio_w8 put_<type> -> avio_w<type> put_buffer -> avio_write put_nbyte will be made private put_tag will be merged with avio_put_str Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
In the name of consistency: get_byte -> avio_r8 get_<type> -> avio_r<type> get_buffer -> avio_read get_partial_buffer will be made private later get_strz is left out becase I want to change it later to return something useful. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-01-09Add audio codec 0x1602 (AAC LATM)Peter Ross
Originally committed as revision 26273 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos
Originally committed as revision 26270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-06Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos
Fixes playback for corner-cases like 32kHz 320kb. Originally committed as revision 26242 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-01move ff_get_bmp_header under CONFIG_DEMUXERS blockPeter Ross
Originally committed as revision 26182 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-30Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 ↵Carl Eugen Hoyos
and issue 2446). Originally committed as revision 26167 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-12-26add ff_get_bmp_headerPeter Ross
Originally committed as revision 26091 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-30Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).Andrew Wason
Patch by Andrew Wason, rectalogic rectalogic com Originally committed as revision 25853 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-28Add G.722 to RIFF codec listPeter Ross
Originally committed as revision 25837 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov
Originally committed as revision 25209 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-14Add R10k decoder.Zhou Zongyi
Original patch by Zhou Zongyi, zhouzy A os pku edu cn, resubmitted by James Darnley, james.darnley gmail, changes by me. Originally committed as revision 25115 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-30add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler
Originally committed as revision 24991 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Make MP43 the default fourcc for msmpeg4v3:Carl Eugen Hoyos
DIV3 is not supported on default XP and Vista installations (MP43 is). Originally committed as revision 24343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-07Added M701 codec_tag for mpeg2videoTomas Härdin
Originally committed as revision 23513 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-25Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos
Originally committed as revision 23309 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-25Add missing codec id <-> codec tag entries:Stefano Sabatini
CODEC_ID_RAWVIDEO <-> Y41B CODEC_ID_RAWVIDEO <-> Y42B CODEC_ID_RAWVIDEO <-> YUV9 CODEC_ID_RAWVIDEO <-> YVU9 These codec tags are listed in fourcc.org, and are already listed in libavcodec/raw.c:ff_raw_pix_fmt_tags as AVI tags. Originally committed as revision 23296 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-19Add VP80 fourccGoogle
Patch by Google Originally committed as revision 23193 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-16Add NV12 and NV21 AVI tags.Stefano Sabatini
Both are listed in fourcc.org. Originally committed as revision 23145 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-10Add FourCC MJPG for CODEC_ID_JPEGLS.Francesco Lavra
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23076 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-10Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini
format uyyvyy411. The codec tag is referenced in fourcc.org. Originally committed as revision 23072 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-28Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula
Patch by Anssi Hannula, anssi D hannula A iki fi Originally committed as revision 22985 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-22Support VP6F in Matroska.Christian Schmidt
Patch by Christian Schmidt, schmidt digadd de Originally committed as revision 22941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-15riff: don't pad extradata when writing ASF.Anton Khirnov
Patch by Anton Khirnov mirror(moc liamg saksyw) Originally committed as revision 22539 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09Kega Game Video (KGV1) decoderDaniel Verkamp
Originally committed as revision 22364 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-13add netspeak gsm and truespeech wav format tags to riff.cBen Littler
Originally committed as revision 21797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-12Add GEOV fourcc (issue971).Michael Niedermayer
Originally committed as revision 21768 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-18add uldx fourcc to mpeg4 in riff.cBen Littler
Originally committed as revision 21279 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-17add vspx fourcc to mpeg4 in riff.cBen Littler
Originally committed as revision 21269 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16Support decoding of SoftLab-NSK VideoTizer.ami_stuff
Patch by ami_stuff, ami_stuff o2 pl Originally committed as revision 21245 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-07Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp
This removes some special-case code from riff.c. CODEC_ID_ADPCM_G726 is still handled in riff.c as before because it is not guaranteed to be fixed 4 bits per sample. Originally committed as revision 21037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-05add another mjpeg fourcc to riff.c listBen Littler
Originally committed as revision 21032 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-18It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer
just channels>2. The 16bit case is from MSDN, the 48khz is from less a reliable www page (sorry i cant find the URL anymore). Originally committed as revision 20892 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-17Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger
Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-11(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos
Originally committed as revision 20796 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-11Support Etymonix MPEG-2 video codec, fixes issue 1603.Carl Eugen Hoyos
Originally committed as revision 20795 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-09add dvcs to dvvideo, fixes issue 1604Ben Littler
Originally committed as revision 20786 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-09Support AVI1 and AVI2 in avi as MJPEG.Carl Eugen Hoyos
Fixes issue 1602. Originally committed as revision 20781 to svn://svn.ffmpeg.org/ffmpeg/trunk