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-08-26vertical alignMichael Niedermayer
2008-08-15Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer
2008-07-13Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly whichMichael Niedermayer
2008-06-20remove useless close funcsBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29Check return of url_fseek in mpeg timestamp reading code.Joakim Plate
2008-05-21support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx netLars Täuber
2008-04-29Support invalid mpeg created by vdrMichael Niedermayer
2008-03-04Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer
2008-01-14Suppress runaway index on streamed inputMichel Bardiaux
2008-01-13user specifyable maximum amount of memory to use for the index.Paul Kelly
2008-01-08Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten
2008-01-03use one shift less in get_pts()Ivo van Poorten
2007-12-25Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen
2007-12-03make mpeg-ps probe less happy with random dataMichael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-09Improve Sofdec file detectionMåns Rullgård
2007-11-08fix potential buffer over-readAurelien Jacobs
2007-11-08fix negative fseekAurelien Jacobs
2007-11-08correctly set audio codec when demuxing sofdec filesAurelien Jacobs
2007-11-03typoMichael Niedermayer
2007-11-03fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer
2007-11-01revert part of r10899 which was not intendedAurelien Jacobs
2007-11-01remove useless initialization to 0 of adx contextAurelien Jacobs
2007-08-05fix misdetection of out.ac3Michael Niedermayer
2007-08-05//more debug infoMichael Niedermayer
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-06-21remove now useless ifdefBaptiste Coudurier
2007-06-21split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...Baptiste Coudurier
2007-06-12misc spelling fixesDiego Biurrun
2007-04-30Fix loop condition so it can be run through more than once.Wolfram Gloger
2007-04-30more detailed error message for buffer underflowWolfram Gloger
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-06Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...Michael Niedermayer
2007-01-17simplifyMichael Niedermayer
2007-01-17simplify pts/dts readingMichael Niedermayer
2007-01-17cosmeticMichael Niedermayer
2007-01-17reduce len checks, simplifies codeMichael Niedermayer
2007-01-17seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
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-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
2006-08-29add support for information in CDXA formatAllan Sandfeld Jensen
2006-08-19fix probing of 02-Penguin.flacMichael Niedermayer
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård