330 Commits (2b3c8f8a6a67ab52ce8be9ac803eb8619d4243f2)

Author SHA1 Message Date
Evgeniy Stepanov f8d7c9d373 Add support for Matroska attachments. 17 years ago
Aurelien Jacobs 7f938dd32b ensure av_rescale_q() can be calculated (won't divide by zero) 17 years ago
Diego Biurrun a85736f21d misc spelling/grammar fixes 17 years ago
Paul Kelly 3dea63bd7e user specifyable maximum amount of memory to use for the index. 17 years ago
Michael Niedermayer 5cc9253f35 indent 17 years ago
Michael Niedermayer 7ef55085f0 Try to fix url_split() so that the ?foobar part is in the path and only the path. 17 years ago
Michael Niedermayer 945208caea Fix detected fps for old divx/xvid. 17 years ago
Reimar Döffinger 88b0072390 100l, av_read_packet must check for read_packet error, in case of 17 years ago
Aurelien Jacobs fd2982a0a0 remove double check of pb->read_seek 17 years ago
Aurelien Jacobs ceeacce68b use proper url_is_streamed() API 17 years ago
Michael Niedermayer 502bdf6893 Merge recently added and still unused play and pause functions. 17 years ago
Reimar Döffinger 2506fd5467 Add a av_close_input_stream function 17 years ago
Michael Niedermayer 626004690c Allow overriding codec_ids. 17 years ago
Reimar Döffinger ca75a92325 Simplify av_close_input_file similarly to av_open_input_file previously 17 years ago
Reimar Döffinger 17acc63a32 Simplify av_open_input_file 17 years ago
Reimar Döffinger 841f39a7f3 Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option 17 years ago
Björn Axelsson fa13095a5d Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() 17 years ago
Michael Niedermayer 84be6e7239 av_*_next() API for libavformat 17 years ago
Luca Abeni e8acf0edea Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Michael Niedermayer 5fba300d02 rename fps(frame per second) to tb(time base) to prevent 17 years ago
Nico Sabbi f473666f51 print newline after program id even when the name is missing 17 years ago
Diego Biurrun 63bb42fb36 Remove unused variable, fixes warning: 17 years ago
Jeff Downs 3a1d358825 Move setting of key frame flag for intra-only codecs, ignoring key frame 17 years ago
Baptiste Coudurier 4e745a3b28 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 17 years ago
Nico Sabbi 526efa1053 API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext 17 years ago
Nico Sabbi fad0e03043 cosmetics: moved to a separate function the code to print the characteristics of an AVStream 17 years ago
Ronald S. Bultje c5be140c9a Make url_split() strip url options (?opt=var) from the returned hostname or 17 years ago
Benoit Fouet 0f652a8ee3 Re-enable DEBUG_SEEK flag. 17 years ago
Thorsten Jordan c7be25856a Undefine DEBUG_SEEK. 17 years ago
Ronald S. Bultje 3303926c2f Add checking for codecid to has_codec_parameters(). 17 years ago
Ronald S. Bultje f8f88a42cf Add IPv6 support to url_split() 17 years ago
Ronald S. Bultje 7e1e297ee3 refactor url_split(), preparing for IPv6 support 17 years ago
Nico Sabbi 15afa396e4 Added definition and utility functions to handle AVProgram(s) in AVFormatContext 17 years ago
Stefano Sabatini f94361612a Make parse_date return INT64_MIN in case of unparsable input. 17 years ago
Stefano Sabatini a8f70d72c3 Add explanatory comments to the parse_date function. 17 years ago
Aurelien Jacobs 6369638bf0 loosen dependencies over allformats.h 17 years ago
Aurelien Jacobs 7241a6bb50 move unrelated functions declarations out of allformats.h 17 years ago
Neil Brown c1e8b67869 Make sure that if a stream has a duration but the container doesn't 17 years ago
Wolfram Gloger cc5297e871 Correct initial timestamp 17 years ago
Neil Brown 9fcbcca60a If a stream has no start time, but the first packet has a 'pts', use that 17 years ago
Wolfram Gloger 9be5181587 fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. 17 years ago
Neil Brown 9f32041d89 Do not butcher start_time in av_estimate_timings_from_bit_rate(). 17 years ago
Neil Brown d6a0906ad1 When looking for the last packet in each 17 years ago
Neil Brown bf494092b0 There is no guarantee that every stream will 17 years ago
Michael Niedermayer df886e7e02 fix cur_dts at the end of av_estimate_timings_from_pts() 17 years ago
Michael Niedermayer c7385375bc ensure that the codec_id detection in av_find_stream_info() does not 17 years ago
Michael Niedermayer 48a59dfe8e set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE 17 years ago
Michael Niedermayer 8258354849 correct initial timestamps which have AV_NOPTS_VALUE 17 years ago
Michael Niedermayer 02b15cc811 move code which adds a AVPacket into the packet buffer into its own function 17 years ago