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-12avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer
2016-08-17lavf/utils: add some const to pointers parameters in a few functionsClément Bœsch
2016-07-16avformat/utils: Add ff_format_output_open() functionJan Sebechlebsky
2016-07-16avformat/utils: Add ff_stream_encode_params_copy()Jan Sebechlebsky
2016-06-25lavf: update auto-bsf to new BSF APIRodger Combs
2016-06-25avformat: Fix ff_interleaved_peek()Michael Niedermayer
2016-06-23Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-20avformat/mux: do not call write_header multiple times if it fails the first timeMarton Balint
2016-05-18movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
2016-04-14avformat/framehash: enable new outputJames Almer
2016-04-12avformat/framehash: Add more information to the outputMichael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-04-03lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformatHendrik Leppkes
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-03-04lavf/utils: Normalize AVPacket.data to native endian in ff_get_packet_palette()Mats Peterson
2016-03-03avformat/utils: add a function to standardize creation timeMarton Balint
2016-03-02lavf/utils: Add ff_get_packet_palette()Mats Peterson
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-19avformat/avienc: Store pal8 paletteMichael Niedermayer
2016-02-18avformat: add ff_reshuffle_raw_rgb()Michael Niedermayer
2016-02-14avformat/utils: remove ff_iso8601_to_unix_timeMarton Balint
2016-02-14avformat/utils: add ff_parse_creation_time_metadataMarton Balint
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2015-12-28lavf: add internal API to append a bsf to a stream's listRodger Combs
2015-12-28lavf: add automatic bitstream filtering; bump versionRodger Combs
2015-12-12avformat: Add av_program_add_stream_index()Michael Niedermayer
2015-12-03lavf: add FFERROR_REDO to let demuxers return no packet.Nicolas George
2015-11-22Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis
2015-11-18avformat: expose av_stream_new_side_data helperJohn Stebbins
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-08-23avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer
2015-08-12avformat: Move MAX_PROBE_PACKETS to internal.hMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-13avformat: Add ff_configure_buffers_for_index()Michael Niedermayer
2015-05-22libavformat/mux: Add ff_choose_chroma_location()Michael Niedermayer
2015-05-12avformat/internal: Fix warning about struct declarationMichael Niedermayer
2015-05-07avformat/internal: always check arguments of hex_dump_debug()Michael Niedermayer
2015-05-05avformat/mux: Add avoid_negative_ts_use_ptsMichael Niedermayer
2015-02-11Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer
2015-02-10lavf: move internal fields from public to internal contextwm4
2015-02-08avformat/internal: fix av_interleaved_write_frame typo referenceClément Bœsch
2015-01-27Merge commit '4227e4fe7443733fb906f6fb6c265105e8269c74'Michael Niedermayer
2015-01-27lavf: add a convenience function for adding side data to a streamAnton Khirnov