]> git.sesse.net Git - ffmpeg/history - doc/examples/output.c
output example: store the scaling context in the stream context
[ffmpeg] / doc / examples / output.c
2014-06-26 Anton Khirnovoutput example: store the scaling context in the stream...
2014-06-26 Anton Khirnovoutput example: use a macro instead of a static variable
2014-06-26 Anton Khirnovoutput example: allocate the audio frame only once
2014-06-26 Anton Khirnovoutput example: use OutputStream for audio streams...
2014-06-26 Anton Khirnovoutput example: use the new AVFrame API to allocate...
2014-06-26 Anton Khirnovoutput example: set output channel layout
2014-06-26 Anton Khirnovoutput example: use a struct to bundle the video stream...
2014-06-26 Anton Khirnovoutput example: use the new AVFrame API for allocating...
2014-06-20 Anton KhirnovUse av_packet_rescale_ts() to simplify code.
2014-02-16 Diego BiurrunMove all example programs to doc/examples
2014-02-14 Diego Biurrundoc/examples: misc Doxygen markup improvements
2013-12-11 Anton KhirnovReplace all uses of avcodec_free_frame with av_frame_fr...
2013-11-25 Diego Biurrunbuild: Integrate multilibrary examples into the build...