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-11-07lavf: Add an option for avoiding negative timestampsMichael Niedermayer
2014-10-08avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun
2014-08-25lavf: add AVFormatContext.max_ts_probeAnton Khirnov
2014-08-13lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone
2014-08-09Remove obsolete FF_API_REFERENCE_DTS cruft.Anton Khirnov
2014-08-09Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov
2014-07-29avformat: Use the mime type information in input probeLuca Barbato
2014-07-27avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun
2014-07-27avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun
2014-07-09avformat: update muxing doxyAnton Khirnov
2014-07-08avformat_new_stream: make the AVCodec parameter constRoman Savchenko
2014-07-03lavf: document av_dump_format()Vittorio Giovara
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-05-29avformat: Provide a standard compliance flagLuca Barbato
2014-05-20lavf: add av_stream_get_side_dataJanne Grunau
2014-05-19lavf: deprecate now unused AVStream.ptsAnton Khirnov
2014-05-18lavf: extend avg_frame_rate documentation.Anton Khirnov
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
2014-05-14lavf: properly document the distinction between flags and ctx_flagsAnton Khirnov
2014-03-24lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov
2014-02-17doxygen: Replace @parblock syntax with manual linebreaksDiego Biurrun
2014-02-17doxygen: Add a number of missing function parameter descriptionsDiego Biurrun
2014-02-10lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov
2014-02-10lavf: extend / improve the AVFormatContext doxyAnton Khirnov
2014-02-10lavf: add some basic documentation of the muxing processAnton Khirnov
2014-02-10lavf: rewrite the av_write_frame() doxyAnton Khirnov
2014-02-10lavf: rewrite the av_interleaved_write_frame() doxyAnton Khirnov
2014-02-05lavf: improve handling of sparse streams when muxingLuca Barbato
2014-02-04lavf: ignore attachment streams for interleaving purposesAnton Khirnov
2013-10-29lavc: add a dummy field to AVStream to preserve ABI compatibility for avconvAnton Khirnov
2013-10-28lavf: remove unreliable timestamp guessing heuristicAnton Khirnov
2013-09-16lavf: Add a flag to enable/disable per-packet flushingLuca Barbato
2013-09-04matroskaenc: Allow chapters to be written in trailerJohn Stebbins
2013-08-20avformat: Fix references to removed av_close_input_file in DoxygenDiego Biurrun
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-05-03silly typo fixesDiego Biurrun
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-11-14avformat: clarify stream id for muxingLuca Barbato
2012-11-02lavf: fix av_interleaved_write_frame() doxy.Anton Khirnov
2012-11-02lavf: clarify the lifetime of demuxed packets.Anton Khirnov
2012-10-18avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö
2012-10-01avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun