summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* examples/decode_audio: use the new audio decoding APIAnton Khirnov2016-11-23
* examples/decode_audio: use a parser for splitting the inputAnton Khirnov2016-11-23
* examples/encode_audio: switch to the new audio encoding APIAnton Khirnov2016-11-23
* examples/qsvdec: convert to the new decoding APIAnton Khirnov2016-11-23
* examples/qsvdec: switch to the hwcontext APIAnton Khirnov2016-11-23
* examples/transcode_aac: Drop pointless return value const qualifierDiego Biurrun2016-11-17
* Ignore all generated example binariesDiego Biurrun2016-11-17
* examples/decode_audio: Add missing header for av_free()Diego Biurrun2016-11-10
* examples/decode_video: remove a stray unrelated commentAnton Khirnov2016-11-02
* examples/decode_video: constify the AVCodec instanceAnton Khirnov2016-11-02
* examples/encode_video: use the AVFrame API for allocating the frameAnton Khirnov2016-11-02
* examples/encode_video: set the framerateAnton Khirnov2016-11-02
* examples/encode_video: constify the AVCodec instanceAnton Khirnov2016-11-02
* examples/avcodec: split the remaining two examples into separate filesAnton Khirnov2016-11-02
* examples/decode_audio: constify the AVCodec instanceAnton Khirnov2016-11-02
* examples/avcodec: split audio decoding into a separate exampleAnton Khirnov2016-11-02
* examples/encode_audio: use the AVFrame API for allocating the dataAnton Khirnov2016-11-02
* examples/encode_audio: constify AVCodec instancesAnton Khirnov2016-11-02
* examples/avcodec: split audio encoding into a separate exampleAnton Khirnov2016-11-02
* examples/output: switch to the new encoding APIAnton Khirnov2016-09-28
* examples: Properly free AVCodecContextVittorio Giovara2016-07-20
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-13
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* examples/transcode_aac: convert to codecparAnton Khirnov2016-02-24
* examples/qsvdec: convert to codecparAnton Khirnov2016-02-24
* examples/output: convert to codecparAnton Khirnov2016-02-24
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-13
* examples/qsvdec: free the lavc decoder before closing MFX/VAAPIAnton Khirnov2015-09-28
* examples/qsvdec: do not free the surfaces in the frame_free() callbackAnton Khirnov2015-09-28
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Add a QSV decoding example.Anton Khirnov2015-02-28
* examples/transcode_aac: generate proper PTS and set the muxer timebaseAndreas Unterweger2015-01-27
* examples/transcode_aac: fix a typoAndreas Unterweger2015-01-27
* examples/transcode_aac: properly select the output sample formatAndreas Unterweger2015-01-27
* examples: filter_audio: Add missing mem.h header for av_freep()Diego Biurrun2014-08-03
* 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