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
2016-12-23Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun
2016-12-15libavformat: Fix a faulty api deprecation guard in prepare_input_packetMartin Storsjö
2016-06-28movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö
2016-05-18movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö
2016-05-18avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö
2016-05-13Combine deprecation guards where appropriateDiego Biurrun
2016-05-11Reduce the scope of some variablesDiego Biurrun
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-12mux: drop the warning about global headersAnton Khirnov
2015-11-09lavf: deprecate compute_pkt_fields2Anton Khirnov
2015-10-26avpacket: Deprecate av_dup_packetLuca Barbato
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-09-03mux: Make sure that the data is actually writtenSean McGovern
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-05-06mux: Do not leave stale side data pointers in ff_interleave_add_packet()Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-02-10lavf: move internal fields from public to internal contextwm4
2014-12-20libavformat: Allow calling av_write_trailer with a NULL AVIOContextMartin Storsjö
2014-11-18lavf: Only initialize s->offset once when using avoid_negative_ts make_zeroMartin Storsjö
2014-11-07lavf: Print a warning if failed to avoid negative timestamps when requestedMichael Niedermayer
2014-11-07lavf: Add an option for avoiding negative timestampsMichael Niedermayer
2014-11-06lavf: use the format context strict_std_compliance instead of the codec oneAnton Khirnov
2014-10-15lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov
2014-10-10lavf: More informative error messageLuca Barbato
2014-07-17avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-05-19lavf: deprecate now unused AVStream.ptsAnton Khirnov
2014-05-19mux: drop one of the hacks comprising compute_pkt_fields2()Anton Khirnov
2014-05-15lavf: drop the zero-sized packets hackAnton Khirnov
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
2014-02-10lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov
2014-02-05lavf: improve handling of sparse streams when muxingLuca Barbato
2014-02-04lavf: ignore attachment streams for interleaving purposesAnton Khirnov
2014-02-04lavf: do basic sanity checking on muxed packetsAnton Khirnov
2013-09-16lavf: Add a flag to enable/disable per-packet flushingLuca Barbato
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-06-24lavf: don't abort if both encoder and muxer aspect ratios are not setRafaël Carré
2013-06-16avf: move ff_write_chained to mux.cLuca Barbato
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato
2013-03-11lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-01-14lavf: Fix assignments in if()Michael Niedermayer
2012-10-01avformat: refactor avformat_write_headerLuca Barbato
2012-10-01avformat: refactor avformat_write_headerLuca Barbato
2012-10-01avformat: split muxing functions from util.cLuca Barbato