Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-27avformat: add av_stream_get_codec_timebase()James Almer
2016-09-19avformat/avframe.h: Add a flag in AVIndexEntry to discard frame after decoding.Sasi Inguva
2016-09-14lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch
2016-09-13lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs
2016-09-12avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer
2016-08-17lavf: mark stream as const pointer in av_stream_get_side_data() for next bumpClément Bœsch
2016-08-05avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2016-06-30avformat/avformat: Move new field to the end of AVStreamMichael Niedermayer
2016-06-26Merge commit '14634429b915333f3612eaf41db3954222dc4aaf'Hendrik Leppkes
2016-06-25lavf: deprecate av_apply_bitstream_filtersRodger Combs
2016-06-23Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron
2016-06-01avformat: Document where the AVOption names can be found for the fields of AV...Michael Niedermayer
2016-05-23lavf: update muxing doxyAnton Khirnov
2016-05-18movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö
2016-05-12Merge commit '75b90ef722b7cdfc70118ab987e298d087aae693'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-21lavc: introduce a new decoding/encoding API with decoupled input/outputwm4
2016-04-21libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-29fix some a/an typosLou Logan
2016-03-23lavc: introduce a new decoding/encoding API with decoupled input/outputwm4
2016-03-11lavf: allow BSFs to drop packets.Ronald S. Bultje
2016-03-04avformat: Fix member name 10LDerek Buitenhuis
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29Merge commit '7fbb3b5b9857276b4cd17b2a530c7e0880d2bc0a'Derek Buitenhuis
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-22lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov
2016-02-22lavf: use the io_open callbacks for files opened from open_input() as wellAnton Khirnov
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-02-02avformat: add protocol_whitelistMichael Niedermayer
2016-01-24avformat: Document urls a bitMichael Niedermayer
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2016-01-21avformat/avformat: Replace some references to filenames by urlsMichael Niedermayer
2016-01-09avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer
2015-12-28lavf: add automatic bitstream filtering; bump versionRodger Combs
2015-12-28lavf: add API to apply a list of bsfs to a packetRodger Combs
2015-12-21lavf/avformat: add av_warn_unused_result to avformat_write_headerGanesh Ajjanagadde
2015-12-12avformat: Add av_program_add_stream_index()Michael Niedermayer
2015-11-22Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis
2015-11-22Merge commit '21ab6fd01b9107d7171fc1a77c2bfacff845a97a'Derek Buitenhuis
2015-11-18avformat: expose av_stream_new_side_data helperJohn Stebbins
2015-11-18lavf: document that passing valid timestamps to muxers is now mandatoryAnton Khirnov
2015-11-11Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes
2015-11-09lavf: deprecate compute_pkt_fields2Anton Khirnov
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-14Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e'Hendrik Leppkes