lavc: export DV profile API used by muxer/demuxer as public
[platform/upstream/libav.git] / doc / examples /
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...