summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs2010-10-15
* add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs2010-10-15
* add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs2010-10-15
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-15
* add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()Aurelien Jacobs2010-10-15
* move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs2010-10-08
* remove useless local variableAurelien Jacobs2010-10-07
* remove useless local allocated start_time arrayAurelien Jacobs2010-10-07
* properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-06
* add new streams API without MAX_STREAMS limitAurelien Jacobs2010-10-06
* dynamically use nb_streams instead of static use of MAX_STREAMSAurelien Jacobs2010-10-06
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-06
* find_info_tag: Make sure the output buffer is null terminatedMartin Storsjö2010-10-05
* Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson2010-10-02
* Fix index_entries pos:Michael Chinen2010-09-27
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Fix formatting for negative start times (issue 2139).Christian d'Heureuse2010-09-07
* move stream info arrays into a struct to ease future dynamic allocationAurelien Jacobs2010-09-05
* avformat: free decryption key in av_close_input_stream()Måns Rullgård2010-08-24
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-19
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-18
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-17
* Fix segv when stream copy and validate_tag fails, st->codec->codec is not setBaptiste Coudurier2010-08-12
* Fix mem leak when trying to open a non-existing image file (issue 2126).Przemysław Sobala2010-08-10
* Make hex_to_data a lavf internal functionMartin Storsjö2010-08-09
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* Move AVStream->codec_info_nb_frames increment after try_decode_frameBaptiste Coudurier2010-07-03
* In av_find_stream_info, decode at least 4 h.264 frames to be able to guess de...Baptiste Coudurier2010-07-03
* Make "invalid dts/pts combination" a debug instead of a warning message.XBMC2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Fix an "assignment from incompatible pointer type" warning in av_read_frame_i...Eli Friedman2010-06-28
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Fix failure in av_read_frame on timestamp rollover.Stephen Dredge2010-06-22
* ff_url_join: Don't add any at-char if the auth is an empty stringMartin Storsjö2010-06-19
* Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård2010-06-15
* Fix muxing rgb rawvideo in avi regression.Michael Niedermayer2010-06-05
* Make the error message issued in case of invalid codec tag moreStefano Sabatini2010-06-02
* Print an error when MAX_STREAMS is reached.Michael Niedermayer2010-06-01
* Make sure that when the parser is feeded with frame==packet that theMichael Niedermayer2010-05-27
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-26
* Display a more descriptive log message when probe buffer limit isJai Menon2010-05-24
* Make av_write_header() return AVERROR(EINVAL) rather than -1 if theStefano Sabatini2010-05-22
* Store in a dedicated array the format name - codec id - codec typeStefano Sabatini2010-05-22
* Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini2010-05-22
* Add a libavformat internal function ff_write_chainedMartin Storsjö2010-05-21
* Validate AVCodecTag vs CodecID.Francesco Lavra2010-05-18
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-18
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Baptiste Coudurier2010-05-14
* Export av_probe_input_format2.Reimar Döffinger2010-05-01
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25