aboutsummaryrefslogtreecommitdiff
path: root/libavformat/utils.c
AgeCommit message (Expand)Author
2011-02-10make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIREDPeter Ross
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-08lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula
2011-02-08lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula
2011-02-06Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger
2011-02-04libavformat: Add a function for freeing an AVFormatContextMartin Storsjö
2011-02-03add ff_index_search_timestamp and ff_add_index_entryPeter Ross
2011-01-25Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò
2011-01-11Clarify timestamps related error messages in compute_pkt_fields2().Stefano Sabatini
2011-01-06Fix assertion fail on audio files with invalid sample rates,Daniel Kang
2011-01-06Revert previous commit, as it was not meant to be pushed.Stefano Sabatini
2011-01-06Issue more explicit error messages in compute_pkt_fields2().Stefano Sabatini
2011-01-06In av_close_input_stream(), flush the packet queue before to actuallyStefano Sabatini
2011-01-02Add AVOption support for muxers.Anssi Hannula
2010-12-27Implement av_find_best_stream.Nicolas George
2010-12-27Allow output formats without any streams.Anton Khirnov
2010-12-26add ff_find_stream_indexPeter Ross
2010-12-20Fix crash if invalid bit-rate was read from file.David Czech
2010-12-04add subtitle codec autodetectionAurelien Jacobs
2010-11-25In av_find_stream_info, decode more h264 to get correct delay, issue #2020Baptiste Coudurier
2010-11-21Add av_append_packet function, to be used in code that merges packetsReimar Döffinger
2010-11-16av_find_stream_info(): set subtitle codec time_baseAurelien Jacobs
2010-11-13allow passing subtitles header between decoder and encoderAurelien Jacobs
2010-11-13lavf/utils: use av_{i/o}format_next() instead of first_{i/o}formatAnton Khirnov
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-16lavf: simplify setting the encoder ident tag.Anton Khirnov
2010-10-15add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs
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-08move 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-06properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs
2010-10-06add new streams API without MAX_STREAMS limitAurelien Jacobs
2010-10-06dynamically use nb_streams instead of static use of MAX_STREAMSAurelien Jacobs
2010-10-06Move 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-02Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson
2010-09-27Fix index_entries pos:Michael Chinen
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-07Fix formatting for negative start times (issue 2139).Christian d'Heureuse
2010-09-05move 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-18rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs
2010-08-17add 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