| Commit message (Expand) | Author | Age | Files | Lines |
* | examples: filter_audio: Add missing mem.h header for av_freep() | Diego Biurrun | 2014-08-03 | 1 | -0/+1 |
* | output example: convert audio to the format supported by the encoder | Anton Khirnov | 2014-07-26 | 1 | -46/+147 |
* | output example: set the stream timebase | Anton Khirnov | 2014-07-26 | 1 | -2/+5 |
* | examples/output: Remove unused variable | Diego Biurrun | 2014-07-11 | 1 | -1/+0 |
* | output example: free the muxing format context properly | Anton Khirnov | 2014-06-26 | 1 | -7/+1 |
* | output example: rewrite encoding logic | Anton Khirnov | 2014-06-26 | 1 | -77/+106 |
* | output example: store the scaling context in the stream context | Anton Khirnov | 2014-06-26 | 1 | -9/+11 |
* | output example: use a macro instead of a static variable | Anton Khirnov | 2014-06-26 | 1 | -2/+2 |
* | output example: allocate the audio frame only once | Anton Khirnov | 2014-06-26 | 1 | -26/+23 |
* | output example: use OutputStream for audio streams as well | Anton Khirnov | 2014-06-26 | 1 | -42/+39 |
* | output example: use the new AVFrame API to allocate audio frames | Anton Khirnov | 2014-06-26 | 1 | -19/+24 |
* | output example: set output channel layout | Anton Khirnov | 2014-06-26 | 1 | -0/+2 |
* | output example: use a struct to bundle the video stream variables together | Anton Khirnov | 2014-06-26 | 1 | -43/+50 |
* | output example: use the new AVFrame API for allocating the video frame | Anton Khirnov | 2014-06-26 | 1 | -16/+23 |
* | Use av_packet_rescale_ts() to simplify code. | Anton Khirnov | 2014-06-20 | 1 | -8/+1 |
* | libavfilter: example audio filtering program | Anton Khirnov | 2014-02-25 | 1 | -0/+364 |
* | Move all example programs to doc/examples | Diego Biurrun | 2014-02-16 | 4 | -2/+653 |
* | doc/examples: misc Doxygen markup improvements | Diego Biurrun | 2014-02-14 | 2 | -3/+6 |
* | Replace all uses of avcodec_free_frame with av_frame_free(). | Anton Khirnov | 2013-12-11 | 1 | -1/+1 |
* | 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 |