summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* lavf/utils: Fix DTS for short H264 streams.Sasi Inguva2016-03-12
* avformat/utils: factor update_dts_from_pts() outSasi Inguva2016-03-12
* lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-11
* avformat/utils: fix dts from pts code in compute_pkt_fields() during ascendin...Michael Niedermayer2016-03-08
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* lavf/utils: Normalize AVPacket.data to native endian in ff_get_packet_palette()Mats Peterson2016-03-04
* avformat/utils: add a function to standardize creation timeMarton Balint2016-03-03
* lavf/utils: Add ff_get_packet_palette()Mats Peterson2016-03-02
* avformat/utils: Be slightly more tolerant with fps vs. stream timebaseMichael Niedermayer2016-02-29
* probe TrueHD in MPEGTSRodger Combs2016-02-27
* avformat/dvbtxt: add raw demuxer for dvb teletext probingMarton Balint2016-02-19
* avformat/utils: remove ff_iso8601_to_unix_timeMarton Balint2016-02-14
* avformat/utils: add ff_parse_creation_time_metadataMarton Balint2016-02-14
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-10
|\
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* | avformat: add protocol_whitelistMichael Niedermayer2016-02-02
* | Print the whitelists if entities are not found on themMichael Niedermayer2016-01-24
* | avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer2016-01-09
* | avcodec/utils: fix AVPacket lifetime in seek_frame_genericHendrik Leppkes2016-01-02
* | lavf: add internal API to append a bsf to a stream's listRodger Combs2015-12-28
* | lavf: add API to apply a list of bsfs to a packetRodger Combs2015-12-28
* | avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-11
* | avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed intege...Michael Niedermayer2015-12-04
* | lavf: add FFERROR_REDO to let demuxers return no packet.Nicolas George2015-12-03
* | avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescaleMichael Niedermayer2015-12-03
* | avformat/utils: Check AVFormatContext->duration in compute_chapters_end() bef...Michael Niedermayer2015-12-03
* | lavf/utils: avoid decoding a frame to get the codec parametersMatthieu Bouron2015-11-26
* | Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis2015-11-22
|\|
| * avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-18
* | avformat/utils: Fix indentationTimothy Gu2015-11-20
* | avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer2015-11-15
* | avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...Rainer Hochecker2015-11-15
* | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes2015-11-11
|\|
| * lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-09
* | avformat/utils: re-factor freeing AVStreamsHendrik Leppkes2015-11-11
* | Merge commit 'aeda1121c91395d1f0d434bc7f227423aa2ff97d'Hendrik Leppkes2015-11-10
|\|
| * lavf: factor out freeing an AVStreamAnton Khirnov2015-11-08
* | Merge commit 'a0c71a575109f123978e345fa7eb4ac03cd4d3c3'Hendrik Leppkes2015-11-10
|\|
| * lavf: initialize cur_dts to AV_NOPTS_VALUE for muxingAnton Khirnov2015-11-08
* | avformat: unref packet after storing it in internal packet queueHendrik Leppkes2015-11-02
* | avformat: always unref the packet after parsingHendrik Leppkes2015-11-02
* | Merge commit 'd584533cf38141172e20bae5436629ee17c8ce50'Hendrik Leppkes2015-10-29
|\|
| * avformat: Rework add_to_pktbufLuca Barbato2015-10-26
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes2015-10-27
|\|
| * avformat: Always return ref-counted AVPacketLuca Barbato2015-10-26
* | lavf/utils: avoid giving up probing early with long subtitle eventsRodger Combs2015-10-03
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-29
|\|