summaryrefslogtreecommitdiffstats
path: root/libavformat/riff.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-1/+2
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-32/+32
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-22/+22
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-6/+6
* Add audio codec 0x1602 (AAC LATM)Peter Ross2011-01-091-0/+6
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-081-0/+1
* Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos2011-01-061-5/+3
* move ff_get_bmp_header under CONFIG_DEMUXERS blockPeter Ross2011-01-011-17/+17
* Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an...Carl Eugen Hoyos2010-12-301-0/+4
* add ff_get_bmp_headerPeter Ross2010-12-261-0/+17
* Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).Andrew Wason2010-11-291-0/+1
* Add G.722 to RIFF codec listPeter Ross2010-11-281-0/+1
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-261-0/+1
* Add R10k decoder.Zhou Zongyi2010-09-131-0/+1
* add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler2010-08-301-0/+1
* Make MP43 the default fourcc for msmpeg4v3:Carl Eugen Hoyos2010-07-201-1/+1
* Added M701 codec_tag for mpeg2videoTomas Härdin2010-06-071-0/+1
* Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos2010-05-251-0/+1
* Add missing codec id <-> codec tag entries:Stefano Sabatini2010-05-241-0/+4
* Add VP80 fourccGoogle2010-05-191-0/+1
* Add NV12 and NV21 AVI tags.Stefano Sabatini2010-05-161-0/+2
* Add FourCC MJPG for CODEC_ID_JPEGLS.Francesco Lavra2010-05-091-0/+1
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-091-0/+1
* Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula2010-04-281-1/+1
* Support VP6F in Matroska.Christian Schmidt2010-04-221-0/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-3/+3
* riff: don't pad extradata when writing ASF.Anton Khirnov2010-03-151-1/+1
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-091-0/+1
* add netspeak gsm and truespeech wav format tags to riff.cBen Littler2010-02-131-0/+2
* Add GEOV fourcc (issue971).Michael Niedermayer2010-02-121-0/+1
* add uldx fourcc to mpeg4 in riff.cBen Littler2010-01-181-0/+1
* add vspx fourcc to mpeg4 in riff.cBen Littler2010-01-171-0/+1
* Support decoding of SoftLab-NSK VideoTizer.ami_stuff2010-01-161-0/+1
* Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp2010-01-061-1/+1
* add another mjpeg fourcc to riff.c listBen Littler2010-01-051-0/+1
* It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer2009-12-181-1/+3
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-171-0/+1
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-101-0/+1
* Support Etymonix MPEG-2 video codec, fixes issue 1603.Carl Eugen Hoyos2009-12-101-0/+1
* add dvcs to dvvideo, fixes issue 1604Ben Littler2009-12-091-0/+1
* Support AVI1 and AVI2 in avi as MJPEG.Carl Eugen Hoyos2009-12-081-0/+2
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-011-0/+1
* map VYUY fourcc to rawcodecBen Littler2009-11-021-0/+1
* add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.aviBen Littler2009-10-271-0/+1
* add some raw codec fourccs, fixes:Ben Littler2009-10-271-0/+7
* Support FourCC mjpa as MJPEG.Carl Eugen Hoyos2009-10-181-0/+1
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-1/+1
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-131-0/+1
OpenPOWER on IntegriCloud