Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-07set default bps to 16 in wav headerBaptiste Coudurier
2008-09-05simplify bps code by using av_get_bits_per_sampleBaptiste Coudurier
2008-09-05Fix msgsm in wav, do not set blkalign to frame size, this is wrong,Baptiste Coudurier
2008-08-19Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross
2008-08-10FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2...Benjamin Larsson
2008-08-05Support muxing of Zork PCM audio into RIFF formats.Peter Ross
2008-07-10Add entry for Dirac codec.Anuradha Suraparaju
2008-05-26Make ac3 in avi work better.Michael Niedermayer
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-10cosmetics: remove some empty linesAurelien Jacobs
2008-03-10remove useless and misleading commentsAurelien Jacobs
2008-03-10consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs
2008-03-10cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs
2008-03-09recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson
2008-03-03Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer
2008-02-29add cdvcMichael Niedermayer
2008-02-27Add more riff IDs to support remuxing.Benjamin Larsson
2008-02-25cosmetics: Sort and prettyprint codec_wav_tags[].Diego Biurrun
2008-02-24Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson
2008-02-04Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz
2007-09-21HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier
2007-09-17loosen dependencies over allformats.hAurelien Jacobs
2007-07-30support silly PCM variant used by zork nemesisMichael Niedermayer
2007-07-27detect voxware (closes issue39)Michael Niedermayer
2007-07-11Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs
2007-07-08remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård
2007-06-12misc spelling fixesDiego Biurrun
2007-06-06add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier
2007-05-31move jpegls up, fixes sf bug #1629152Michael Niedermayer
2007-04-18Atrac3 decoder.Benjamin Larsson
2007-04-01WMVAMichael Niedermayer
2007-03-31add AVRn fourccBaptiste Coudurier
2007-03-26add IJPG fourcc, to play m_ijpg.aviBaptiste Coudurier
2007-03-15Targa (.tga) encoder,Bobby Bingham
2007-03-10jpeg fourccMichael Niedermayer
2007-02-24be less noisyMichael Niedermayer
2007-02-20warn if bps from user and what will be stored missmatchesMichael Niedermayer
2007-02-20Remove code duplicated between adpcm.c and riff.cMichel Bardiaux
2007-02-20Add support for MS-GSM codecMichel Bardiaux
2007-01-26add waveformatextensible supportBaptiste Coudurier
2007-01-21remove now useless codec_tag setting code in muxersMichael Niedermayer
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2006-12-18Add support for VP60 and VP61.Aurelien Jacobs
2006-11-11libnut uses "MP3 " for mp3Michael Niedermayer
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier
2006-11-08Remove illegal FourCC values.Diego Biurrun
2006-10-30IMC decoderKostya Shishkov
2006-10-16Replace FLAC FourCC by TwoCC.Diego Biurrun