summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
OpenPOWER on IntegriCloud