| Commit message (Expand) | Author | Age | Files | Lines |
* | examples: rename avcodec.c to decoding_encoding.c | Stefano Sabatini | 2014-04-23 | 2 | -2/+2 |
* | examples/transcoding: use av_malloc_array() | Michael Niedermayer | 2014-04-08 | 1 | -1/+1 |
* | examples/avio_reading: fix null dereference on error | Michael Niedermayer | 2014-04-06 | 1 | -2/+4 |
* | doc/examples/avcodec: information regarding gop_size ignored if frame->pic-ty... | Anshul Maheshwari | 2014-03-21 | 1 | -1/+7 |
* | doc/examples: Add example transcoding.c | Andrey Utkin | 2014-03-17 | 2 | -0/+598 |
* | doc: fix typo | compn | 2014-03-07 | 1 | -1/+1 |
* | doc/examples/remuxing: dont use the input codec_tag, it may be invalid tor th... | Jason Hsu | 2014-03-05 | 1 | -0/+1 |
* | Merge commit 'e7dfaf16a403972eb6aed5ce8f84c0085bd2fb5a' | Michael Niedermayer | 2014-02-25 | 1 | -0/+364 |
|\ |
|
| * | libavfilter: example audio filtering program | Anton Khirnov | 2014-02-25 | 1 | -0/+364 |
* | | doc/examples: remove pathes from doxy examples | Michael Niedermayer | 2014-02-17 | 9 | -9/+9 |
* | | Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' | Michael Niedermayer | 2014-02-17 | 3 | -4/+4 |
|\| |
|
| * | Move all example programs to doc/examples | Diego Biurrun | 2014-02-16 | 4 | -2/+653 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-14 | 2 | -3/+6 |
|\| |
|
| * | doc/examples: misc Doxygen markup improvements | Diego Biurrun | 2014-02-14 | 2 | -3/+6 |
* | | examples/avio_reading: remove stray empty line | Stefano Sabatini | 2014-02-02 | 1 | -1/+0 |
* | | examples: add avio_reading.c example | Stefano Sabatini | 2014-02-02 | 2 | -1/+135 |
* | | doc/examples/decoding_encoding: Check all av_samples_get_buffer_size() returns | Michael Niedermayer | 2014-01-31 | 1 | -0/+5 |
* | | examples/filtering_audio,video: do not call avcodec_register_all() | Stefano Sabatini | 2014-01-24 | 2 | -2/+0 |
* | | 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/filtering_audio,video: drop call to avcodec_get_frame_defaults() | Stefano Sabatini | 2014-01-21 | 2 | -2/+0 |
* | | 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: add remuxing example | Stefano Sabatini | 2014-01-20 | 2 | -0/+165 |
* | | 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/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 |