]> git.sesse.net Git - ffmpeg/history - doc/examples
build: Move entries related to building TOOLS to a subdirectory Makefile
[ffmpeg] / doc / examples /
2016-12-02 Aleksandr Slobodeniukexamples: fix a typo in an error message
2016-11-23 Anton Khirnovexamples/decode_video: allocate the packet dynamically
2016-11-23 Anton Khirnovexamples/decode_video: switch to the new decoding API
2016-11-23 Anton Khirnovexamples/decode_video: use a parser for splitting the...
2016-11-23 Anton Khirnovexamples/encode_video: allocate the packet dynamically
2016-11-23 Anton Khirnovexamples/encode_video: switch to the new encoding API
2016-11-23 Anton Khirnovexamples/decode_audio: flush the decoder
2016-11-23 Anton Khirnovexamples/decode_audio: allocate the packet dynamically
2016-11-23 Anton Khirnovexamples/decode_audio: handle planar audio now produced...
2016-11-23 Anton Khirnovexamples/decode_audio: use the new audio decoding API
2016-11-23 Anton Khirnovexamples/decode_audio: use a parser for splitting the...
2016-11-23 Anton Khirnovexamples/encode_audio: switch to the new audio encoding API
2016-11-23 Anton Khirnovexamples/qsvdec: convert to the new decoding API
2016-11-23 Anton Khirnovexamples/qsvdec: switch to the hwcontext API
2016-11-17 Diego Biurrunexamples/transcode_aac: Drop pointless return value...
2016-11-17 Diego BiurrunIgnore all generated example binaries
2016-11-10 Diego Biurrunexamples/decode_audio: Add missing header for av_free()
2016-11-02 Anton Khirnovexamples/decode_video: remove a stray unrelated comment
2016-11-02 Anton Khirnovexamples/decode_video: constify the AVCodec instance
2016-11-02 Anton Khirnovexamples/encode_video: use the AVFrame API for allocati...
2016-11-02 Anton Khirnovexamples/encode_video: set the framerate
2016-11-02 Anton Khirnovexamples/encode_video: constify the AVCodec instance
2016-11-02 Anton Khirnovexamples/avcodec: split the remaining two examples...
2016-11-02 Anton Khirnovexamples/decode_audio: constify the AVCodec instance
2016-11-02 Anton Khirnovexamples/avcodec: split audio decoding into a separate...
2016-11-02 Anton Khirnovexamples/encode_audio: use the AVFrame API for allocati...
2016-11-02 Anton Khirnovexamples/encode_audio: constify AVCodec instances
2016-11-02 Anton Khirnovexamples/avcodec: split audio encoding into a separate...
2016-09-28 Anton Khirnovexamples/output: switch to the new encoding API
2016-07-20 Vittorio Giovaraexamples: Properly free AVCodecContext
2016-05-13 Diego BiurrunSplit global .gitignore file into per-directory files
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-24 Anton Khirnovexamples/transcode_aac: convert to codecpar
2016-02-24 Anton Khirnovexamples/qsvdec: convert to codecpar
2016-02-24 Anton Khirnovexamples/output: convert to codecpar
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-10-13 Luca Barbatoavformat: Do not use AVFMT_RAWPICTURE
2015-09-28 Anton Khirnovexamples/qsvdec: free the lavc decoder before closing...
2015-09-28 Anton Khirnovexamples/qsvdec: do not free the surfaces in the frame_...
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-02-28 Anton KhirnovAdd a QSV decoding example.
2015-01-27 Andreas Unterwegerexamples/transcode_aac: generate proper PTS and set...
2015-01-27 Andreas Unterwegerexamples/transcode_aac: fix a typo
2015-01-27 Andreas Unterwegerexamples/transcode_aac: properly select the output...
2014-08-03 Diego Biurrunexamples: filter_audio: Add missing mem.h header for...
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-25 Anton Khirnovlibavfilter: example audio filtering program
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-27 Andreas UnterwegerAdd an audio transcoding example.
2013-11-25 Diego Biurrunbuild: Integrate multilibrary examples into the build...