aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/raw: add avpriv_get_raw_pix_fmt_tags()James Almer2014-08-071-1/+1
* Do not return a probe score from set_codec_from_probe_data() if the codec was...Carl Eugen Hoyos2014-08-071-2/+2
* avformat/util: change av_find_default_stream_index() to use a score based systemMichael Niedermayer2014-08-041-6/+19
* Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos2014-07-301-4/+9
* Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c'Michael Niedermayer2014-07-291-162/+0
|\
| * avformat: Move av_probe_input* to format.cLuca Barbato2014-07-291-135/+0
* | Merge commit '7215fcf84032118ecd9fb54fb14154d69fea638d'Michael Niedermayer2014-07-271-1/+1
|\|
| * avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun2014-07-261-1/+1
| * avformat_new_stream: make the AVCodec parameter constRoman Savchenko2014-07-081-1/+1
| * Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-221-4/+2
* | avformat: add av_stream_get_parser() to access avformat AVParserMichael Niedermayer2014-07-141-0/+5
* | avformat/utils: do not wait for packets from discarded streams for genptsMichael Niedermayer2014-07-131-1/+2
* | avformat/mpegts: dont clear programs during probingMichael Niedermayer2014-07-121-0/+3
* | avformat/mpegts: skip updating programs/streams when determining durationMichael Niedermayer2014-07-111-0/+3
* | avformat/utils: better probing for duration in estimate_timings_from_pts()Gaullier Nicolas2014-06-191-1/+10
* | Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer2014-06-181-3/+6
|\|
| * lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-3/+6
* | Merge commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb'Michael Niedermayer2014-06-161-264/+0
|\|
| * lavf: group dump functions togetherVittorio Giovara2014-06-141-246/+0
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-06-101-2/+4
|\ \
| * | Allow values >31bit for -analyzeduration.Carl Eugen Hoyos2014-06-101-2/+4
* | | avformat/utils: dont wait for a first dts on demuxers which have AVFMT_NOTIME...Michael Niedermayer2014-06-101-0/+1
|/ /
* | avformat/utils/avformat_find_stream_info: Move max_analyze_duration setup out...Michael Niedermayer2014-06-021-8/+8
* | avformat/utils: Call ff_rfps_add_frame() only for videoMichael Niedermayer2014-06-021-1/+2
* | Report "unknown codec" instead of "unspecifed size" if the codec is unknown.Carl Eugen Hoyos2014-06-021-2/+3
* | Use rc_max_rate in av_find_best_stream() if bitrate == 0.Carl Eugen Hoyos2014-05-311-0/+2
* | libavformat/utils: Warning about invalid cover art instead of an errorLazaros Koromilas2014-05-281-2/+6
* | libavformat/utils: Fix segfault on m4a cover artwork parsingLazaros Koromilas2014-05-281-0/+2
* | avformat/utils: set max analyze duration depending on the circumstancesMichael Niedermayer2014-05-261-2/+6
* | avformat: move default for max_analyze_duration into utils.cMichael Niedermayer2014-05-261-2/+7
* | avformat: add format_probesize to allow tuning the maximum amount of bytes to...Michael Niedermayer2014-05-251-4/+2
* | avformat/utils: Check end time in avpriv_new_chapter()Michael Niedermayer2014-05-231-0/+5
* | avformat: add av_stream_get_end_pts()Michael Niedermayer2014-05-211-0/+5
* | Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37'Michael Niedermayer2014-05-201-0/+15
|\|
| * lavf: add av_stream_get_side_dataJanne Grunau2014-05-201-0/+15
| * probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato2014-05-031-0/+1
| * lavc: eliminate tb_unreliable()Anton Khirnov2014-04-281-19/+1
* | estimate_timings_from_pts: Execute max 1 iteration extra to find more than 1 ...Michael Niedermayer2014-05-161-10/+15
* | estimate_timings_from_pts: Try to get the duration for all streamsGaullier Nicolas2014-05-161-4/+15
* | estimate_timings_from_pts: simplify filesize end checkMichael Niedermayer2014-05-161-1/+1
* | estimate_timings_from_pts: Also consider packet durationGaullier Nicolas2014-05-161-1/+1
* | estimate_timings_from_pts: Warn about A/V streams for which no duration could...Gaullier Nicolas2014-05-161-0/+14
* | avformat/utils: if the id3 tag is too large for data after it to become avail...Michael Niedermayer2014-05-121-2/+5
* | avformat/utils: limit probe score in the id3 case only if there is a chance t...Michael Niedermayer2014-05-121-1/+3
* | avformat/utils: fix const warningsMichael Niedermayer2014-05-071-3/+3
* | avformat/utils: Set the average frame rate from the r_frame_rate if the strea...Michael Niedermayer2014-04-281-0/+9
* | avformat/utils: Ensure that average fps is probed if requested by the user ev...Michael Niedermayer2014-04-281-2/+3
* | avformat/utils: prevent r frame rate from being set larger than 1/tbMichael Niedermayer2014-04-281-1/+2
* | avformat/utils: add gif to tb_unreliable()Michael Niedermayer2014-04-281-0/+1
* | Merge commit 'f9157463dbcd2db8fe9504197c0c04d0d7d04f31'Michael Niedermayer2014-04-221-6/+0
|\|