summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat/utils: Do not detect video codecs when audio is expectedMichael Niedermayer2016-05-04
* lavf: use new decode APIwm42016-04-21
* avformat/utils: Remove use of caps_internal as it is not public APIMichael Niedermayer2016-04-21
* avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-14
* Revert "Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'"Derek Buitenhuis2016-04-13
* Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'Derek Buitenhuis2016-04-13
|\
| * avformat_find_stream_info: move duration guessing after updating codec parame...Anton Khirnov2016-03-04
* | avformat/utils: use av_codec_g/set_lowres()Michael Niedermayer2016-04-12
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
| * lavf: use the io_open callbacks for files opened from open_input() as wellAnton Khirnov2016-02-22
* | lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformatHendrik Leppkes2016-04-03
* | fix some a/an typosLou Logan2016-03-28
* | avformat/utils: scan a bit farther for a keyframe in mpeg/mpegts (7 sec inste...Michael Niedermayer2016-03-21
* | avformat/utils: increase detected start_time with skip_samplesMarton Balint2016-03-20
* | avformat/utils: Do not wait for more than 1 frame on attachmentsMichael Niedermayer2016-03-19
* | 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