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
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-06Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch
2012-08-06lavf: Declare an AVRational struct without a struct literalMartin Storsjö
2012-08-04compute_pkt_fields: do not attempt to calculate dts when the delay hasnt been...Michael Niedermayer
2012-08-04lavf: move nb_decoded_frames out of info.Michael Niedermayer
2012-08-04has_decode_delay_been_guessed: adjust value for has_b_frames=0Michael Niedermayer
2012-08-04lavf: move has_decode_delay_been_guessed() up to make it accessible to earlie...Michael Niedermayer
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-29lavf: round estimated average fps to a "standard" fps.Anton Khirnov
2012-07-29lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov
2012-07-28Add missing libavutil/time.h includes.Anton Khirnov
2012-07-26ff_add_index_entry: reject AV_NOPTS_VALUEMichael Niedermayer
2012-07-26lavf: move generic index generation code to a later pointMichael Niedermayer
2012-07-26parse_packet: use pkt.pos always instead of the avparser offset.Michael Niedermayer
2012-07-26probe_codec: fix memory corruptionMichael Niedermayer
2012-07-25av_find_stream_info: skip flushing codecs and estimating timings if probe_siz...Michael Niedermayer
2012-07-25lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files.Michael Niedermayer
2012-07-25lavf: factor AVStream st outMichael Niedermayer
2012-07-25parse_packet: reset pkt->pos after it has been usedMichael Niedermayer
2012-07-24Revert "lavf: count skipped samples for initial timestamps."Michael Niedermayer
2012-07-22av_url_split: dont let '/' char whallop '?' charPeter Ross
2012-07-20lavf: make cmdutils's check_stream_specifier public.Nicolas George
2012-07-20lavf: count skipped samples for initial timestamps.Nicolas George
2012-07-20lavf: set pkt_timebase at the same time as stream->time_base.Nicolas George
2012-07-18lavf/utils: show the number of stream in case of missing parameterStefano Sabatini
2012-07-18lavf/utils: suggest what to do in case of missing codec informationStefano Sabatini
2012-07-18lavf/utils: extend has_codec_parameters() to make it show what info is missingStefano Sabatini
2012-07-12lavf: inject sample skip side data when requested by the demuxerMichael Niedermayer
2012-07-09lavf: limit "Adjusting PTS forward" code to video streamsMichael Niedermayer
2012-07-03has_decode_delay_been_guessed: tighten up the heuristic.Michael Niedermayer
2012-07-03has_decode_delay_been_guessed: skip guessing when sps.num_reorder_frames is a...Michael Niedermayer
2012-07-03has_decode_delay_been_guessed: improve heuristicMichael Niedermayer
2012-06-29lavf: allow multiple names in output devices selected by av_guess_format()Stefano Sabatini
2012-06-22avformat: offset fps calculation by one to include 60.00 fpsHendrik Leppkes
2012-06-21avformat: add 48 fps to the NTSC frameratesHendrik Leppkes
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20Move av_gettime() to libavutilMans Rullgard
2012-06-18lavf: add field for how duration is estimatedMichael Bradshaw
2012-06-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-16lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov
2012-06-15lavf: cosmetic: format else with indentationMichael Bradshaw
2012-06-12lavf: add a "warning" when discarding a oddly backward subtitle or data start...Michael Niedermayer
2012-06-12lavf: handle data like subtitles in start time calculation.Michael Niedermayer