| Commit message (Expand) | Author | Age | Files | Lines |
* | examples/avio_dir_cmd: drop support for move/delete operations | Anton Khirnov | 2020-03-16 | 1 | -1/+1 |
* | Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b' | James Almer | 2019-03-10 | 1 | -1/+1 |
|\ |
|
| * | build: Rename OBJDIRS variable to OUTDIRS | Diego Biurrun | 2019-02-16 | 1 | -1/+1 |
* | | examples: Add a VA-API transcode example. | Jun Zhao | 2018-02-04 | 1 | -0/+1 |
* | | examples: Add a VA-API encode example. | Jun Zhao | 2017-11-28 | 1 | -0/+1 |
* | | 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 | 1 | -50/+44 |
|\| |
|
| * | build: Split logic for building examples off into a separate Makefile | Diego Biurrun | 2017-02-21 | 1 | -0/+26 |
* | examples/hw_decode: Add a HWAccel decoding example. | Jun Zhao | 2017-07-30 | 1 | -0/+1 |
* | Merge commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d' | Clément Bœsch | 2017-03-29 | 1 | -1/+2 |
* | Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e' | Clément Bœsch | 2017-03-29 | 1 | -0/+1 |
* | Merge commit '40aaa8dadfd1c69ff4460d04750e1403b5535a6d' | Clément Bœsch | 2017-03-29 | 1 | -1/+2 |
* | doc/examples: rename avio_list_dir -> avio_dir_cmd | Mariusz Szczepańczyk | 2015-08-16 | 1 | -1/+1 |
* | doc/example: Add http multi-client example code | Stephan Holljes | 2015-08-01 | 1 | -0/+1 |
* | doc/examples: add directory listing example | Lukasz Marek | 2015-03-28 | 1 | -1/+2 |
* | doc/examples: fix lib math dep for decoding_encoding | Andreas Cadhalpun | 2015-01-10 | 1 | -0/+1 |
* | avcodec: export motion vectors in frame side data on demand | Clément Bœsch | 2014-08-18 | 1 | -0/+1 |
* | examples: rename avcodec.c to decoding_encoding.c | Stefano Sabatini | 2014-04-23 | 1 | -1/+1 |
* | doc/examples: Add example transcoding.c | Andrey Utkin | 2014-03-17 | 1 | -0/+1 |
* | Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' | Michael Niedermayer | 2014-02-17 | 1 | -2/+2 |
* | examples: add avio_reading.c example | Stefano Sabatini | 2014-02-02 | 1 | -1/+2 |
* | examples: add remuxing example | Stefano Sabatini | 2014-01-20 | 1 | -0/+1 |
* | doc/examples: add transcode_aac to local Makefile. | Clément Bœsch | 2013-11-28 | 1 | -0/+1 |
* | doc/examples: rename demuxing to demuxing_decoding. | Clément Bœsch | 2013-11-04 | 1 | -1/+1 |
* | doc/examples: fix lib math dep for resampling_audio. | Clément Bœsch | 2013-09-04 | 1 | -0/+1 |
* | examples/Makefile: disable -O2 optimizations | Stefano Sabatini | 2013-06-26 | 1 | -1/+1 |
* | examples: add resampling_audio.c file | Stefano Sabatini | 2012-12-06 | 1 | -0/+1 |
* | examples/scaling_video: write to rawvideo file | Stefano Sabatini | 2012-09-04 | 1 | -1/+1 |
* | examples: add demuxing.c example | Stefano Sabatini | 2012-09-02 | 1 | -0/+1 |
* | examples/Makefile: give priority to pkg-config flags | Stefano Sabatini | 2012-08-30 | 1 | -2/+2 |
* | examples/Makefile: remove duplicated -f switch | Stefano Sabatini | 2012-08-28 | 1 | -2/+2 |
* | examples: add scaling_video example | Stefano Sabatini | 2012-08-28 | 1 | -1/+2 |
* | examples/Makefile: apply misc minor fixes to the RM rule | Stefano Sabatini | 2012-08-27 | 1 | -2/+2 |
* | examples/decoding_encoding: store temporary files in current dir | Stefano Sabatini | 2012-08-27 | 1 | -2/+5 |
* | update filtering_audio example | Andrew Wason | 2012-06-05 | 1 | -1/+0 |
* | doc/examples: add debug compilation flag. | Clément Bœsch | 2012-05-19 | 1 | -1/+1 |
* | doc/examples: remove explicit rules. | Clément Bœsch | 2012-05-19 | 1 | -6/+0 |
* | doc/examples: add libavr to libraries to avoid link failures. | Clément Bœsch | 2012-05-19 | 1 | -0/+1 |
* | doc/examples: add libswresample in the libraries. | Clément Bœsch | 2012-05-12 | 1 | -0/+1 |
* | doc/examples: fix typo. | Clément Bœsch | 2012-05-12 | 1 | -1/+1 |
* | doc/examples: add -O2 in CFLAGS. | Clément Bœsch | 2012-05-12 | 1 | -2/+3 |
* | doc/examples: link decoding_encoding and muxing with math lib. | Clément Bœsch | 2012-05-12 | 1 | -0/+4 |
* | doc/examples: rename LDFLAGS to LDLIBS. | Clément Bœsch | 2012-05-12 | 1 | -3/+3 |