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
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