summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* lavf: make compute_chapters_end less picky.Anton Khirnov2011-04-01
* Use audio_service_type to set stream disposition.Justin Ruggles2011-03-25
* avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-17
* lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini2011-03-17
* lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini2011-03-17
* lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini2011-03-17
* avio: make url_setbufsize internal.Anton Khirnov2011-03-16
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov2011-03-15
* avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-07
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-02
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-16
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-16
* Fix av_find_best_stream when using a programBalint Marton2011-02-16
* 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