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
2011-03-17lavf: Make make_absolute_url a lavf internal functionMartin Storsjö
2011-03-17lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini
2011-03-17lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini
2011-03-17lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini
2011-03-17avio: make url_setbufsize internal.Anton Khirnov
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-03-15lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov
2011-03-07avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-02libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-17Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-02-17Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2011-02-17lavf: add av_ prefix to dump_format()Anton Khirnov
2011-02-16Fix av_find_best_stream when using a programBalint Marton
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-15lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula
2011-02-13lavf: print stream disposition in dump_stream_formatAnssi Hannula
2011-02-11make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIREDPeter Ross
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula
2011-02-09lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula
2011-02-07Make 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-04add 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-17av_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