summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula2011-02-14
* lavf: print stream disposition in dump_stream_formatAnssi Hannula2011-02-13
* make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIREDPeter Ross2011-02-10
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-09
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-08
* lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula2011-02-08
* Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger2011-02-06
* libavformat: Add a function for freeing an AVFormatContextMartin Storsjö2011-02-04
* add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-03
* Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò2011-01-25
* Clarify timestamps related error messages in compute_pkt_fields2().Stefano Sabatini2011-01-11
* Fix assertion fail on audio files with invalid sample rates,Daniel Kang2011-01-06
* Revert previous commit, as it was not meant to be pushed.Stefano Sabatini2011-01-06
* Issue more explicit error messages in compute_pkt_fields2().Stefano Sabatini2011-01-06
* In av_close_input_stream(), flush the packet queue before to actuallyStefano Sabatini2011-01-06
* Add AVOption support for muxers.Anssi Hannula2011-01-02
* Implement av_find_best_stream.Nicolas George2010-12-27
* Allow output formats without any streams.Anton Khirnov2010-12-27
* add ff_find_stream_indexPeter Ross2010-12-26
* Fix crash if invalid bit-rate was read from file.David Czech2010-12-20
* add subtitle codec autodetectionAurelien Jacobs2010-12-04
* In av_find_stream_info, decode more h264 to get correct delay, issue #2020Baptiste Coudurier2010-11-25
* Add av_append_packet function, to be used in code that merges packetsReimar Döffinger2010-11-21
* av_find_stream_info(): set subtitle codec time_baseAurelien Jacobs2010-11-16
* allow passing subtitles header between decoder and encoderAurelien Jacobs2010-11-13
* lavf/utils: use av_{i/o}format_next() instead of first_{i/o}formatAnton Khirnov2010-11-13
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* lavf: simplify setting the encoder ident tag.Anton Khirnov2010-10-16
* 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