summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat/utils: fix a codecpar non useJames Almer2016-08-27
* avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR...Michael Niedermayer2016-08-27
* libavformat/utils: added ability to probe AVMEDIA_TYPE_DATA formatErkki Seppälä2016-08-23
* avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-18
* avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint2016-08-17
* lavf: mark stream as const pointer in av_stream_get_side_data() for next bumpClément Bœsch2016-08-17
* lavf/utils: add some const to pointers parameters in a few functionsClément Bœsch2016-08-17
* avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer2016-08-04
* avformat/utils: Fix find_stream_info not considering the extradata it foundAnssi Hannula2016-07-28
* avformat/utils: Add ff_format_output_open() functionJan Sebechlebsky2016-07-16
* avformat/utils: Add ff_stream_encode_params_copy()Jan Sebechlebsky2016-07-16
* avformat/utils: update deprecated AVStream->codec when the context is updatedHendrik Leppkes2016-06-30
* lavf: update auto-bsf to new BSF APIRodger Combs2016-06-25
* lavf: deprecate av_apply_bitstream_filtersRodger Combs2016-06-25
* lavf/utils: fix const warning at a find_decoder() callClément Bœsch2016-06-25
* avformat/utils: Use internal->avctx for bitrate in estimate_timings_from_bit_...Michael Niedermayer2016-06-22
* avformat/utils: change bit_rate to 64 bit in estimate_timings_from_bit_rate()Michael Niedermayer2016-06-22
* avformat/utils: in debug mode, print number of streams found before avformat_...Aman Gupta2016-06-14
* lavf/utils: fix timestamp trace log in estimate_timings() functionStefano Sabatini2016-06-14
* avformat/utils: Export coded dimensions unconditionallyMichael Niedermayer2016-06-13
* avformat/utils: Do not overwrite, but use sample_fmt from contextMichael Niedermayer2016-06-09
* avformat/utils: Open decoder even if there are no packets if parameters are m...Michael Niedermayer2016-06-09
* avformat/utils: Initialize st in loopMichael Niedermayer2016-06-09
* avformat: Copy properties from internal contextMichael Niedermayer2016-06-02
* avformat/utils: avoid overflow in compute_chapters_end() with huge durationsMichael Niedermayer2016-05-29
* avformat/utils: avoid overflow in update_stream_timings() with huge durationsMichael Niedermayer2016-05-29
* avformat/utils: Fix use of uninitialized variableMichael Niedermayer2016-05-26
* avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham2016-05-17
* avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer2016-05-16
* avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()Michael Niedermayer2016-05-11
* 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