summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* doc/examples/output: Cast pointer to the right (const) typeDiego Biurrun2017-04-24
* doc/examples/filter_audio: const correctnessDiego Biurrun2017-04-24
* examples: Fixed and extended Doxygen documentationAndreas Unterweger2017-04-10
* build: Drop DOC_ prefix from EXAMPLES-related variablesDiego Biurrun2017-02-27
* build: Separate logic for building examples from that for building avtoolsDiego Biurrun2017-02-21
* build: Split logic for building examples off into a separate MakefileDiego Biurrun2017-02-21
* examples: fix a typo in an error messageAleksandr Slobodeniuk2016-12-02
* examples/decode_video: allocate the packet dynamicallyAnton Khirnov2016-11-23
* examples/decode_video: switch to the new decoding APIAnton Khirnov2016-11-23
* examples/decode_video: use a parser for splitting the inputAnton Khirnov2016-11-23
* examples/encode_video: allocate the packet dynamicallyAnton Khirnov2016-11-23
* examples/encode_video: switch to the new encoding APIAnton Khirnov2016-11-23
* examples/decode_audio: flush the decoderAnton Khirnov2016-11-23
* examples/decode_audio: allocate the packet dynamicallyAnton Khirnov2016-11-23
* examples/decode_audio: handle planar audio now produced by the MP2 decoderAnton Khirnov2016-11-23
* 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