| Commit message (Expand) | Author | Age | Files | Lines |
* | build: add install targets for the examples | James Almer | 2017-10-05 | 1 | -1/+13 |
* | Merge commit 'c483398bb7ef66f61ed2dcb09f3d6160683da0eb' | James Almer | 2017-10-03 | 1 | -34/+34 |
|\ |
|
| * | build: Drop DOC_ prefix from EXAMPLES-related variables | Diego Biurrun | 2017-02-27 | 1 | -23/+23 |
* | | Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524' | James Almer | 2017-10-01 | 1 | -1/+1 |
|\| |
|
* | | build: fix cleaning compiled unstripped examples | James Almer | 2017-09-30 | 1 | -1/+2 |
* | | build: add missing changes to ensure examples build with progs-suffix | James Almer | 2017-09-29 | 1 | -2/+2 |
* | | Merge commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640' | James Almer | 2017-09-29 | 1 | -0/+5 |
|\| |
|
| * | build: Separate logic for building examples from that for building avtools | Diego Biurrun | 2017-02-21 | 1 | -0/+5 |
* | | Merge commit 'acb0dea27efff4b35796015b96570b59fd517078' | James Almer | 2017-09-29 | 2 | -50/+94 |
|\| |
|
| * | build: Split logic for building examples off into a separate Makefile | Diego Biurrun | 2017-02-21 | 1 | -0/+26 |
| * | examples: fix a typo in an error message | Aleksandr Slobodeniuk | 2016-12-02 | 1 | -1/+1 |
* | | add missing ignore files | Jesse Liu | 2017-09-10 | 1 | -0/+1 |
* | | examples/hw_decode: Add a HWAccel decoding example. | Jun Zhao | 2017-07-30 | 2 | -0/+267 |
* | | examples/encode_video: slightly improve error reporting | Stefano Sabatini | 2017-05-31 | 1 | -3/+4 |
* | | examples/encode_video: add log | Stefano Sabatini | 2017-05-31 | 1 | -1/+4 |
* | | examples: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 3 | -3/+3 |
* | | doc/examples/decode_video: Fix format string vulnerability | Michael Niedermayer | 2017-04-09 | 1 | -1/+1 |
* | | Merge commit 'c7ab0eb3050acdd3b8cab2c55fc9c1b2e8610a65' | James Almer | 2017-04-04 | 1 | -7/+10 |
|\| |
|
| * | examples/decode_video: allocate the packet dynamically | Anton Khirnov | 2016-11-23 | 1 | -5/+8 |
* | | Merge commit '728ea23cce07467b732f538c87c13da13dd6dcf3' | James Almer | 2017-04-04 | 1 | -22/+23 |
|\| |
|
| * | examples/decode_video: switch to the new decoding API | Anton Khirnov | 2016-11-23 | 1 | -20/+23 |
* | | Merge commit 'f78d360bba6dcfb585847a49a84e89c25950fbdb' | James Almer | 2017-04-04 | 1 | -54/+56 |
|\| |
|
| * | examples/decode_video: use a parser for splitting the input | Anton Khirnov | 2016-11-23 | 1 | -57/+56 |
* | | doc/examples/extract_mvs: re-indent after previous commit | Matthieu Bouron | 2017-04-04 | 1 | -28/+28 |
* | | doc/examples/extract_mvs: make pkt local to the main function | Matthieu Bouron | 2017-04-04 | 1 | -12/+6 |
* | | doc/examples/extract_mvs: switch to new decoding API | Matthieu Bouron | 2017-04-04 | 1 | -37/+35 |
* | | Merge commit '59ab9e8ba1df7e3347a4cd2bd56c32e74aede802' | Clément Bœsch | 2017-04-04 | 1 | -7/+8 |
|\| |
|
| * | examples/encode_video: allocate the packet dynamically | Anton Khirnov | 2016-11-23 | 1 | -7/+8 |
* | | Merge commit '5f102a9559099429826e84758b8b5182244c52db' | Clément Bœsch | 2017-04-04 | 1 | -28/+31 |
|\| |
|
| * | examples/encode_video: switch to the new encoding API | Anton Khirnov | 2016-11-23 | 1 | -28/+31 |
* | | Merge commit 'fee0f1de2c6a9924acb74013436dbea8f2bd1ecb' | Clément Bœsch | 2017-04-04 | 1 | -0/+5 |
|\| |
|
| * | examples/decode_audio: flush the decoder | Anton Khirnov | 2016-11-23 | 1 | -0/+5 |
* | | Merge commit '9a38184a143a1560814b084aebe628f8df46e666' | Clément Bœsch | 2017-04-04 | 1 | -5/+6 |
|\| |
|
| * | examples/decode_audio: allocate the packet dynamically | Anton Khirnov | 2016-11-23 | 1 | -5/+6 |
| * | examples/decode_audio: handle planar audio now produced by the MP2 decoder | Anton Khirnov | 2016-11-23 | 1 | -5/+25 |
* | | Merge commit '3d66717f7cb5555257244be8f5bce172ed3af7ac' | Clément Bœsch | 2017-04-04 | 1 | -19/+24 |
|\| |
|
| * | examples/decode_audio: use the new audio decoding API | Anton Khirnov | 2016-11-23 | 1 | -14/+20 |
* | | Merge commit '0946c754d99c05413e813ee515039adcf0f9232a' | Clément Bœsch | 2017-04-04 | 1 | -36/+60 |
|\| |
|
| * | examples/decode_audio: use a parser for splitting the input | Anton Khirnov | 2016-11-23 | 1 | -28/+54 |
* | | examples/decode_audio: reduce the scope of 2 variables | Clément Bœsch | 2017-04-04 | 1 | -1/+1 |
* | | Merge commit 'f27e262dbdea1991b22e08b639ac03e642a3482c' | Clément Bœsch | 2017-04-03 | 1 | -28/+41 |
|\| |
|
| * | examples/encode_audio: switch to the new audio encoding API | Anton Khirnov | 2016-11-23 | 1 | -16/+43 |
* | | Merge commit '44c9f374f188f92927b7a4aad2101289d446b814' | Clément Bœsch | 2017-04-03 | 1 | -23/+25 |
|\| |
|
| * | examples/qsvdec: convert to the new decoding API | Anton Khirnov | 2016-11-23 | 1 | -23/+25 |
* | | Merge commit '1dd2b6c91ca5f26207805720d4f5564de60b241b' | Clément Bœsch | 2017-04-03 | 1 | -266/+51 |
|\| |
|
| * | examples/qsvdec: switch to the hwcontext API | Anton Khirnov | 2016-11-23 | 1 | -266/+51 |
| * | examples/transcode_aac: Drop pointless return value const qualifier | Diego Biurrun | 2016-11-17 | 1 | -1/+1 |
| * | Ignore all generated example binaries | Diego Biurrun | 2016-11-17 | 1 | -0/+5 |
* | | doc/examples/transcode_aac: replace local get_error_text with av_err2str | Clément Bœsch | 2017-04-01 | 1 | -26/+14 |
* | | doc/decode_audio: use <> to include libav* headers | James Almer | 2017-03-31 | 1 | -3/+3 |