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-11-23matroskaenc: don't duplicate title informationAnton Khirnov
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-10-05matroskaenc: write metadataAnton Khirnov
2010-07-26matroskaenc: add support for muxing SRT tracksAurelien Jacobs
2010-07-14matroskaenc: write DisplayUnit element to better match the specAurelien Jacobs
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-08matroska: move LFG state from muxer context to local variableMåns Rullgård
2010-06-05matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agreesDavid Conrad
2010-06-05matroskaenc: Check that tracks was allocatedDavid Conrad
2010-06-05matroskaenc: Use av_get_random_seed -> lfg for segment UIDDavid Conrad
2010-06-05matroskaenc: Make put_ebml_binary take a void pointerDavid Conrad
2010-06-05Add WebM muxerJames Zern
2010-06-05matroskaenc: Mux clusters betterJames Zern
2010-05-24matroskaenc: Write codec time base as default duration for video tracks.David Conrad
2010-05-22matroskaenc: Don't write track timecode scaleDavid Conrad
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-25Matroska muxer : Don't create audio tracks for unsupported audio codecs.Jai Menon
2010-03-24Silence ridiculous gcc warning.Carl Eugen Hoyos
2010-03-20Add VorbisComment writing to FLAC files.James Darnley
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