aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* | lavf: deprecate av_apply_bitstream_filtersRodger Combs2016-06-251-0/+4
* | lavf/utils: fix const warning at a find_decoder() callClément Bœsch2016-06-251-1/+1
* | avformat/utils: Use internal->avctx for bitrate in estimate_timings_from_bit_...Michael Niedermayer2016-06-221-0/+2
* | avformat/utils: change bit_rate to 64 bit in estimate_timings_from_bit_rate()Michael Niedermayer2016-06-221-2/+2
* | avformat/utils: in debug mode, print number of streams found before avformat_...Aman Gupta2016-06-141-2/+2
* | lavf/utils: fix timestamp trace log in estimate_timings() functionStefano Sabatini2016-06-141-4/+4
* | avformat/utils: Export coded dimensions unconditionallyMichael Niedermayer2016-06-131-2/+2
* | avformat/utils: Do not overwrite, but use sample_fmt from contextMichael Niedermayer2016-06-091-0/+3
* | avformat/utils: Open decoder even if there are no packets if parameters are m...Michael Niedermayer2016-06-091-2/+11
* | avformat/utils: Initialize st in loopMichael Niedermayer2016-06-091-0/+2
* | avformat: Copy properties from internal contextMichael Niedermayer2016-06-021-0/+3
* | avformat/utils: avoid overflow in compute_chapters_end() with huge durationsMichael Niedermayer2016-05-291-1/+1
* | avformat/utils: avoid overflow in update_stream_timings() with huge durationsMichael Niedermayer2016-05-291-1/+1
* | avformat/utils: Fix use of uninitialized variableMichael Niedermayer2016-05-261-2/+1
* | avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham2016-05-171-1/+1
* | avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer2016-05-161-1/+1
* | avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()Michael Niedermayer2016-05-111-0/+3
* | avformat/utils: Do not detect video codecs when audio is expectedMichael Niedermayer2016-05-041-0/+3
* | lavf: use new decode APIwm42016-04-211-15/+15
* | avformat/utils: Remove use of caps_internal as it is not public APIMichael Niedermayer2016-04-211-1/+1
* | avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-141-2/+2
* | Revert "Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'"Derek Buitenhuis2016-04-131-3/+3
* | Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'Derek Buitenhuis2016-04-131-3/+3
|\|
| * avformat_find_stream_info: move duration guessing after updating codec parame...Anton Khirnov2016-03-041-2/+2
* | avformat/utils: use av_codec_g/set_lowres()Michael Niedermayer2016-04-121-3/+3
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-188/+427
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-91/+232
| * lavf: use the io_open callbacks for files opened from open_input() as wellAnton Khirnov2016-02-221-2/+2
* | lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformatHendrik Leppkes2016-04-031-0/+23
* | fix some a/an typosLou Logan2016-03-281-1/+1
* | avformat/utils: scan a bit farther for a keyframe in mpeg/mpegts (7 sec inste...Michael Niedermayer2016-03-211-0/+2
* | avformat/utils: increase detected start_time with skip_samplesMarton Balint2016-03-201-2/+8
* | avformat/utils: Do not wait for more than 1 frame on attachmentsMichael Niedermayer2016-03-191-1/+1
* | lavf/utils: Fix DTS for short H264 streams.Sasi Inguva2016-03-121-0/+13
* | avformat/utils: factor update_dts_from_pts() outSasi Inguva2016-03-121-21/+43
* | lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-111-0/+5
* | avformat/utils: fix dts from pts code in compute_pkt_fields() during ascendin...Michael Niedermayer2016-03-081-2/+3
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-4/+15
* | lavf/utils: Normalize AVPacket.data to native endian in ff_get_packet_palette()Mats Peterson2016-03-041-7/+16
* | avformat/utils: add a function to standardize creation timeMarton Balint2016-03-031-0/+22
* | lavf/utils: Add ff_get_packet_palette()Mats Peterson2016-03-021-0/+16
* | avformat/utils: Be slightly more tolerant with fps vs. stream timebaseMichael Niedermayer2016-02-291-1/+2
* | probe TrueHD in MPEGTSRodger Combs2016-02-271-0/+1
* | avformat/dvbtxt: add raw demuxer for dvb teletext probingMarton Balint2016-02-191-0/+1
* | 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