[libav-commits] examples: Use new API for transcoding example

2018-03-07 Thread Andreas Unterweger
Module: libav Branch: master Commit: 0711d142997b2662ba9198e607015b06c6eed0d8 Author:Andreas Unterweger Committer: Diego Biurrun Date: Tue Feb 27 17:48:03 2018 +0100 examples: Use new API for transcoding example Signed-off-by: Diego Biurrun --- doc/examples/transcode_aac.c | 101

[libav-commits] examples/transcode_aac: generate proper PTS and set the muxer timebase

2015-01-27 Thread Andreas Unterweger
Module: libav Branch: master Commit: 3a70c0c95feacb3844d05eebd579fc8189a77eee Author:Andreas Unterweger Committer: Anton Khirnov Date: Tue Jan 27 09:03:08 2015 +0100 examples/transcode_aac: generate proper PTS and set the muxer timebase Signed-off-by: Anton Khirnov --- doc

[libav-commits] examples/transcode_aac: properly select the output sample format

2015-01-27 Thread Andreas Unterweger
Module: libav Branch: master Commit: 749a89d1b8bb73b4d4f14c48f33259a1300c1761 Author:Andreas Unterweger Committer: Anton Khirnov Date: Tue Jan 27 08:58:47 2015 +0100 examples/transcode_aac: properly select the output sample format Makes the example work with all the supported AAC

[libav-commits] examples/transcode_aac: fix a typo

2015-01-27 Thread Andreas Unterweger
Module: libav Branch: master Commit: c9b19ac8928c6c9b7f25c3988177204f110d5e0e Author:Andreas Unterweger Committer: Anton Khirnov Date: Tue Jan 27 09:00:23 2015 +0100 examples/transcode_aac: fix a typo Signed-off-by: Anton Khirnov --- doc/examples/transcode_aac.c |2 +- 1 file

[libav-commits] examples: Fixed and extended Doxygen documentation

2017-04-10 Thread Andreas Unterweger
Module: libav Branch: master Commit: b200a2c8da403b5a5c8b50f8cb4a75fd4f0131b1 Author:Andreas Unterweger Committer: Vittorio Giovara Date: Mon Apr 10 13:06:18 2017 +0200 examples: Fixed and extended Doxygen documentation Added parameter descriptions for all functions and converted in

[libav-commits] Add an audio transcoding example.

2013-11-27 Thread Andreas Unterweger
Module: libav Branch: master Commit: 10421bcf0ab5d48fa3d84de803e657b77fe7d3c0 Author:Andreas Unterweger Committer: Anton Khirnov Date: Tue Oct 8 13:10:46 2013 +0200 Add an audio transcoding example. Signed-off-by: Anton Khirnov --- configure|2 + doc