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 (Collapse)Author
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
AVERROR(ENOMEM). AVERROR_NOMEM is deprecated and will be dropped at the next libavutil major bump. Originally committed as revision 22791 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-20Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley
Patch by James Darnley <james darnley at gmail> Originally committed as revision 22606 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-16Correctly write last 0 lacing value when packet size is multiple of 255, ↵Greg Maxwell
patch by Greg Maxwell, gmaxwell at gmail dot com Originally committed as revision 22559 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-29Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier
Originally committed as revision 21526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-13Add Speex support to the Ogg muxer.Justin Ruggles
Originally committed as revision 20220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-17Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer
from O(packets_in_the_file) to O(num_of_streams). Originally committed as revision 19887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-22oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles
corrupted data. Originally committed as revision 19248 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-22oggenc: return error value from ogg_build_flac_headers()Justin Ruggles
Originally committed as revision 19247 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-22cosmetics: spacing and commentsJustin Ruggles
Originally committed as revision 19246 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-22oggenc: check for failed av_mallocz()Justin Ruggles
Originally committed as revision 19245 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles
Originally committed as revision 17602 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier
It is an internal function and should not be in an installed header. Originally committed as revision 17070 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-31function is staticBaptiste Coudurier
Originally committed as revision 16886 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-31use new ff_interleave_add_packetBaptiste Coudurier
Originally committed as revision 16885 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-19add ogv extensionBaptiste Coudurier
Originally committed as revision 14295 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-19cosmetics, remove spaceBaptiste Coudurier
Originally committed as revision 14294 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-30fix Ogg/FLAC header sizeJustin Ruggles
Originally committed as revision 12626 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-05Fix issue 338:Baptiste Coudurier
Correctly interleave ogg packets per granule and set eos correctly, 2 packets buffering is needed. It duplicates interleave_per_dts a bit, if someone has a good solution, I'll implement it. Originally committed as revision 11867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-05it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier
Originally committed as revision 11866 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-10ogg muxerBaptiste Coudurier
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk