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
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
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-04attempt to detect Chinese AVS videoMåns Rullgård
2006-06-29detect audio-only program streams and broken files made by VDRMåns Rullgård
2006-06-29detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård
2006-06-20allow packets with non-zero PES_scrambling_controlMåns Rullgård
2006-03-01add size to AVIndexMichael Niedermayer
2006-02-11mpeg-ps probe 2nd tryMichael Niedermayer
2006-02-08replace probe() by one similar to MPEG-ESMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-06-16add support for muxing subtitles in mpeg-psAurelien Jacobs
2005-06-03DVD subtitle parsing - show mpeg component IDs by defaultFabrice Bellard
2005-05-20fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)Joakim Plate
2005-03-28PSM support in MPEG-PS demuxer.Måns Rullgård
2005-03-17more fine grained discarding of packetsMichael Niedermayer