summaryrefslogtreecommitdiff
path: root/doc/examples/output.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* examples/output: convert to codecparAnton Khirnov2016-02-24
* avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-13
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* output example: convert audio to the format supported by the encoderAnton Khirnov2014-07-26
* output example: set the stream timebaseAnton Khirnov2014-07-26
* examples/output: Remove unused variableDiego Biurrun2014-07-11
* output example: free the muxing format context properlyAnton Khirnov2014-06-26
* output example: rewrite encoding logicAnton Khirnov2014-06-26
* output example: store the scaling context in the stream contextAnton Khirnov2014-06-26
* output example: use a macro instead of a static variableAnton Khirnov2014-06-26
* output example: allocate the audio frame only onceAnton Khirnov2014-06-26
* output example: use OutputStream for audio streams as wellAnton Khirnov2014-06-26
* output example: use the new AVFrame API to allocate audio framesAnton Khirnov2014-06-26
* output example: set output channel layoutAnton Khirnov2014-06-26
* output example: use a struct to bundle the video stream variables togetherAnton Khirnov2014-06-26
* output example: use the new AVFrame API for allocating the video frameAnton Khirnov2014-06-26
* Use av_packet_rescale_ts() to simplify code.Anton Khirnov2014-06-20
* Move all example programs to doc/examplesDiego Biurrun2014-02-16
* doc/examples: misc Doxygen markup improvementsDiego Biurrun2014-02-14
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-11
* build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-25