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
2013-03-04avformat: Make duration estimation from pts more robustMichael Niedermayer
2013-02-24avformat: Allocate duration_error separatelyMichael Niedermayer
2013-02-15Fix a few "its" vs "it's" typo.Clément Bœsch
2013-02-08lavf: add seek2any to allow forcing seeking to non keyframes via AVOptionsMichael Niedermayer
2013-01-17Add a new function av_codec_get_tag2().Carl Eugen Hoyos
2012-12-16lavf: Provide a monotonic timestamp to the outside worldHarald Axmann
2012-12-04av_register_protocol is gone :(Paul B Mahol
2012-11-22use correct doxygen parameter direction syntaxPeter Ross
2012-11-21Add -skip_initial_bytes option.Carl Eugen Hoyos
2012-11-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-15Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer
2012-11-14avformat: clarify stream id for muxingLuca Barbato
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-11-03Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer
2012-11-02lavf: fix av_interleaved_write_frame() doxy.Anton Khirnov
2012-11-02lavf: clarify the lifetime of demuxed packets.Anton Khirnov
2012-10-24lavf: const correctness for avformat_new_streamPaul B Mahol
2012-10-23lavf: fix duration estimation for multi program TSMichael Niedermayer
2012-10-19Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95'Michael Niedermayer
2012-10-18avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö
2012-10-14lavf: fix fps detection with PAFF H.264Michael Niedermayer
2012-10-10lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.Michael Niedermayer
2012-10-07avformat: fix typo in commentPaul B Mahol
2012-10-02Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer
2012-10-01avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun
2012-09-27lavf: move fields that appear to be intended as public API to the correct sec...Michael Niedermayer
2012-09-26lavf: Add support offset timestamps on muxing.Michael Niedermayer
2012-09-23lavf: document request_probe properlyMichael Niedermayer
2012-08-18lavf: add use_wallclock_as_timestampsMichael Niedermayer
2012-08-16avformat: export queue_attached_picturesMichael Niedermayer
2012-08-10lavf: return APIC fourcc from query_format() if the codec is supported as an ...Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-04lavf: move nb_decoded_frames out of info.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: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-07-25lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio()Stefano Sabatini
2012-07-25lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files.Michael Niedermayer
2012-07-20lavf: make cmdutils's check_stream_specifier public.Nicolas George
2012-07-13doxy: move av_guess_sample_aspect_ratio to correct placeDerek Buitenhuis
2012-07-12lavf: inject sample skip side data when requested by the demuxerMichael Niedermayer
2012-07-06cosmetics: various spelling fixesLou Logan
2012-06-28lavf: add proper enum type for fmt ctx duration esitmation methodMichael Bradshaw
2012-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard
2012-06-21avformat: add 48 fps to the NTSC frameratesHendrik Leppkes
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer