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
2018-01-29avformat: deprecate AVFormatContext filename fieldMarton Balint
2018-01-29avformat: add url field to AVFormatContextMarton Balint
2017-12-13avformat/mux: factorize AVFormatContext->avoid_negative_ts initializationJames Almer
2017-12-06avformat/mux: stop delaying writing the headerJames Almer
2017-11-08avformat: move priv_pts from AVStream to an internal structJames Almer
2017-11-01avformat/mux: be less strict with bitstream filter failuresJames Almer
2017-10-22avformat: remove ABI portion of the side data merging APIJames Almer
2017-10-21Merge commit '63fe79a3368cc53e6faf7fa265a9a1a8bec46a88'James Almer
2017-10-21Merge commit '5e71299758d3aa7c93c3cca618a8e048a9483794'James Almer
2017-06-24avformat: make flush_packets a tri-state and set it to -1 (auto) by defaultMarton Balint
2017-05-27avformat/mux: Fix copy an paste typoMichael Niedermayer
2017-05-25avformat/mux: remove autobsf extradata propagation hackJames Almer
2017-04-26Merge commit 'cdcfa97dc49d83b5eefd0a651db6bb0a6f98e8f2'Clément Bœsch
2017-04-23avformat: do not use AVFrame accessorMuhammad Faiz
2017-03-30avformat/mux: Check return code of av_packet_split_side_data()Michael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29lavf: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-23lavf: Drop deprecated hint to set muxer timebaseVittorio Giovara
2017-03-23lavf: Drop deprecated bitexact functionalityVittorio Giovara
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
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-11-14lavf/mux: don't warn about missing timestamps on attached picturesRodger Combs
2016-11-14Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05'Hendrik Leppkes
2016-11-06avformat/mux: remove unnecessary autobsf hackJames Almer
2016-11-05avformat/mux: split side data before internal auto BSFMichael Niedermayer
2016-11-05Revert "avformat/mux: split side data earlier in av_write_frame and av_interl...James Almer
2016-11-04avformat/mux: split side data earlier in av_write_frame and av_interleaved_wr...James Almer
2016-11-04lavf/mux: Add missing CR/LF to error messages.Carl Eugen Hoyos
2016-10-24lavf/mux: add avformat_init_outputRodger Combs
2016-09-13lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs
2016-09-12avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer
2016-08-22avformat/mux: Restore original ts in write_packet on errorJan Sebechlebsky
2016-07-21avformat/mux: Fix some codecpar non usesMichael Niedermayer
2016-07-14avformat/mux: Apply auto bsfs in av_write_frame() tooMichael Niedermayer
2016-07-14avformat/mux: Factor do_packet_auto_bsf() outMichael Niedermayer
2016-06-28movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö
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-23Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron
2016-06-22Merge commit '11de006babf735aafa3462d43dd2c02bb6ac6e2f'Clément Bœsch
2016-06-20avformat/mux: do not call write_packet with a flush packet if header is not w...Marton Balint
2016-06-20avformat/mux: do not call write_header multiple times if it fails the first timeMarton Balint
2016-06-13avformat/mux: factorize header writing codeMarton Balint
2016-06-13avformat/mux: call deinit if write_header failsMarton Balint
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