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-10-03avformat: add support to force specific AVCodecsMichael Niedermayer
2013-09-17Merge commit '596e5d4783ca951258a7c580951fd161f1785ec1'Michael Niedermayer
2013-09-16lavf: Add a flag to enable/disable per-packet flushingLuca Barbato
2013-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-04matroskaenc: Allow chapters to be written in trailerJohn Stebbins
2013-08-29avformat: export probe scoreMichael Niedermayer
2013-08-21Merge commit '64af59bc4916fac5578b31c89da13c30b591bddf'Michael Niedermayer
2013-08-20avformat: Fix references to removed av_close_input_file in DoxygenDiego Biurrun
2013-08-13Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54.Alexis Ballier
2013-07-24documented that av_codec_close is required to callAnshul Maheshwari
2013-07-09avformat/AVFormatContext: Move fields down to match the forkMichael Niedermayer
2013-06-25lavf: add AV_DISPOSITION flags for WebVTT text track kindsMatthew Heaney
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-05-04lavf: filter out AVSEEK_FLAG_BACKWARD in new API.Nicolas George
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-04-26avformat/mux: set avoid_negative_ts based on flags if not overridden by user ...Michael Niedermayer
2013-04-26Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'Michael Niedermayer
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato
2013-04-04avformat: Add a mechanism to allow demuxers to detect byte based seeking.Michael Niedermayer
2013-03-29ffmpeg/avformat: factor av_guess_frame_rate() outMichael Niedermayer
2013-03-25lavf/mux: add the flush_packets option.Nicolas George
2013-03-19lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxyStefano Sabatini
2013-03-13Merge commit '7b486ab13bfcfa88a7cd92586de50e49966ec292'Michael Niedermayer
2013-03-12avformat: keep r_frame_rateMichael Niedermayer
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
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-21miscellaneous typo fixesDiego Biurrun
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