Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-07-06examples/muxing: add support to audio resamplingStefano Sabatini
2013-07-03examples/muxing: make more compact audio/video_time computationStefano Sabatini
2013-06-27examples/muxing: rename audio/video_pts to audio/video_timeStefano Sabatini
2013-06-27examples/muxing: remove useless instructionStefano Sabatini
2013-06-25examples/muxing: vertically alignStefano Sabatini
2013-03-12Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38'Michael Niedermayer