Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-14avformat: add av_stream_get_parser() to access avformat AVParserMichael Niedermayer
2014-07-13avformat/utils: do not wait for packets from discarded streams for genptsMichael Niedermayer
2014-07-12avformat/mpegts: dont clear programs during probingMichael Niedermayer
2014-07-11avformat/mpegts: skip updating programs/streams when determining durationMichael Niedermayer
2014-06-19avformat/utils: better probing for duration in estimate_timings_from_pts()Gaullier Nicolas
2014-06-18Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-06-16Merge commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb'Michael Niedermayer
2014-06-14lavf: group dump functions togetherVittorio Giovara
2014-06-10Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2014-06-10Allow values >31bit for -analyzeduration.Carl Eugen Hoyos
2014-06-10avformat/utils: dont wait for a first dts on demuxers which have AVFMT_NOTIME...Michael Niedermayer
2014-06-02avformat/utils/avformat_find_stream_info: Move max_analyze_duration setup out...Michael Niedermayer
2014-06-02avformat/utils: Call ff_rfps_add_frame() only for videoMichael Niedermayer
2014-06-02Report "unknown codec" instead of "unspecifed size" if the codec is unknown.Carl Eugen Hoyos
2014-05-31Use rc_max_rate in av_find_best_stream() if bitrate == 0.Carl Eugen Hoyos
2014-05-28libavformat/utils: Warning about invalid cover art instead of an errorLazaros Koromilas
2014-05-28libavformat/utils: Fix segfault on m4a cover artwork parsingLazaros Koromilas
2014-05-27avformat/utils: set max analyze duration depending on the circumstancesMichael Niedermayer
2014-05-27avformat: move default for max_analyze_duration into utils.cMichael Niedermayer
2014-05-26avformat: add format_probesize to allow tuning the maximum amount of bytes to...Michael Niedermayer
2014-05-23avformat/utils: Check end time in avpriv_new_chapter()Michael Niedermayer
2014-05-21avformat: add av_stream_get_end_pts()Michael Niedermayer
2014-05-20Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37'Michael Niedermayer
2014-05-20lavf: add av_stream_get_side_dataJanne Grunau
2014-05-16estimate_timings_from_pts: Execute max 1 iteration extra to find more than 1 ...Michael Niedermayer
2014-05-16estimate_timings_from_pts: Try to get the duration for all streamsGaullier Nicolas
2014-05-16estimate_timings_from_pts: simplify filesize end checkMichael Niedermayer
2014-05-16estimate_timings_from_pts: Also consider packet durationGaullier Nicolas
2014-05-16estimate_timings_from_pts: Warn about A/V streams for which no duration could...Gaullier Nicolas
2014-05-12avformat/utils: if the id3 tag is too large for data after it to become avail...Michael Niedermayer
2014-05-12avformat/utils: limit probe score in the id3 case only if there is a chance t...Michael Niedermayer
2014-05-07avformat/utils: fix const warningsMichael Niedermayer
2014-05-03probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato
2014-04-28avformat/utils: Set the average frame rate from the r_frame_rate if the strea...Michael Niedermayer
2014-04-28avformat/utils: Ensure that average fps is probed if requested by the user ev...Michael Niedermayer
2014-04-28avformat/utils: prevent r frame rate from being set larger than 1/tbMichael Niedermayer
2014-04-28avformat/utils: add gif to tb_unreliable()Michael Niedermayer
2014-04-28lavc: eliminate tb_unreliable()Anton Khirnov
2014-04-22Merge commit 'f9157463dbcd2db8fe9504197c0c04d0d7d04f31'Michael Niedermayer
2014-04-22lavf: do not use the parser duration for videoAnton Khirnov
2014-04-21avformat: Fix decoder search in find stream infoMichael Niedermayer
2014-04-19ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross
2014-04-15avformat/utils: fix typoMichael Niedermayer
2014-04-15avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer
2014-04-13avformat/utils: reinject global side data on seeksMichael Niedermayer
2014-04-13avformat/utils: factorize if()Michael Niedermayer
2014-04-13avformat/utils: Inject global side data into first packet.Michael Niedermayer
2014-04-10lavf/utils: fix mem leakLukasz Marek
2014-04-05Show stream number when warning about stream without start time.Carl Eugen Hoyos