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
2006-11-20matroska: properly handle real video extradataAurelien Jacobs
2006-11-20simplify free()+set to NULL using av_freep()Aurelien Jacobs
2006-11-12Allows playback of truncated matroska files.Aurelien Jacobs
2006-11-11Fix wrong comment.Steve L'Homme
2006-11-11Add A_AAC codec identifier support in matroska.Steve L'Homme
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier
2006-11-08add support for AAC in matroskaAurelien Jacobs
2006-11-08add audio output sampling freqency reading in matroskaAurelien Jacobs
2006-11-08Better way to detect cluster (fix files encoded with Haali's muxer).Aurelien Jacobs
2006-11-07Allow reading matroska title.Aurelien Jacobs
2006-11-07cosmetics: reindent after last commitAurelien Jacobs
2006-11-07Don't need to check for NULL before av_free().Aurelien Jacobs
2006-11-07Add support for block duration.Steve L'Homme
2006-11-07Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).Steve L'Homme
2006-11-07guess matroska files frame rateSteve L'Homme
2006-11-06remove floats in 10 bytes/byte support (no version of matroska used it)Steve L'Homme
2006-11-06WavPack support in MatroskaKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
2006-03-25dont set random timestamps if they are not knownMichael Niedermayer
2006-03-25fixing timebaseMichael Niedermayer
2006-03-25Rename time variable to the more descriptive block_time.Steve L'Homme
2006-03-22duration and subitle fix from the patch by Steve LhommeSteve L'Homme
2006-03-22cleanup codec_id mapping (untested)Michael Niedermayer
2006-03-22fix aspect ratioMichael Niedermayer
2006-01-31add missing #includesDieter
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-17total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ...Michael Niedermayer
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-07-19more non portable float parsing code ...Michael Niedermayer
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-13change extradata format for vorbisMåns Rullgård
2005-03-17more fine grained discarding of packetsMichael Niedermayer
2005-03-11Patch from Gianluigi Tiesi (sherpya at netfarm dot it):D Richard Felker III
2005-03-06H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide...Måns Rullgård
2005-01-22support discarding uninterresting packetsMichael Niedermayer
2005-01-08integer overflows, heap corruptionMichael Niedermayer
2004-07-14libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
2004-04-07unknown format charAlex Beregszaszi
2004-03-25warning patrolFalk Hüffner
2004-03-12big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students...Michael Niedermayer