summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-08
* do not reset duration_error for all streams, only reset current stream, fix w...Baptiste Coudurier2008-03-06
* Set indexmem to a saner default.Michael Niedermayer2008-02-24
* revert 12156Michael Niedermayer2008-02-20
* Get rid of a fake timestamp discontinuity at the begin of V.VOB.Michael Niedermayer2008-02-20
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
* Fix timestamps and durations if the first packets have no durations nor times...Michael Niedermayer2008-02-15
* Remove incorrect casts that should have never been there.Michael Niedermayer2008-02-02
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* ensure av_rescale_q() can be calculated (won't divide by zero)Aurelien Jacobs2008-01-21
* misc spelling/grammar fixesDiego Biurrun2008-01-16
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-13
* indentMichael Niedermayer2007-12-29
* Try to fix url_split() so that the ?foobar part is in the path and only the p...Michael Niedermayer2007-12-29
* Fix detected fps for old divx/xvid.Michael Niedermayer2007-12-27
* 100l, av_read_packet must check for read_packet error, in case ofReimar Döffinger2007-12-23
* remove double check of pb->read_seekAurelien Jacobs2007-12-20
* use proper url_is_streamed() APIAurelien Jacobs2007-12-19
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-19
* Add a av_close_input_stream functionReimar Döffinger2007-12-19
* Allow overriding codec_ids.Michael Niedermayer2007-12-19
* Simplify av_close_input_file similarly to av_open_input_file previouslyReimar Döffinger2007-12-17
* Simplify av_open_input_fileReimar Döffinger2007-12-17
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-17
* Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson2007-12-17
* av_*_next() API for libavformatMichael Niedermayer2007-12-12
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-29
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* rename fps(frame per second) to tb(time base) to preventMichael Niedermayer2007-11-13
* print newline after program id even when the name is missingNico Sabbi2007-10-26
* Remove unused variable, fixes warning:Diego Biurrun2007-10-25
* Move setting of key frame flag for intra-only codecs, ignoring key frameJeff Downs2007-10-24
* 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 be...Baptiste Coudurier2007-10-21
* API extension: AVProgram now has an array (stream_index) containing the index...Nico Sabbi2007-10-20
* cosmetics: moved to a separate function the code to print the characteristics...Nico Sabbi2007-10-20
* Make url_split() strip url options (?opt=var) from the returned hostname orRonald S. Bultje2007-10-18
* Re-enable DEBUG_SEEK flag.Benoit Fouet2007-10-16
* Undefine DEBUG_SEEK.Thorsten Jordan2007-10-15
* Add checking for codecid to has_codec_parameters().Ronald S. Bultje2007-10-01
* Add IPv6 support to url_split()Ronald S. Bultje2007-09-29
* refactor url_split(), preparing for IPv6 supportRonald S. Bultje2007-09-27
* Added definition and utility functions to handle AVProgram(s) in AVFormatCon...Nico Sabbi2007-09-25
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
* Add explanatory comments to the parse_date function.Stefano Sabatini2007-09-18
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
* Make sure that if a stream has a duration but the container doesn'tNeil Brown2007-09-05
* Correct initial timestampWolfram Gloger2007-09-05
* If a stream has no start time, but the first packet has a 'pts', use thatNeil Brown2007-09-03
* fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muench...Wolfram Gloger2007-09-03