| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | doc/examples/muxing: Use avio_closep() in examples as it avoids leaving stale... | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | doc/examples/muxing: fix "-flags" option | Michael Niedermayer | 2014-07-27 | 1 | -1/+1 |
* | doc/examples/muxing: Exchange tmp_frame and frame | Michael Niedermayer | 2014-07-27 | 1 | -11/+12 |
* | doc/examples/muxing: mark correct frame as writeable | Michael Niedermayer | 2014-07-27 | 1 | -9/+9 |
* | doc/examples/muxing: Always use swr, simplifies code slightly | Michael Niedermayer | 2014-07-27 | 1 | -6/+0 |
* | doc/examples/muxing: add alloc_audio_frame() and use it to simplify code. | Anton Khirnov | 2014-07-27 | 1 | -29/+35 |
* | doc/examples/muxing: Move samples_count to OutputStream | Michael Niedermayer | 2014-07-27 | 1 | -4/+3 |
* | doc/examples/muxing: free swr context at the end | Michael Niedermayer | 2014-07-27 | 1 | -0/+1 |
* | doc/examples/muxing: Support setting flags, for example for setting bitexact | Michael Niedermayer | 2014-07-26 | 1 | -8/+19 |
* | doc/examples/muxing: select a supported sample rate for the encoder, favor 44100 | Michael Niedermayer | 2014-07-26 | 1 | -0/+8 |
* | doc/examples/muxing: pick a supported channel layout if stereo isnt supported... | Michael Niedermayer | 2014-07-26 | 1 | -1/+9 |
* | doc/examples/muxing: move swr context to OutputStream | Michael Niedermayer | 2014-07-26 | 1 | -14/+13 |
* | Merge commit '884f7c975f0af25febe86660e87bf3b2165a0309' | Michael Niedermayer | 2014-07-26 | 1 | -2/+4 |
* | doc/examples/muxing: remove unused variable | Michael Niedermayer | 2014-06-28 | 1 | -1/+1 |
* | Merge commit '182d3f8221c23716ea4eafa460bdb94968f71f26' | Michael Niedermayer | 2014-06-27 | 1 | -80/+108 |
* | Merge commit 'a7fcd4122b19b0f934020f4e261d0c44c4c32e11' | Michael Niedermayer | 2014-06-27 | 1 | -7/+10 |
* | Merge commit '6a927d7aaf5625e83a674072913b9e292a303fd1' | Michael Niedermayer | 2014-06-26 | 1 | -2/+2 |
* | Merge commit '63fd0d866c8300a8f251a15b1535e9ce40a407fb' | Michael Niedermayer | 2014-06-26 | 1 | -42/+45 |
* | Merge commit 'edd5f957646dcbf1bb55718bc7bf1e5481c25bcb' | Michael Niedermayer | 2014-06-26 | 1 | -46/+40 |
* | Merge commit '5e7b125b6ae36893dfd9cb5661c99b67363cbb38' | Michael Niedermayer | 2014-06-26 | 1 | -69/+47 |
* | Merge commit 'ac85f631c9a9cc59aaca1c8dd6894fb1f701c594' | Michael Niedermayer | 2014-06-26 | 1 | -0/+2 |
* | Merge commit '294daf71a7a1303b5ddd3cbefebed3b732d610f3' | Michael Niedermayer | 2014-06-26 | 1 | -45/+58 |
* | Merge commit '38d044429dabcd28928693240e955c6d4430cca9' | Michael Niedermayer | 2014-06-26 | 1 | -33/+49 |
* | Merge commit '452860d7e056f9a894cac2fe52cdedeae4c38251' | Michael Niedermayer | 2014-06-20 | 1 | -3/+1 |
* | doc/examples: remove pathes from doxy examples | Michael Niedermayer | 2014-02-17 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-14 | 1 | -2/+2 |
* | examples/muxing: reindent after previous commit | Stefano Sabatini | 2014-01-23 | 1 | -32/+32 |
* | examples/muxing: flush encoders at the end | Stefano Sabatini | 2014-01-23 | 1 | -23/+30 |
* | examples/muxing: reduce duration, remove wrong and misleading comment | Stefano Sabatini | 2014-01-21 | 1 | -2/+1 |
* | examples/muxing: remove redundant {} | Stefano Sabatini | 2014-01-20 | 1 | -6/+4 |
* | examples/muxing: change error checks, from "ret != 0" to "ret < 0" | Stefano Sabatini | 2014-01-20 | 1 | -2/+3 |
* | examples/muxing: factorize write_interleave code | Stefano Sabatini | 2014-01-20 | 1 | -17/+28 |
* | examples/muxing: simplify video PTS setting | Stefano Sabatini | 2014-01-12 | 1 | -3/+1 |
* | doc/examples/muxing: Fixes frame initialization. | Andre Anjos | 2014-01-09 | 1 | -0/+3 |
* | examples/muxing: set timestamps in output audio packet | Stefano Sabatini | 2014-01-09 | 1 | -0/+7 |
* | examples/muxing: use av_frame_free() in place of av_free() | Stefano Sabatini | 2014-01-09 | 1 | -1/+1 |
* | examples/muxing: reuse global audio frame | Stefano Sabatini | 2014-01-09 | 1 | -7/+13 |
* | examples/muxing: honour distinction between encoder PTS timebase and stream t... | Stefano Sabatini | 2014-01-09 | 1 | -1/+5 |
* | examples/muxing: set sample formats from list of codec supported sample formats | Stefano Sabatini | 2014-01-09 | 1 | -1/+2 |
* | examples/muxing: fix memleaks in resampler | Ilya Basin | 2013-12-21 | 1 | -12/+18 |
* | examples/muxing: use S16 sample_fmt for resample src regardless of codec samp... | Ilya Basin | 2013-12-21 | 1 | -1/+1 |
* | examples/muxing: fix av_frame_free() not called when got_packet is false | Ilya Basin | 2013-12-21 | 1 | -1/+2 |
* | Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9' | Michael Niedermayer | 2013-12-11 | 1 | -1/+1 |
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -2/+2 |
* | examples/muxing: add support to audio resampling | Stefano Sabatini | 2013-07-06 | 1 | -28/+93 |
* | examples/muxing: make more compact audio/video_time computation | Stefano Sabatini | 2013-07-03 | 1 | -9/+2 |
* | examples/muxing: rename audio/video_pts to audio/video_time | Stefano Sabatini | 2013-06-26 | 1 | -8/+8 |
* | examples/muxing: remove useless instruction | Stefano Sabatini | 2013-06-26 | 1 | -1/+0 |