Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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