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-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja
2011-05-12matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs
2011-05-12matroskaenc: add missing new line in av_log() callAurelien Jacobs
2011-05-04matroskaenc: fix memory leakMans Rullgard
2011-04-07matroskaenc: don't write an empty Cues element.Anton Khirnov
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-23matroskaenc: remove a variable that's unused after bc17bd9.Anton Khirnov
2011-03-23matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_configAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton 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: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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