summaryrefslogtreecommitdiffstats
path: root/libavformat/mux.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: call AVOutputFormat->deinit() when freeing the contextJames Almer2019-10-211-7/+10
* avformat/mux: Use av_packet_rescale_tsAndreas Rheinhardt2019-08-151-12/+4
* avformat/mux: Use const AVPacket * in compare functionsAndreas Rheinhardt2019-08-151-3/+3
* avformat/mux: correct error msg for when BSF filtering failsGyan Doshi2019-07-201-1/+1
* libavformat/mux: Fix mixed delarations and codeAndreas Rheinhardt2019-06-271-2/+3
* libavformat/mux: Fix audio_preloadAndreas Rheinhardt2019-06-261-8/+14
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-201-2/+2
* avformat: correct fdebug loglevelGyan Doshi2018-08-141-3/+3
* avformat: deprecate AVFormatContext filename fieldMarton Balint2018-01-281-0/+10
* avformat: add url field to AVFormatContextMarton Balint2018-01-281-1/+10
* avformat/mux: factorize AVFormatContext->avoid_negative_ts initializationJames Almer2017-12-121-16/+8
* avformat/mux: stop delaying writing the headerJames Almer2017-12-061-42/+10
* avformat: move priv_pts from AVStream to an internal structJames Almer2017-11-071-9/+9
* avformat/mux: be less strict with bitstream filter failuresJames Almer2017-11-011-1/+3
* avformat: remove ABI portion of the side data merging APIJames Almer2017-10-221-23/+1
* Merge commit '63fe79a3368cc53e6faf7fa265a9a1a8bec46a88'James Almer2017-10-211-11/+0
|\
| * lavf: Drop deprecated hint to set muxer timebaseVittorio Giovara2017-03-231-11/+0
* | Merge commit '5e71299758d3aa7c93c3cca618a8e048a9483794'James Almer2017-10-211-9/+0
|\ \ | |/
| * lavf: Drop deprecated bitexact functionalityVittorio Giovara2017-03-231-7/+0
| * Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-231-1/+1
* | avformat: make flush_packets a tri-state and set it to -1 (auto) by defaultMarton Balint2017-06-241-6/+13
* | avformat/mux: Fix copy an paste typoMichael Niedermayer2017-05-271-1/+1
* | avformat/mux: remove autobsf extradata propagation hackJames Almer2017-05-241-13/+0
* | Merge commit 'cdcfa97dc49d83b5eefd0a651db6bb0a6f98e8f2'Clément Bœsch2017-04-261-1/+1
|\ \ | |/
| * libavformat: Fix a faulty api deprecation guard in prepare_input_packetMartin Storsjö2016-12-151-1/+1
* | avformat: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* | avformat/mux: Check return code of av_packet_split_side_data()Michael Niedermayer2017-03-301-2/+5
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-3/+2
* | lavf: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-291-4/+3
* | avcodec, avformat: deprecate anything related to side data mergingwm42017-03-211-0/+12
* | lavf/mux: don't warn about missing timestamps on attached picturesRodger Combs2016-11-141-0/+1
* | Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05'Hendrik Leppkes2016-11-131-10/+19
|\ \ | |/
| * movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö2016-06-281-4/+18
* | avformat/mux: remove unnecessary autobsf hackJames Almer2016-11-051-6/+0
* | avformat/mux: split side data before internal auto BSFMichael Niedermayer2016-11-041-0/+3
* | Revert "avformat/mux: split side data earlier in av_write_frame and av_interl...James Almer2016-11-041-14/+9
* | avformat/mux: split side data earlier in av_write_frame and av_interleaved_wr...James Almer2016-11-041-9/+14
* | lavf/mux: Add missing CR/LF to error messages.Carl Eugen Hoyos2016-11-041-2/+2
* | lavf/mux: add avformat_init_outputRodger Combs2016-10-241-14/+54
* | lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs2016-09-121-1/+4
* | avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-111-0/+39
* | avformat/mux: Restore original ts in write_packet on errorJan Sebechlebsky2016-08-221-0/+9
* | avformat/mux: Fix some codecpar non usesMichael Niedermayer2016-07-211-2/+2
* | avformat/mux: Apply auto bsfs in av_write_frame() tooMichael Niedermayer2016-07-141-0/+4
* | avformat/mux: Factor do_packet_auto_bsf() outMichael Niedermayer2016-07-141-45/+57
* | lavf: update auto-bsf to new BSF APIRodger Combs2016-06-251-10/+35
* | avformat: Fix ff_interleaved_peek()Michael Niedermayer2016-06-251-3/+11
* | Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron2016-06-231-0/+11
|\ \ | |/
| * movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-181-0/+11
* | Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron2016-06-231-1/+8
|\ \ | |/
OpenPOWER on IntegriCloud