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
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-04-11doc/examples/muxing: Add support to pass flags to muxer as since codecpar the...Michael Niedermayer
2016-04-11Merge commit '9897d9f4e074cdc6c7f2409885ddefe300f18dc7'Derek Buitenhuis
2015-10-15doc/examples/muxing: Fix mixed declaration and codeMichael Niedermayer
2015-10-14Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e'Hendrik Leppkes
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-01-08doc/examples/muxing: Use avio_closep() in examples as it avoids leaving stale...Michael Niedermayer
2014-07-27doc/examples/muxing: fix "-flags" optionMichael Niedermayer
2014-07-27doc/examples/muxing: Exchange tmp_frame and frameMichael Niedermayer
2014-07-27doc/examples/muxing: mark correct frame as writeableMichael Niedermayer
2014-07-27doc/examples/muxing: Always use swr, simplifies code slightlyMichael Niedermayer
2014-07-27doc/examples/muxing: add alloc_audio_frame() and use it to simplify code.Anton Khirnov
2014-07-27doc/examples/muxing: Move samples_count to OutputStreamMichael Niedermayer
2014-07-27doc/examples/muxing: free swr context at the endMichael Niedermayer
2014-07-27doc/examples/muxing: Support setting flags, for example for setting bitexactMichael Niedermayer
2014-07-27doc/examples/muxing: select a supported sample rate for the encoder, favor 44100Michael Niedermayer
2014-07-27doc/examples/muxing: pick a supported channel layout if stereo isnt supported...Michael Niedermayer
2014-07-26doc/examples/muxing: move swr context to OutputStreamMichael Niedermayer
2014-07-26Merge commit '884f7c975f0af25febe86660e87bf3b2165a0309'Michael Niedermayer
2014-06-28doc/examples/muxing: remove unused variableMichael Niedermayer
2014-06-27Merge commit '182d3f8221c23716ea4eafa460bdb94968f71f26'Michael Niedermayer
2014-06-27Merge commit 'a7fcd4122b19b0f934020f4e261d0c44c4c32e11'Michael Niedermayer
2014-06-27Merge commit '6a927d7aaf5625e83a674072913b9e292a303fd1'Michael Niedermayer
2014-06-27Merge commit '63fd0d866c8300a8f251a15b1535e9ce40a407fb'Michael Niedermayer
2014-06-27Merge commit 'edd5f957646dcbf1bb55718bc7bf1e5481c25bcb'Michael Niedermayer
2014-06-27Merge commit '5e7b125b6ae36893dfd9cb5661c99b67363cbb38'Michael Niedermayer
2014-06-27Merge commit 'ac85f631c9a9cc59aaca1c8dd6894fb1f701c594'Michael Niedermayer
2014-06-26Merge commit '294daf71a7a1303b5ddd3cbefebed3b732d610f3'Michael Niedermayer
2014-06-26Merge commit '38d044429dabcd28928693240e955c6d4430cca9'Michael Niedermayer
2014-06-20Merge commit '452860d7e056f9a894cac2fe52cdedeae4c38251'Michael Niedermayer
2014-02-17doc/examples: remove pathes from doxy examplesMichael Niedermayer
2014-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-23examples/muxing: reindent after previous commitStefano Sabatini
2014-01-23examples/muxing: flush encoders at the endStefano Sabatini
2014-01-21examples/muxing: reduce duration, remove wrong and misleading commentStefano Sabatini
2014-01-20examples/muxing: remove redundant {}Stefano Sabatini
2014-01-20examples/muxing: change error checks, from "ret != 0" to "ret < 0"Stefano Sabatini
2014-01-20examples/muxing: factorize write_interleave codeStefano Sabatini
2014-01-12examples/muxing: simplify video PTS settingStefano Sabatini
2014-01-09doc/examples/muxing: Fixes frame initialization.Andre Anjos
2014-01-09examples/muxing: set timestamps in output audio packetStefano Sabatini
2014-01-09examples/muxing: use av_frame_free() in place of av_free()Stefano Sabatini
2014-01-09examples/muxing: reuse global audio frameStefano Sabatini
2014-01-09examples/muxing: honour distinction between encoder PTS timebase and stream t...Stefano Sabatini
2014-01-09examples/muxing: set sample formats from list of codec supported sample formatsStefano Sabatini
2013-12-21examples/muxing: fix memleaks in resamplerIlya Basin
2013-12-21examples/muxing: use S16 sample_fmt for resample src regardless of codec samp...Ilya Basin
2013-12-21examples/muxing: fix av_frame_free() not called when got_packet is falseIlya Basin
2013-12-12Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9'Michael Niedermayer