| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |