| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | Add audio codec 0x1600 (ADTS AAC) | Peter Ross | 2011-03-07 | 1 | -0/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -2/+2 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -1/+2 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -32/+32 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -22/+22 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -6/+6 |
* | Add audio codec 0x1602 (AAC LATM) | Peter Ross | 2011-01-09 | 1 | -0/+6 |
* | Lagarith decoder by Nathan Caldwell, saintdev at gmail | Carl Eugen Hoyos | 2011-01-08 | 1 | -0/+1 |
* | Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi. | Carl Eugen Hoyos | 2011-01-06 | 1 | -5/+3 |
* | move ff_get_bmp_header under CONFIG_DEMUXERS block | Peter Ross | 2011-01-01 | 1 | -17/+17 |
* | Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an... | Carl Eugen Hoyos | 2010-12-30 | 1 | -0/+4 |
* | add ff_get_bmp_header | Peter Ross | 2010-12-26 | 1 | -0/+17 |
* | Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422). | Andrew Wason | 2010-11-29 | 1 | -0/+1 |
* | Add G.722 to RIFF codec list | Peter Ross | 2010-11-28 | 1 | -0/+1 |
* | Make WMV3 decoder attempt to decode WMVP as well | Kostya Shishkov | 2010-09-26 | 1 | -0/+1 |
* | Add R10k decoder. | Zhou Zongyi | 2010-09-13 | 1 | -0/+1 |
* | add WAWV fourcc, works on V-codecs/WAWV.avi | Ben Littler | 2010-08-30 | 1 | -0/+1 |
* | Make MP43 the default fourcc for msmpeg4v3: | Carl Eugen Hoyos | 2010-07-20 | 1 | -1/+1 |
* | Added M701 codec_tag for mpeg2video | Tomas Härdin | 2010-06-07 | 1 | -0/+1 |
* | Samsung uses SIPP as FourCC for MPEG-4 ASP. | Carl Eugen Hoyos | 2010-05-25 | 1 | -0/+1 |
* | Add missing codec id <-> codec tag entries: | Stefano Sabatini | 2010-05-24 | 1 | -0/+4 |
* | Add VP80 fourcc | Google | 2010-05-19 | 1 | -0/+1 |
* | Add NV12 and NV21 AVI tags. | Stefano Sabatini | 2010-05-16 | 1 | -0/+2 |
* | Add FourCC MJPG for CODEC_ID_JPEGLS. | Francesco Lavra | 2010-05-09 | 1 | -0/+1 |
* | Add support to the Y411 codec tag, corresponding to the rawvideo pixel | Stefano Sabatini | 2010-05-09 | 1 | -0/+1 |
* | Fix FourCC when remuxing VP6F, regression introduced in r22941. | Anssi Hannula | 2010-04-28 | 1 | -1/+1 |
* | Support VP6F in Matroska. | Christian Schmidt | 2010-04-22 | 1 | -0/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | riff: don't pad extradata when writing ASF. | Anton Khirnov | 2010-03-15 | 1 | -1/+1 |
* | Kega Game Video (KGV1) decoder | Daniel Verkamp | 2010-03-09 | 1 | -0/+1 |
* | add netspeak gsm and truespeech wav format tags to riff.c | Ben Littler | 2010-02-13 | 1 | -0/+2 |
* | Add GEOV fourcc (issue971). | Michael Niedermayer | 2010-02-12 | 1 | -0/+1 |
* | add uldx fourcc to mpeg4 in riff.c | Ben Littler | 2010-01-18 | 1 | -0/+1 |
* | add vspx fourcc to mpeg4 in riff.c | Ben Littler | 2010-01-17 | 1 | -0/+1 |
* | Support decoding of SoftLab-NSK VideoTizer. | ami_stuff | 2010-01-16 | 1 | -0/+1 |
* | Handle more ADPCM codecs in av_get_bits_per_sample(). | Daniel Verkamp | 2010-01-06 | 1 | -1/+1 |
* | add another mjpeg fourcc to riff.c list | Ben Littler | 2010-01-05 | 1 | -0/+1 |
* | It appears that waveformatextensible is mandatory for more cases than | Michael Niedermayer | 2009-12-18 | 1 | -1/+3 |
* | Add decoder for R210 (uncompressed 10-bit RGB) codec. | Reimar Döffinger | 2009-12-17 | 1 | -0/+1 |
* | (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. | Carl Eugen Hoyos | 2009-12-10 | 1 | -0/+1 |
* | Support Etymonix MPEG-2 video codec, fixes issue 1603. | Carl Eugen Hoyos | 2009-12-10 | 1 | -0/+1 |
* | add dvcs to dvvideo, fixes issue 1604 | Ben Littler | 2009-12-09 | 1 | -0/+1 |
* | Support AVI1 and AVI2 in avi as MJPEG. | Carl Eugen Hoyos | 2009-12-08 | 1 | -0/+2 |
* | slif aka "SoftLab MPEG-2 I-frames Codec" support. | Michael Niedermayer | 2009-12-01 | 1 | -0/+1 |
* | map VYUY fourcc to rawcodec | Ben Littler | 2009-11-02 | 1 | -0/+1 |
* | add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi | Ben Littler | 2009-10-27 | 1 | -0/+1 |
* | add some raw codec fourccs, fixes: | Ben Littler | 2009-10-27 | 1 | -0/+7 |