| Commit message (Expand) | Author | Age | Files | Lines |
* | 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/decoding_encoding: fix style nits | Stefano Sabatini | 2014-01-07 | 1 | -14/+14 |
* | 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 |
* | examples/decoding_encoding: check av_samples_get_buffer_size() for a negative... | Stefano Sabatini | 2013-12-15 | 1 | -1/+1 |
* | examples/decoding_encoding: check av_samples_get_buffer_size() return code | Timothy Gu | 2013-12-14 | 1 | -0/+4 |
* | examples/resample_audio: check av_samples_get_buffer_size() return code | Timothy Gu | 2013-12-14 | 1 | -0/+4 |
* | examples/demuxing_decoding: print the decoding error when it happens. | Clément Bœsch | 2013-12-13 | 1 | -2/+2 |
* | examples/demuxing_decoding: return error when no codec found | Even Wiik Thomassen | 2013-12-13 | 1 | -1/+1 |
* | Merge commit '48d17ee6dc2b2a552f645484f200c2946bf24607' | Michael Niedermayer | 2013-12-12 | 1 | -2/+1 |
|\ |
|
* | | Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9' | Michael Niedermayer | 2013-12-11 | 2 | -5/+5 |
|\| |
|
| * | Replace all uses of avcodec_free_frame with av_frame_free(). | Anton Khirnov | 2013-12-11 | 1 | -1/+1 |
* | | doc/examples/filtering_audio: init packet0.data | Michael Niedermayer | 2013-12-03 | 1 | -0/+1 |
* | | doc/examples/filtering_audio: fix chunked audio decoding | Stefano Sabatini | 2013-12-02 | 1 | -4/+15 |
* | | doc/examples/filtering_audio: fix style | Stefano Sabatini | 2013-12-02 | 1 | -2/+2 |
* | | doc/examples/filtering_video: do not make use of AVBufferSinkParams | Stefano Sabatini | 2013-12-02 | 1 | -5/+8 |
* | | doc/examples/filtering_video: add some error handling in init_filters() | Stefano Sabatini | 2013-12-02 | 1 | -6/+15 |
* | | doc/examples/README: fix typo | Stefano Sabatini | 2013-12-02 | 1 | -1/+1 |
* | | doc/examples/filtering_audio: add more error checks | Stefano Sabatini | 2013-12-02 | 1 | -10/+18 |
* | | doc/examples/filtering: make use of av_err2str() | Stefano Sabatini | 2013-12-02 | 2 | -6/+2 |
* | | doc/examples: update README. | Clément Bœsch | 2013-11-28 | 1 | -4/+9 |
* | | doc/examples: make fill_samples static. | Clément Bœsch | 2013-11-28 | 1 | -1/+1 |
* | | doc/examples: add transcode_aac to local Makefile. | Clément Bœsch | 2013-11-28 | 1 | -0/+1 |
* | | doc/examples/transcode_aac: remove non converted codepath | Michael Niedermayer | 2013-11-27 | 1 | -7/+0 |
* | | doc/examples/transcode_aac: switch to swresample | Michael Niedermayer | 2013-11-27 | 1 | -44/+34 |
* | | doc/examples/transcode_aac: fix project name | Michael Niedermayer | 2013-11-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-27 | 1 | -0/+769 |
|\| |
|
| * | Add an audio transcoding example. | Andreas Unterweger | 2013-11-27 | 1 | -0/+769 |
| * | build: Integrate multilibrary examples into the build system | Diego Biurrun | 2013-11-25 | 1 | -0/+527 |
* | doc/examples: do not check NULL values for avcodec_close() | Stefano Sabatini | 2013-11-21 | 3 | -8/+4 |
* | doc/examples: fix mem issues in filtering_video. | Clément Bœsch | 2013-11-19 | 1 | -0/+3 |
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 2 | -6/+6 |
* | doc/examples: rename demuxing to demuxing_decoding. | Clément Bœsch | 2013-11-04 | 2 | -3/+3 |
* | doc/examples/demuxing: show how to use the reference counting system. | Clément Bœsch | 2013-11-04 | 1 | -6/+51 |
* | doc/examples/demuxing: reset got_frame. | Clément Bœsch | 2013-10-30 | 1 | -0/+2 |
* | doc/examples: fix lib math dep for resampling_audio. | Clément Bœsch | 2013-09-04 | 1 | -0/+1 |
* | doc/examples: remove extra "the". | Clément Bœsch | 2013-09-04 | 1 | -1/+1 |
* | doc/examples/filtering_audio: make const arrays also static | Michael Niedermayer | 2013-08-03 | 1 | -5/+5 |
* | examples: demuxing: print ffplay command even if sample format is planar | wm4 | 2013-07-19 | 1 | -2/+14 |
* | examples: demuxing: simplify audio output | wm4 | 2013-07-19 | 1 | -36/+10 |
* | examples: demuxing: do partial audio packet decoding | wm4 | 2013-07-19 | 1 | -3/+16 |
* | examples/muxing: add support to audio resampling | Stefano Sabatini | 2013-07-06 | 1 | -28/+93 |
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the... | Stefano Sabatini | 2013-07-03 | 2 | -2/+2 |
* | examples/muxing: make more compact audio/video_time computation | Stefano Sabatini | 2013-07-03 | 1 | -9/+2 |