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
2007-10-22cosmetics: reindentAurelien Jacobs
Originally committed as revision 10830 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-21Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs
Patch by Aurelien Jacobs (aurel at "... is not unix"age.org) Thread [RFC] Feed whole frames to RV* decoders Originally committed as revision 10824 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-31SimpleBlock keyframe flag is the most significant bitDavid Conrad
Originally committed as revision 10274 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-17cosmetic: indentationAurelien Jacobs
Originally committed as revision 10128 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-17Don't pre-scale default_duration to avoid precision loss in fps calculation.Aurelien Jacobs
closes Issue95 Originally committed as revision 10127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-17no need for special case default_duration for AACAurelien Jacobs
Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-17calculate default_duration according to framerate only when not already setAurelien Jacobs
Originally committed as revision 10125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10ensure that negative block_time are properly checkedAurelien Jacobs
(workaround unsigned comparison) Originally committed as revision 10058 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris
Originally committed as revision 9763 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-16add support for S_ASS and S_SSA codec stringAurelien Jacobs
Originally committed as revision 9704 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13Remove broken assert. ebml_read_element_id can handle level_up set to NULL.Alex Beregszaszi
Originally committed as revision 9621 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11add support for ASS like subtitles in MatroskaAurelien Jacobs
Originally committed as revision 9593 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11add support for Matroska subtitle tracksAurelien Jacobs
Originally committed as revision 9591 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-09duration must not be scaledAurelien Jacobs
Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-09properly set AVStream.language according to Matroska track headerAurelien Jacobs
Originally committed as revision 9557 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25cosmetics: indentation after last commitAurelien Jacobs
Originally committed as revision 9417 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25drop blocks which are part of unsupported tracksAurelien Jacobs
Originally committed as revision 9416 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23simplifyAurelien Jacobs
Originally committed as revision 9399 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23use intreadwrite functions in matroskadecAurelien Jacobs
based on a patch by Ronald S. Bultje rsbultje gmail com Originally committed as revision 9396 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-20Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger
Originally committed as revision 9376 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05cosmetics: use one type per field in every structsAurelien Jacobs
Originally committed as revision 9220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05cosmetics: indentationAurelien Jacobs
Originally committed as revision 9218 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05add support for real audio in matroskaAurelien Jacobs
Originally committed as revision 9217 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs
Originally committed as revision 9216 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad
patch by David Conrad umovimus _at_ gmail.com Originally committed as revision 9215 to svn://svn.ffmpeg.org/ffmpeg/trunk