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
2010-03-15cosmetics : Print newline after error message.Jai Menon
2010-03-09mkvenc: Handle negative timestamps correctlyDavid Conrad
2010-03-09mkvenc: Don't try to write packets with unknown timestampsDavid Conrad
2010-03-09mkvenc: write dts for VFW modeDavid Conrad
2010-03-04Ensure that we write clusters and blocks with known size when streamingDavid Conrad
2010-03-04Fix indentationDavid Conrad
2010-03-04Simplify starting and ending clustersDavid Conrad
2010-03-04Write the first seekhead if writing to a stream, we won't be able to seekDavid Conrad
2010-03-04Attempt seeking to write EBML master sizes even if streamedDavid Conrad
2010-03-04matroskaenc: use "title" tag instead of "description" in track title.Anton Khirnov
2010-01-21mkvenc: Write TrackTimecodeScaleRafaël Carré
2009-10-18matroskaenc: Add support for writing chapters.Anton Khirnov
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-02-26Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles
2009-02-24Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer
2009-02-15matroskaenc: use new metadata APIAurelien Jacobs
2009-01-20matroskaenc: correctly handle h264 streams with 3 bytes nal startcodesAurelien Jacobs
2009-01-17Cosmetics: indentDavid Conrad
2009-01-17Treat disposition==0 as undefined and don't write the default flagDavid Conrad
2009-01-17Flush the buffer after writing the header and when done with writing the filesDavid Conrad
2009-01-15Reindent after last commitLuca Abeni
2009-01-15Do not reallocate AVPacket's data when muxing a packetLuca Abeni
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-10-23matroskaenc: require global headerAurelien Jacobs
2008-10-05matroskaenc: correct muxing of ASS packetsAurelien Jacobs
2008-10-05matroskaenc: use correct EBML ID for block durationAurelien Jacobs
2008-10-05matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()Aurelien Jacobs
2008-10-05matroskaenc: remove useless mkv_block_size() functionAurelien Jacobs
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-05matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-08-05misc spelling/grammar fixesDiego Biurrun
2008-08-05matroska: expand useless define for MS compat codec id stringsAurelien Jacobs
2008-07-27matroska: add support for V_QUICKTIME track typeAurelien Jacobs
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-02fix encoding of flac private dataJustin Ruggles
2008-04-03use common aac sample rate tablesAurelien Jacobs
2008-03-07Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov
2008-03-01simplification proposed by RichAurelien Jacobs
2008-02-27makes really sure that no undefined behavior can happenAurelien Jacobs
2008-02-27Avoid infinite loop.Aurelien Jacobs
2008-01-12Write 0 instead of seeking forward (and leaving bytes uninitalized),Michael Niedermayer
2008-01-12add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs
2008-01-12Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs
2008-01-11Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-06spelling/wording nits in some Doxygen commentsDiego Biurrun