summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-9/+9
|\
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-9/+9
* | Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes2015-10-271-0/+8
|\ \ | |/
| * avformat: Always return ref-counted AVPacketLuca Barbato2015-10-261-0/+8
* | lavf/utils: avoid giving up probing early with long subtitle eventsRodger Combs2015-10-031-1/+4
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-4/+8
|\ \ | |/
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-2/+6
* | lavf/utils: remove some left-over cruft from the 32-bit size fieldsHendrik Leppkes2015-09-171-4/+0
* | lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer2015-09-171-9/+1
* | lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos2015-09-151-2/+2
* | lavf: Switch bitrate to 64bit unless compatibility with avconv was requested.Carl Eugen Hoyos2015-09-151-3/+3
* | libavformat/utils.c: use correct variable for message.Thierry Foucu2015-09-111-1/+1
* | avformat/utils: Increase default max_stream_analyze_duration for flvMichael Niedermayer2015-09-111-1/+1
* | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes2015-09-051-6/+0
|\ \ | |/
| * lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-6/+0
* | lavf: add V as a video stream specifier which is not an attached pictureMarton Balint2015-09-021-3/+9
* | lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos2015-09-011-0/+8
* | avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-231-1/+5
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | avformat/utils: Fix regression with H264 stream probingMichael Niedermayer2015-07-161-1/+9
* | avformat/utils: Print stream number in max_analyze_duration exit pathMichael Niedermayer2015-07-161-2/+2
* | avformat/utils: inform the user if the protocol cannot be determinedMichael Niedermayer2015-07-151-0/+7
* | avformat/utils: adjust short skip threshold in ff_configure_buffers_for_index...Michael Niedermayer2015-07-151-0/+6
* | avformat: don't crash API users when demuxing mp4wm42015-07-141-1/+1
* | avformat/utils: Skip ff_configure_buffers_for_index() for local filesMichael Niedermayer2015-07-131-0/+5
* | avformat: Add ff_configure_buffers_for_index()Michael Niedermayer2015-07-131-0/+39
* | avformat/utils: Redesign scoring in av_find_default_stream_index()Michael Niedermayer2015-07-011-10/+10
* | avformat/utils: Do not select audio streams with unknown sample rate in av_fi...Michael Niedermayer2015-06-061-1/+1
* | avformat/utils: Simplify get_std_framerate() checkMichael Niedermayer2015-06-011-1/+1
* | lavf: Use av_codec_get_tag2() in avformat_query_codec().Carl Eugen Hoyos2015-05-281-1/+2
* | avformat: add callback for opening further filesMichael Niedermayer2015-05-111-0/+1
* | lavf: Reset global flag on deinitVittorio Giovara2015-04-231-0/+1
* | avformat: add common mechanism for skipping samples at the start of filewm42015-04-221-0/+4
* | avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before useMichael Niedermayer2015-04-211-0/+3
* | Merge commit '98cab39798612dcaea4f9b6d1e7974bc60d84e13'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * lavf: Fix variables constness in ff_iso8601_to_unix_time()Vittorio Giovara2015-04-201-1/+1
* | avformat/utils: Place timestamp trace logs under FF_FDEBUG_TSMichael Niedermayer2015-04-201-2/+5
* | avformat/utils: Provide context for av_log() where one is availableMichael Niedermayer2015-04-201-3/+3
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-12/+12
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-12/+12
* | avformat/utils: Add HEVC to unreliable_tb()Michael Niedermayer2015-04-181-0/+1
* | avformat/utils: Use codec_info_duration_fields in fps calculation end decissi...Michael Niedermayer2015-04-181-3/+7
* | avformat/utils: Preserve packet duration when parsing is done only for headersMichael Niedermayer2015-04-161-1/+1
* | avformat, avcodec: log discard paddingwm42015-04-141-1/+1
* | Merge commit '27f274628234c1f934b9a6a6380ed567c1b4ceae'Michael Niedermayer2015-04-071-2/+2
|\ \ | |/
| * parseutils: Make av_small_strptime publicLuca Barbato2015-04-071-9/+2