]> git.sesse.net Git - ffmpeg/history - doc/examples/output.c
examples/decode_audio: flush the decoder
[ffmpeg] / doc / examples / output.c
2016-09-28 Anton Khirnovexamples/output: switch to the new encoding API
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-24 Anton Khirnovexamples/output: convert to codecpar
2015-10-13 Luca Barbatoavformat: Do not use AVFMT_RAWPICTURE
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2014-07-26 Anton Khirnovoutput example: convert audio to the format supported...
2014-07-26 Anton Khirnovoutput example: set the stream timebase
2014-07-11 Diego Biurrunexamples/output: Remove unused variable
2014-06-26 Anton Khirnovoutput example: free the muxing format context properly
2014-06-26 Anton Khirnovoutput example: rewrite encoding logic
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...