aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-271-0/+1
* ensure av_rescale_q() can be calculated (won't divide by zero)Aurelien Jacobs2008-01-211-1/+1
* misc spelling/grammar fixesDiego Biurrun2008-01-161-43/+45
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-131-0/+15
* indentMichael Niedermayer2007-12-291-1/+1
* Try to fix url_split() so that the ?foobar part is in the path and only the p...Michael Niedermayer2007-12-291-6/+6
* Fix detected fps for old divx/xvid.Michael Niedermayer2007-12-271-2/+20
* 100l, av_read_packet must check for read_packet error, in case ofReimar Döffinger2007-12-231-0/+2
* remove double check of pb->read_seekAurelien Jacobs2007-12-201-2/+2
* use proper url_is_streamed() APIAurelien Jacobs2007-12-191-1/+1
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-191-3/+3
* Add a av_close_input_stream functionReimar Döffinger2007-12-191-3/+9
* Allow overriding codec_ids.Michael Niedermayer2007-12-191-1/+18
* Simplify av_close_input_file similarly to av_open_input_file previouslyReimar Döffinger2007-12-171-7/+2
* Simplify av_open_input_fileReimar Döffinger2007-12-171-13/+5
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-171-0/+1
* Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson2007-12-171-6/+10
* av_*_next() API for libavformatMichael Niedermayer2007-12-121-0/+12
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-291-10/+0
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-26/+25
* rename fps(frame per second) to tb(time base) to preventMichael Niedermayer2007-11-131-3/+3
* print newline after program id even when the name is missingNico Sabbi2007-10-261-3/+2
* Remove unused variable, fixes warning:Diego Biurrun2007-10-251-1/+1
* Move setting of key frame flag for intra-only codecs, ignoring key frameJeff Downs2007-10-241-4/+3
* 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 be...Baptiste Coudurier2007-10-211-4/+4
* API extension: AVProgram now has an array (stream_index) containing the index...Nico Sabbi2007-10-201-0/+34
* cosmetics: moved to a separate function the code to print the characteristics...Nico Sabbi2007-10-201-29/+27
* Make url_split() strip url options (?opt=var) from the returned hostname orRonald S. Bultje2007-10-181-4/+7
* Re-enable DEBUG_SEEK flag.Benoit Fouet2007-10-161-1/+1
* Undefine DEBUG_SEEK.Thorsten Jordan2007-10-151-1/+1
* Add checking for codecid to has_codec_parameters().Ronald S. Bultje2007-10-011-4/+1
* Add IPv6 support to url_split()Ronald S. Bultje2007-09-291-8/+14
* refactor url_split(), preparing for IPv6 supportRonald S. Bultje2007-09-271-57/+38
* Added definition and utility functions to handle AVProgram(s) in AVFormatCon...Nico Sabbi2007-09-251-0/+42
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-191-4/+4
* Add explanatory comments to the parse_date function.Stefano Sabatini2007-09-181-0/+8
* loosen dependencies over allformats.hAurelien Jacobs2007-09-161-2/+1
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-111-0/+1
* Make sure that if a stream has a duration but the container doesn'tNeil Brown2007-09-051-13/+22
* Correct initial timestampWolfram Gloger2007-09-051-0/+1
* If a stream has no start time, but the first packet has a 'pts', use thatNeil Brown2007-09-031-4/+8
* fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muench...Wolfram Gloger2007-09-031-1/+3
* Do not butcher start_time in av_estimate_timings_from_bit_rate().Neil Brown2007-08-181-4/+1
* When looking for the last packet in eachNeil Brown2007-08-181-8/+0
* There is no guarantee that every stream willNeil Brown2007-08-181-1/+2
* fix cur_dts at the end of av_estimate_timings_from_pts()Michael Niedermayer2007-08-181-0/+4
* ensure that the codec_id detection in av_find_stream_info() does notMichael Niedermayer2007-08-061-4/+13
* set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUEMichael Niedermayer2007-08-041-0/+3
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-041-1/+31
* move code which adds a AVPacket into the packet buffer into its own functionMichael Niedermayer2007-08-031-33/+20