| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi | Ben Littler | 2008-12-16 | 1 | -0/+1 |
* | add rpza avi fourcc | Ben Littler | 2008-12-16 | 1 | -0/+2 |
* | add another mpeg4 avi fourcc from uncommon codecs list | Ben Littler | 2008-12-12 | 1 | -0/+1 |
* | add 'ACDV' FourCC (which is just complete JPEG files in individual AVI | Mike Melanson | 2008-12-11 | 1 | -0/+2 |
* | add mpeg2 fourcc and aac format tag from asf | Ben Littler | 2008-12-08 | 1 | -0/+2 |
* | add VX1K h263 and DMK2 mpeg4 avi fourccs | Ben Littler | 2008-12-05 | 1 | -0/+2 |
* | add fourccs from avi files | Ben Littler | 2008-12-03 | 1 | -0/+14 |
* | add GEOX fourcc for mpeg4 | Michael Niedermayer | 2008-12-03 | 1 | -0/+1 |
* | add FFDS fourcc, ok'd by kostya | Ben Littler | 2008-12-03 | 1 | -0/+1 |
* | Decode audio channel layout from RIFF/WAV file format. | Peter Ross | 2008-11-05 | 1 | -1/+1 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -3/+3 |
* | Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work | Benjamin Larsson | 2008-09-26 | 1 | -0/+1 |
* | Add fourcc for MS RLE4 | Kostya Shishkov | 2008-09-18 | 1 | -0/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -7/+7 |
* | set default bps to 16 in wav header | Baptiste Coudurier | 2008-09-07 | 1 | -1/+2 |
* | simplify bps code by using av_get_bits_per_sample | Baptiste Coudurier | 2008-09-05 | 1 | -13/+2 |
* | Fix msgsm in wav, do not set blkalign to frame size, this is wrong, | Baptiste Coudurier | 2008-09-04 | 1 | -1/+1 |
* | Make RIFF-based demuxers handle F32LE and F64LE PCM audio. | Peter Ross | 2008-08-19 | 1 | -1/+9 |
* | FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2... | Benjamin Larsson | 2008-08-10 | 1 | -0/+1 |
* | Support muxing of Zork PCM audio into RIFF formats. | Peter Ross | 2008-08-05 | 1 | -1/+3 |
* | Add entry for Dirac codec. | Anuradha Suraparaju | 2008-07-10 | 1 | -0/+1 |
* | Make ac3 in avi work better. | Michael Niedermayer | 2008-05-26 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | cosmetics: remove some empty lines | Aurelien Jacobs | 2008-03-10 | 1 | -12/+0 |
* | remove useless and misleading comments | Aurelien Jacobs | 2008-03-10 | 1 | -5/+0 |
* | consistent use of MKTAG() in the codec_bmp_tags table | Aurelien Jacobs | 2008-03-09 | 1 | -5/+5 |
* | cosmetics: alignment of the codec_bmp_tags table | Aurelien Jacobs | 2008-03-09 | 1 | -136/+136 |
* | recognize the CLJR FourCC (Cirrus Logic AccuPak) | Mike Melanson | 2008-03-09 | 1 | -0/+1 |
* | Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut. | Michael Niedermayer | 2008-03-02 | 1 | -1/+1 |
* | add cdvc | Michael Niedermayer | 2008-02-29 | 1 | -0/+1 |
* | Add more riff IDs to support remuxing. | Benjamin Larsson | 2008-02-27 | 1 | -0/+3 |
* | cosmetics: Sort and prettyprint codec_wav_tags[]. | Diego Biurrun | 2008-02-24 | 1 | -35/+35 |
* | Riff ids for wmapro and wmavoice, this adds support for stream copy of these ... | Benjamin Larsson | 2008-02-23 | 1 | -0/+2 |
* | Add dv50 tag to support samples with dv50 fourcc in AVI. | Christophe Lorenz | 2008-02-04 | 1 | -0/+1 |
* | HDYC fourcc, sample hdyc/Test2.avi | Baptiste Coudurier | 2007-09-21 | 1 | -0/+1 |
* | loosen dependencies over allformats.h | Aurelien Jacobs | 2007-09-16 | 1 | -1/+0 |
* | support silly PCM variant used by zork nemesis | Michael Niedermayer | 2007-07-30 | 1 | -0/+2 |
* | detect voxware (closes issue39) | Michael Niedermayer | 2007-07-27 | 1 | -0/+1 |
* | Move public API functions av_codec_get_tag() and av_codec_get_id() | Aurelien Jacobs | 2007-07-11 | 1 | -43/+0 |
* | remove deprecated codec_get_{bmp,wav}_{id,tag}() | Måns Rullgård | 2007-07-08 | 1 | -20/+0 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | add MMES fourcc, matrox mpeg2 in avi files | Baptiste Coudurier | 2007-06-06 | 1 | -0/+1 |
* | move jpegls up, fixes sf bug #1629152 | Michael Niedermayer | 2007-05-30 | 1 | -1/+1 |
* | Atrac3 decoder. | Benjamin Larsson | 2007-04-17 | 1 | -0/+1 |