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-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-18Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-02-18Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2011-02-18lavf: add av_ prefix to dump_format()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-17Fix av_find_best_stream when using a programBalint Marton
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-16Fix av_find_best_stream when using a programBalint Marton
2011-02-15lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-15Better threshold for the gcd based r_frame_rate calculation.Michael Niedermayer
2011-02-15lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula
2011-02-15lavf: print stream disposition in dump_stream_formatAnssi 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-11Frame-based multithreading framework using pthreadsAlexander Strange
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-09Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger
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-06libavformat: Add a function for freeing an AVFormatContextMartin Storsjö
2011-02-06add ff_index_search_timestamp and ff_add_index_entryPeter Ross
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-26Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò
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