summaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'ecc5c4db2dd3a0f328d95df89daa59f78b4b2810'James Almer2017-10-301-3/+3
|\ | | | | | | | | | | | | * commit 'ecc5c4db2dd3a0f328d95df89daa59f78b4b2810': doc/examples/output: Cast pointer to the right (const) type Merged-by: James Almer <[email protected]>
| * doc/examples/output: Cast pointer to the right (const) typeDiego Biurrun2017-04-241-2/+3
| | | | | | | | doc/examples/output.c:512:33: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type
* | Merge commit 'f25609ff06b093d82548c92fc2031cd2e66c20d3'James Almer2017-10-301-4/+4
|\| | | | | | | | | | | | | * commit 'f25609ff06b093d82548c92fc2031cd2e66c20d3': doc/examples/filter_audio: const correctness Merged-by: James Almer <[email protected]>
| * doc/examples/filter_audio: const correctnessDiego Biurrun2017-04-241-4/+4
| | | | | | | | doc/examples/filter_audio.c:168:17: warning: assignment discards ‘const’ qualifier from pointer target type
* | examples/avio_reading: return AVERROR_EOF at EOF.Nicolas George2017-10-291-0/+2
| | | | | | | | Signed-off-by: Nicolas George <[email protected]>
* | Merge commit 'b200a2c8da403b5a5c8b50f8cb4a75fd4f0131b1'James Almer2017-10-261-152/+209
|\| | | | | | | | | | | | | * commit 'b200a2c8da403b5a5c8b50f8cb4a75fd4f0131b1': examples: Fixed and extended Doxygen documentation Merged-by: James Almer <[email protected]>
| * examples: Fixed and extended Doxygen documentationAndreas Unterweger2017-04-101-163/+215
| | | | | | | | | | | | | | | | Added parameter descriptions for all functions and converted in-function comments into regular (non-Doxygen) comments. Signed-off-by: Vittorio Giovara <[email protected]>
* | Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436'James Almer2017-10-263-3/+0
|\| | | | | | | | | | | | | * commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436': lavfi: Drop unused and empty header file Merged-by: James Almer <[email protected]>
* | build: add install targets for the examplesJames Almer2017-10-051-1/+13
| | | | | | | | | | | | | | | | | | Split it off from install-data. Among other things, this prevents spamming triplicate log lines during install. Reviewed-by: Clément Bœsch <[email protected]> Signed-off-by: James Almer <[email protected]>
* | Merge commit 'c483398bb7ef66f61ed2dcb09f3d6160683da0eb'James Almer2017-10-031-34/+34
|\| | | | | | | | | | | | | * commit 'c483398bb7ef66f61ed2dcb09f3d6160683da0eb': build: Drop DOC_ prefix from EXAMPLES-related variables Merged-by: James Almer <[email protected]>
| * build: Drop DOC_ prefix from EXAMPLES-related variablesDiego Biurrun2017-02-271-23/+23
| |
* | Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524'James Almer2017-10-011-1/+1
|\| | | | | | | | | | | | | * commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524': build: Move cli tool sources to a separate subdirectory Merged-by: James Almer <[email protected]>
* | build: fix cleaning compiled unstripped examplesJames Almer2017-09-301-1/+2
| | | | | | | | Signed-off-by: James Almer <[email protected]>
* | build: add missing changes to ensure examples build with progs-suffixJames Almer2017-09-291-2/+2
| |
* | Merge commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640'James Almer2017-09-291-0/+5
|\| | | | | | | | | | | | | * commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640': build: Separate logic for building examples from that for building avtools Merged-by: James Almer <[email protected]>
| * build: Separate logic for building examples from that for building avtoolsDiego Biurrun2017-02-211-0/+5
| |
* | Merge commit 'acb0dea27efff4b35796015b96570b59fd517078'James Almer2017-09-292-50/+94
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'acb0dea27efff4b35796015b96570b59fd517078': build: Split logic for building examples off into a separate Makefile We already have a Makefile in doc/examples, but it's separate from the build system and meant to be installed as part of the documentation to help users compile the installed .c example files. Move it to Makefile.example to make place for the new build system Makefile. Merged-by: James Almer <[email protected]>
| * build: Split logic for building examples off into a separate MakefileDiego Biurrun2017-02-211-0/+26
| |
| * examples: fix a typo in an error messageAleksandr Slobodeniuk2016-12-021-1/+1
| | | | | | | | Signed-off-by: Vittorio Giovara <[email protected]>
* | add missing ignore filesJesse Liu2017-09-101-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | examples/hw_decode: Add a HWAccel decoding example.Jun Zhao2017-07-302-0/+267
| | | | | | | | | | | | | | | | | | Works with VAAPI, VDPAU, DXVA2 and D3D11VA. Signed-off-by: Liu, Kaixuan <[email protected]> Signed-off-by: Jun Zhao <[email protected]> Reviewed-by: Steven Liu <[email protected]> Signed-off-by: Mark Thompson <[email protected]>
* | examples/encode_video: slightly improve error reportingStefano Sabatini2017-05-311-3/+4
| |
* | examples/encode_video: add logStefano Sabatini2017-05-311-1/+4
| | | | | | | | This helps to visualize how the send/receive API works.
* | examples: do not use AVFrame accessorMuhammad Faiz2017-04-233-3/+3
| | | | | | | | | | Reviewed-by: wm4 <[email protected]> Signed-off-by: Muhammad Faiz <[email protected]>
* | doc/examples/decode_video: Fix format string vulnerabilityMichael Niedermayer2017-04-091-1/+1
| | | | | | | | | | | | Fixes: CID1404843 Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit 'c7ab0eb3050acdd3b8cab2c55fc9c1b2e8610a65'James Almer2017-04-041-7/+10
|\| | | | | | | | | | | | | * commit 'c7ab0eb3050acdd3b8cab2c55fc9c1b2e8610a65': examples/decode_video: allocate the packet dynamically Merged-by: James Almer <[email protected]>
| * examples/decode_video: allocate the packet dynamicallyAnton Khirnov2016-11-231-5/+8
| | | | | | | | AVPackets on stack are discouraged.
* | Merge commit '728ea23cce07467b732f538c87c13da13dd6dcf3'James Almer2017-04-041-22/+23
|\| | | | | | | | | | | | | * commit '728ea23cce07467b732f538c87c13da13dd6dcf3': examples/decode_video: switch to the new decoding API Merged-by: James Almer <[email protected]>
| * examples/decode_video: switch to the new decoding APIAnton Khirnov2016-11-231-20/+23
| |
* | Merge commit 'f78d360bba6dcfb585847a49a84e89c25950fbdb'James Almer2017-04-041-54/+56
|\| | | | | | | | | | | | | * commit 'f78d360bba6dcfb585847a49a84e89c25950fbdb': examples/decode_video: use a parser for splitting the input Merged-by: James Almer <[email protected]>
| * examples/decode_video: use a parser for splitting the inputAnton Khirnov2016-11-231-57/+56
| | | | | | | | | | Do not rely on the decoder handling this, as it's not guaranteed to work.
* | doc/examples/extract_mvs: re-indent after previous commitMatthieu Bouron2017-04-041-28/+28
| |
* | doc/examples/extract_mvs: make pkt local to the main functionMatthieu Bouron2017-04-041-12/+6
| |
* | doc/examples/extract_mvs: switch to new decoding APIMatthieu Bouron2017-04-041-37/+35
| |
* | Merge commit '59ab9e8ba1df7e3347a4cd2bd56c32e74aede802'Clément Bœsch2017-04-041-7/+8
|\| | | | | | | | | | | | | * commit '59ab9e8ba1df7e3347a4cd2bd56c32e74aede802': examples/encode_video: allocate the packet dynamically Merged-by: Clément Bœsch <[email protected]>
| * examples/encode_video: allocate the packet dynamicallyAnton Khirnov2016-11-231-7/+8
| | | | | | | | AVPackets on stack are discouraged.
* | Merge commit '5f102a9559099429826e84758b8b5182244c52db'Clément Bœsch2017-04-041-28/+31
|\| | | | | | | | | | | | | * commit '5f102a9559099429826e84758b8b5182244c52db': examples/encode_video: switch to the new encoding API Merged-by: Clément Bœsch <[email protected]>
| * examples/encode_video: switch to the new encoding APIAnton Khirnov2016-11-231-28/+31
| |
* | Merge commit 'fee0f1de2c6a9924acb74013436dbea8f2bd1ecb'Clément Bœsch2017-04-041-0/+5
|\| | | | | | | | | | | | | * commit 'fee0f1de2c6a9924acb74013436dbea8f2bd1ecb': examples/decode_audio: flush the decoder Merged-by: Clément Bœsch <[email protected]>
| * examples/decode_audio: flush the decoderAnton Khirnov2016-11-231-0/+5
| |
* | Merge commit '9a38184a143a1560814b084aebe628f8df46e666'Clément Bœsch2017-04-041-5/+6
|\| | | | | | | | | | | | | * commit '9a38184a143a1560814b084aebe628f8df46e666': examples/decode_audio: allocate the packet dynamically Merged-by: Clément Bœsch <[email protected]>
| * examples/decode_audio: allocate the packet dynamicallyAnton Khirnov2016-11-231-5/+6
| | | | | | | | AVPackets on stack are discouraged now.
| * examples/decode_audio: handle planar audio now produced by the MP2 decoderAnton Khirnov2016-11-231-5/+25
| |
* | Merge commit '3d66717f7cb5555257244be8f5bce172ed3af7ac'Clément Bœsch2017-04-041-19/+24
|\| | | | | | | | | | | | | * commit '3d66717f7cb5555257244be8f5bce172ed3af7ac': examples/decode_audio: use the new audio decoding API Merged-by: Clément Bœsch <[email protected]>
| * examples/decode_audio: use the new audio decoding APIAnton Khirnov2016-11-231-14/+20
| |
* | Merge commit '0946c754d99c05413e813ee515039adcf0f9232a'Clément Bœsch2017-04-041-36/+60
|\| | | | | | | | | | | | | * commit '0946c754d99c05413e813ee515039adcf0f9232a': examples/decode_audio: use a parser for splitting the input Merged-by: Clément Bœsch <[email protected]>
| * examples/decode_audio: use a parser for splitting the inputAnton Khirnov2016-11-231-28/+54
| | | | | | | | | | Do not rely on the decoder handling this, as it's not guaranteed to work.
* | examples/decode_audio: reduce the scope of 2 variablesClément Bœsch2017-04-041-1/+1
| |
* | Merge commit 'f27e262dbdea1991b22e08b639ac03e642a3482c'Clément Bœsch2017-04-031-28/+41
|\| | | | | | | | | | | | | * commit 'f27e262dbdea1991b22e08b639ac03e642a3482c': examples/encode_audio: switch to the new audio encoding API Merged-by: Clément Bœsch <[email protected]>
| * examples/encode_audio: switch to the new audio encoding APIAnton Khirnov2016-11-231-16/+43
| |