aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun2016-11-271-1/+1
* avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang2016-09-281-0/+1
* lavf/utils: Avoid an overflow for huge negative durations.Carl Eugen Hoyos2016-09-241-1/+1
* avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR...Michael Niedermayer2016-09-051-1/+4
* avformat/utils: avoid overflow in compute_chapters_end() with huge durationsMichael Niedermayer2016-06-051-1/+1
* avformat/utils: avoid overflow in update_stream_timings() with huge durationsMichael Niedermayer2016-06-051-1/+1
* avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham2016-06-051-1/+1
* avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer2016-06-051-1/+1
* avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()Michael Niedermayer2016-06-051-0/+3
* avformat/utils: fix dts from pts code in compute_pkt_fields() during ascendin...Michael Niedermayer2016-03-261-2/+3
* avformat/utils: remove ff_iso8601_to_unix_timeMarton Balint2016-02-141-12/+0
* avformat/utils: add ff_parse_creation_time_metadataMarton Balint2016-02-141-0/+17
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-3/+12
|\
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-0/+7
* | avformat: add protocol_whitelistMichael Niedermayer2016-02-021-4/+18
* | Print the whitelists if entities are not found on themMichael Niedermayer2016-01-241-2/+2
* | avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer2016-01-091-3/+7
* | avcodec/utils: fix AVPacket lifetime in seek_frame_genericHendrik Leppkes2016-01-021-2/+5
* | lavf: add internal API to append a bsf to a stream's listRodger Combs2015-12-281-0/+22
* | lavf: add API to apply a list of bsfs to a packetRodger Combs2015-12-281-0/+49
* | avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-111-1/+1
* | avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed intege...Michael Niedermayer2015-12-041-2/+2
* | lavf: add FFERROR_REDO to let demuxers return no packet.Nicolas George2015-12-031-0/+5
* | avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescaleMichael Niedermayer2015-12-031-5/+5
* | avformat/utils: Check AVFormatContext->duration in compute_chapters_end() bef...Michael Niedermayer2015-12-031-1/+4
* | lavf/utils: avoid decoding a frame to get the codec parametersMatthieu Bouron2015-11-261-0/+12
* | Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis2015-11-221-1/+1
|\|
| * avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-181-1/+1
* | avformat/utils: Fix indentationTimothy Gu2015-11-201-1/+1
* | avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer2015-11-151-1/+1
* | avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...Rainer Hochecker2015-11-151-1/+1
* | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes2015-11-111-0/+10
|\|
| * lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-091-0/+10
* | avformat/utils: re-factor freeing AVStreamsHendrik Leppkes2015-11-111-7/+19
* | Merge commit 'aeda1121c91395d1f0d434bc7f227423aa2ff97d'Hendrik Leppkes2015-11-101-5/+6
|\|
| * lavf: factor out freeing an AVStreamAnton Khirnov2015-11-081-25/+33
* | Merge commit 'a0c71a575109f123978e345fa7eb4ac03cd4d3c3'Hendrik Leppkes2015-11-101-5/+7
|\|
| * lavf: initialize cur_dts to AV_NOPTS_VALUE for muxingAnton Khirnov2015-11-081-5/+7
* | avformat: unref packet after storing it in internal packet queueHendrik Leppkes2015-11-021-0/+1
* | avformat: always unref the packet after parsingHendrik Leppkes2015-11-021-5/+4
* | Merge commit 'd584533cf38141172e20bae5436629ee17c8ce50'Hendrik Leppkes2015-10-291-38/+39
|\|
| * avformat: Rework add_to_pktbufLuca Barbato2015-10-261-32/+38
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-9/+9
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-9/+9
* | Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes2015-10-271-0/+8
|\|
| * avformat: Always return ref-counted AVPacketLuca Barbato2015-10-261-0/+8
* | lavf/utils: avoid giving up probing early with long subtitle eventsRodger Combs2015-10-031-1/+4
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-4/+8
|\|
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-2/+6