1702 Commits (532a2833830538925e7830c22a885e73e557d6d7)

Author SHA1 Message Date
Michael Niedermayer 676a93f2d8 avformat: Add av_program_add_stream_index() 9 years ago
Michael Niedermayer cafb195604 avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed integer overflow: -2450238577049583619 - 9223090561878065151 cannot be represented in type long long" 9 years ago
Nicolas George 3ab1e5a48c lavf: add FFERROR_REDO to let demuxers return no packet. 9 years ago
Michael Niedermayer ec7a3be11e avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescale 9 years ago
Michael Niedermayer d872643cfe avformat/utils: Check AVFormatContext->duration in compute_chapters_end() before use 9 years ago
Matthieu Bouron 72eaf72623 lavf/utils: avoid decoding a frame to get the codec parameters 9 years ago
Timothy Gu f2d9ae6e49 avformat/utils: Fix indentation 9 years ago
John Stebbins 7f4ec4364b avformat: expose av_stream_new_side_data helper 9 years ago
Michael Niedermayer 1ef336e912 avformat/utils: Do not init parser if probing is unfinished 9 years ago
Rainer Hochecker 2d8c2f1a28 avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec 9 years ago
Hendrik Leppkes c03ffe1712 avformat/utils: re-factor freeing AVStreams 9 years ago
Anton Khirnov 8de1ee9f72 lavf: deprecate compute_pkt_fields2 9 years ago
Anton Khirnov aeda1121c9 lavf: factor out freeing an AVStream 9 years ago
Anton Khirnov a0c71a5751 lavf: initialize cur_dts to AV_NOPTS_VALUE for muxing 9 years ago
Hendrik Leppkes 55abb94b7d avformat: unref packet after storing it in internal packet queue 9 years ago
Hendrik Leppkes b64fe49371 avformat: always unref the packet after parsing 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Luca Barbato d584533cf3 avformat: Rework add_to_pktbuf 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Luca Barbato a5d4204309 avformat: Always return ref-counted AVPacket 9 years ago
Rodger Combs 9825a24e5b lavf/utils: avoid giving up probing early with long subtitle events 9 years ago
wm4 948f3c19a8 lavc: Make AVPacket.duration int64, and deprecate convergence_duration 9 years ago
Hendrik Leppkes 3a8e447712 lavf/utils: remove some left-over cruft from the 32-bit size fields 9 years ago
James Almer 655b6dcb34 lavc/lavf: remove incompatible abi checks for the new 64bit fields 9 years ago
Carl Eugen Hoyos b290972b8f lavf: Switch probesize and max_analyze_duration to 64bit. 9 years ago
Carl Eugen Hoyos c311713ca9 lavf: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
Thierry Foucu f600381b79 libavformat/utils.c: use correct variable for message. 9 years ago
Michael Niedermayer f58e011a1f avformat/utils: Increase default max_stream_analyze_duration for flv 9 years ago
Marton Balint 26a0cd1b4b lavf: add V as a video stream specifier which is not an attached picture 9 years ago
Carl Eugen Hoyos 670d8ecfae lavf: Remove probesize32 and max_analyze_duration32 on version bump. 9 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 9 years ago
Michael Niedermayer b4d68e7cdb avformat: Remove use of AVFrac and AVStream->pts 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Michael Niedermayer 4afc3429be avformat/utils: Fix regression with H264 stream probing 10 years ago
Michael Niedermayer cdca400c5e avformat/utils: Print stream number in max_analyze_duration exit path 10 years ago
Michael Niedermayer 90dd6ad22c avformat/utils: inform the user if the protocol cannot be determined 10 years ago
Michael Niedermayer 901922e047 avformat/utils: adjust short skip threshold in ff_configure_buffers_for_index() to avoid seeking if a packet is skiped 10 years ago
wm4 130a8e0eef avformat: don't crash API users when demuxing mp4 10 years ago
Michael Niedermayer b513661251 avformat/utils: Skip ff_configure_buffers_for_index() for local files 10 years ago
Michael Niedermayer b183fb4767 avformat: Add ff_configure_buffers_for_index() 10 years ago
Michael Niedermayer 838c5f3df7 avformat/utils: Redesign scoring in av_find_default_stream_index() 10 years ago
Michael Niedermayer 42c41e96ff avformat/utils: Do not select audio streams with unknown sample rate in av_find_best_stream() 10 years ago
Michael Niedermayer 1e0c34fe71 avformat/utils: Simplify get_std_framerate() check 10 years ago
Carl Eugen Hoyos 57eecd9e4f lavf: Use av_codec_get_tag2() in avformat_query_codec(). 10 years ago
Michael Niedermayer 541d75f9a0 avformat: add callback for opening further files 10 years ago
Vittorio Giovara 32da94fa7f lavf: Reset global flag on deinit 10 years ago
wm4 7dd8bf53bd avformat: add common mechanism for skipping samples at the start of file 10 years ago
Michael Niedermayer ba631b7914 avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before use 10 years ago
Vittorio Giovara 98cab39798 lavf: Fix variables constness in ff_iso8601_to_unix_time() 10 years ago