| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | Support FourCC mjpa as MJPEG. | Carl Eugen Hoyos | 2009-10-18 | 1 | -0/+1 |
* | Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. | Carl Eugen Hoyos | 2009-10-16 | 1 | -1/+1 |
* | Add decoder for "forward uncompressed". | Reimar Döffinger | 2009-10-13 | 1 | -0/+1 |
* | Support Midvid JPEG Video Codec (still flipped). | Carl Eugen Hoyos | 2009-10-12 | 1 | -0/+1 |
* | Support Intel JPEG Library Video Codec (still flipped). | Carl Eugen Hoyos | 2009-10-12 | 1 | -0/+1 |
* | fix riff subtitle timebase | Aurelien Jacobs | 2009-08-07 | 1 | -1/+2 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -10/+10 |
* | Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI f... | Jason Garrett-Glaser | 2009-06-18 | 1 | -0/+1 |
* | Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. | Jason Garrett-Glaser | 2009-06-12 | 1 | -0/+1 |
* | Associate the 0x6c75 TwoCC used in certain Kodak cameras | Jai Menon | 2009-06-12 | 1 | -0/+1 |
* | DPX (Digital Picture Exchange) image decoder | Jimmy Christensen | 2009-06-12 | 1 | -0/+1 |
* | Support YVU9 AVI 4cc. | Michael Niedermayer | 2009-05-26 | 1 | -0/+1 |
* | map dvh1 fourcc to dv, fixes incoming/dvh1_sample | Ben Littler | 2009-05-26 | 1 | -0/+1 |
* | v210 avi fourcc, v210_720p.avi | Baptiste Coudurier | 2009-05-12 | 1 | -0/+1 |
* | dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034 | Baptiste Coudurier | 2009-05-05 | 1 | -0/+1 |
* | Add zygo fourcc. | Michael Niedermayer | 2009-04-19 | 1 | -0/+1 |
* | Add 'PNG1' to PNG fourcc codes. | Thilo Borgmann | 2009-04-10 | 1 | -0/+1 |
* | Reduce code duplication. | Zhentan Feng | 2009-04-08 | 1 | -4/+1 |
* | Reindent after r18372. | Ronald S. Bultje | 2009-04-08 | 1 | -5/+5 |
* | Add waveformat-extensible support in the wav muxer. | Ronald S. Bultje | 2009-04-08 | 1 | -24/+43 |
* | add another dv fourcc CDVH | Ben Littler | 2009-04-01 | 1 | -0/+1 |
* | Add AURA 1 and 2 codec IDs and register their FOURCCs | Kostya Shishkov | 2009-03-22 | 1 | -0/+2 |
* | sn40 avi fourcc decodes with ffodivx | Ben Littler | 2009-03-11 | 1 | -0/+1 |
* | Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org... | Michael Niedermayer | 2009-02-21 | 1 | -1/+2 |
* | Add Divio MPEG-4 FOURCC (M4CC) | Alex Converse | 2009-02-19 | 1 | -0/+1 |
* | Add support for fourcc "SP54". | Eli Friedman | 2009-02-02 | 1 | -0/+1 |
* | ADPCM found in Xbox wav files can be decoded with | Stefan Gehrer | 2009-01-31 | 1 | -0/+1 |
* | pvez avi fourcc is truemotion1 | Ben Littler | 2009-01-29 | 1 | -0/+1 |
* | add EM4A fourcc , works for: | Ben Littler | 2009-01-23 | 1 | -0/+1 |
* | another mpeg4 fourcc | Ben Littler | 2009-01-20 | 1 | -0/+1 |
* | add T263. works on samples/V-codecs/T263/ | Ben Littler | 2009-01-19 | 1 | -0/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -1/+1 |
* | add LM20 mimic in avi fourcc | Ben Littler | 2009-01-16 | 1 | -0/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | add SLMJ fourcc to mjpeg | Ben Littler | 2009-01-13 | 1 | -0/+1 |
* | cosmetics: CJPG is from Creative Webcam | Ben Littler | 2009-01-08 | 1 | -1/+1 |
* | fourcc CJPG is sequential jpeg | Ben Littler | 2009-01-08 | 1 | -0/+1 |
* | add amr in avi riff tags | Ben Littler | 2008-12-24 | 1 | -0/+2 |
* | Fix two identical warnings when compiling riff.c and nuv.c with icc: | Carl Eugen Hoyos | 2008-12-22 | 1 | -2/+2 |
* | add MPNG fourcc | Ben Littler | 2008-12-16 | 1 | -0/+1 |
* | two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list | Ben Littler | 2008-12-16 | 1 | -0/+3 |