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
2011-09-13Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar
2011-09-13Check for invalid packet size in the smacker demuxer.Laurent Aimar
2011-09-12smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-02Remove unused variablesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-06-24Correctly return EOF for smacker videosAlexei Svitkine
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-30Set duration in Smacker demuxerDaniel Verkamp
2010-01-30Demux Bink audio in Smacker filesDaniel Verkamp
2009-11-01Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles
2009-03-21Make Smacker audio decoder output audio in original bit depthDaniel Verkamp
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29Remove unnecessary header #includes.Erik Hovland
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-08-23Take ring frame into account when demuxing.Kostya Shishkov
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
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-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
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-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-16free codec extradata in av_close_input_fileMåns Rullgård
2006-05-17Proper PTS generation for Smacker audioKostya Shishkov
2006-05-17Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov
2006-05-13sanity checks some might have been exploitableMichael Niedermayer
2006-03-21Smacker demuxer and decoder.Kostya Shishkov