summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-071-1/+2
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-3/+3
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-021-7/+19
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-7/+7
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-3/+3
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-3/+3
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-7/+7
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-171-35/+5
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-161-116/+8
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-161-0/+10
* Fix av_find_best_stream when using a programBalint Marton2011-02-161-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula2011-02-141-0/+2
* lavf: print stream disposition in dump_stream_formatAnssi Hannula2011-02-131-0/+18
* make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIREDPeter Ross2011-02-101-0/+2
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-0/+6
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-081-2/+2
* lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula2011-02-081-4/+4
* Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger2011-02-061-7/+10
* libavformat: Add a function for freeing an AVFormatContextMartin Storsjö2011-02-041-3/+8
* add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-031-15/+30
* Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò2011-01-251-1/+1
* Clarify timestamps related error messages in compute_pkt_fields2().Stefano Sabatini2011-01-111-2/+2
* Fix assertion fail on audio files with invalid sample rates,Daniel Kang2011-01-061-1/+1
* Revert previous commit, as it was not meant to be pushed.Stefano Sabatini2011-01-061-4/+2
* Issue more explicit error messages in compute_pkt_fields2().Stefano Sabatini2011-01-061-2/+4
* In av_close_input_stream(), flush the packet queue before to actuallyStefano Sabatini2011-01-061-1/+1
* Add AVOption support for muxers.Anssi Hannula2011-01-021-0/+4
* Implement av_find_best_stream.Nicolas George2010-12-271-0/+61
* Allow output formats without any streams.Anton Khirnov2010-12-271-2/+2
* add ff_find_stream_indexPeter Ross2010-12-261-0/+9
* Fix crash if invalid bit-rate was read from file.David Czech2010-12-201-1/+2
* add subtitle codec autodetectionAurelien Jacobs2010-12-041-0/+2
* In av_find_stream_info, decode more h264 to get correct delay, issue #2020Baptiste Coudurier2010-11-251-1/+1
* Add av_append_packet function, to be used in code that merges packetsReimar Döffinger2010-11-211-0/+15
* av_find_stream_info(): set subtitle codec time_baseAurelien Jacobs2010-11-161-1/+2
* allow passing subtitles header between decoder and encoderAurelien Jacobs2010-11-131-1/+7
* lavf/utils: use av_{i/o}format_next() instead of first_{i/o}formatAnton Khirnov2010-11-131-8/+6
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* lavf: simplify setting the encoder ident tag.Anton Khirnov2010-10-161-10/+1
* add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs2010-10-151-1/+1
* add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs2010-10-151-0/+6
* add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs2010-10-151-1/+1
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-151-1/+1
* add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()Aurelien Jacobs2010-10-151-2/+2
* move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs2010-10-081-54/+35
* remove useless local variableAurelien Jacobs2010-10-071-3/+2
* remove useless local allocated start_time arrayAurelien Jacobs2010-10-071-14/+7
* properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-061-6/+7
OpenPOWER on IntegriCloud