Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
|\| | | | | | | | | | | | | | * commit '59ab9e8ba1df7e3347a4cd2bd56c32e74aede802': examples/encode_video: allocate the packet dynamically Merged-by: Clément Bœsch <cboesch@gopro.com> | |||||
| * | examples/encode_video: allocate the packet dynamically | Anton Khirnov | 2016-11-23 | 1 | -7/+8 | |
| | | | | | | | | AVPackets on stack are discouraged. | |||||
* | | Merge commit '5f102a9559099429826e84758b8b5182244c52db' | Clément Bœsch | 2017-04-04 | 1 | -28/+31 | |
|\| | | | | | | | | | | | | | * commit '5f102a9559099429826e84758b8b5182244c52db': examples/encode_video: switch to the new encoding API Merged-by: Clément Bœsch <cboesch@gopro.com> | |||||
| * | 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 | |
|\| | | | | | | | | | | | | | * commit 'fee0f1de2c6a9924acb74013436dbea8f2bd1ecb': examples/decode_audio: flush the decoder Merged-by: Clément Bœsch <cboesch@gopro.com> | |||||
| * | 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 | |
|\| | | | | | | | | | | | | | * commit '9a38184a143a1560814b084aebe628f8df46e666': examples/decode_audio: allocate the packet dynamically Merged-by: Clément Bœsch <cboesch@gopro.com> | |||||
| * | examples/decode_audio: allocate the packet dynamically | Anton Khirnov | 2016-11-23 | 1 | -5/+6 | |
| | | | | | | | | AVPackets on stack are discouraged now. | |||||
| * | 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 | |
|\| | | | | | | | | | | | | | * commit '3d66717f7cb5555257244be8f5bce172ed3af7ac': examples/decode_audio: use the new audio decoding API Merged-by: Clément Bœsch <cboesch@gopro.com> | |||||
| * | 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 | |
|\| | | | | | | | | | | | | | * commit '0946c754d99c05413e813ee515039adcf0f9232a': examples/decode_audio: use a parser for splitting the input Merged-by: Clément Bœsch <cboesch@gopro.com> | |||||
| * | examples/decode_audio: use a parser for splitting the input | Anton Khirnov | 2016-11-23 | 1 | -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 variables | Clément Bœsch | 2017-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merge commit 'f27e262dbdea1991b22e08b639ac03e642a3482c' | Clément Bœsch | 2017-04-03 | 1 | -28/+41 | |
|\| | | | | | | | | | | | | | * commit 'f27e262dbdea1991b22e08b639ac03e642a3482c': examples/encode_audio: switch to the new audio encoding API Merged-by: Clément Bœsch <u@pkh.me> | |||||
| * | 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 | |
|\| | | | | | | | | | | | | | * commit '44c9f374f188f92927b7a4aad2101289d446b814': examples/qsvdec: convert to the new decoding API Merged-by: Clément Bœsch <u@pkh.me> | |||||
| * | 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 | |
|\| | | | | | | | | | | | | | * commit '1dd2b6c91ca5f26207805720d4f5564de60b241b': examples/qsvdec: switch to the hwcontext API Merged-by: Clément Bœsch <u@pkh.me> | |||||
| * | examples/qsvdec: switch to the hwcontext API | Anton Khirnov | 2016-11-23 | 1 | -266/+51 | |
| | | | | | | | | The code now does not depend on VA and will work on windows as well. | |||||
| * | examples/transcode_aac: Drop pointless return value const qualifier | Diego Biurrun | 2016-11-17 | 1 | -1/+1 | |
| | | | | | | | | doc/examples/transcode_aac.c:52:20: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] | |||||
| * | 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 | |
| | | | | | | | | Found-by: ubitux | |||||
* | | Merge commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b' | James Almer | 2017-03-31 | 1 | -2/+3 | |
|\| | | | | | | | | | | | | | * commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b': examples/decode_audio: Add missing header for av_free() Merged-by: James Almer <jamrial@gmail.com> | |||||
| * | examples/decode_audio: Add missing header for av_free() | Diego Biurrun | 2016-11-10 | 1 | -2/+3 | |
| | | ||||||
| * | examples/decode_video: remove a stray unrelated comment | Anton Khirnov | 2016-11-02 | 1 | -2/+0 | |
| | | ||||||
* | | doc/examples/encode_audio: Favor a sample rate close to 44khz instead of the ↵ | Michael Niedermayer | 2017-03-30 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | maximum sample rate This is an example, people will copy and use this. The maximum supported is quite unreasonable as a default choice Reviewed-by: Steven Liu <lingjiujianke@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | |||||
* | | doc/examples/filtering_audio: switch to new decoding API | Matthieu Bouron | 2017-03-30 | 1 | -33/+30 | |
| | | ||||||
* | | doc/examples/filtering_video: switch to new decoding API | Matthieu Bouron | 2017-03-30 | 1 | -19/+27 | |
| | | ||||||
* | | Merge commit '8191f960a669819db4de33a2439ded1630b8a73e' | Clément Bœsch | 2017-03-29 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | * commit '8191f960a669819db4de33a2439ded1630b8a73e': examples/decode_video: constify the AVCodec instance Merged-by: Clément Bœsch <u@pkh.me> | |||||
| * | examples/decode_video: constify the AVCodec instance | Anton Khirnov | 2016-11-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge commit '5b4d7ac7ae5d821cfa6ab89f8eab4d31851ef32c' | Clément Bœsch | 2017-03-29 | 1 | -6/+8 | |
|\| | | | | | | | | | | | | | * commit '5b4d7ac7ae5d821cfa6ab89f8eab4d31851ef32c': examples/encode_video: use the AVFrame API for allocating the frame Merged-by: Clément Bœsch <u@pkh.me> | |||||
| * | examples/encode_video: use the AVFrame API for allocating the frame | Anton Khirnov | 2016-11-02 | 1 | -7/+12 | |
| | | | | | | | | | | It is more efficient and so preferred over allocating the buffers manually. | |||||
* | | doc/examples/{de,en}code_audio: fix includes | Clément Bœsch | 2017-03-29 | 2 | -7/+7 | |
| | | | | | | | | Consistent with other examples. | |||||
* | | Merge commit 'd0a603a534a0ee4b255e5e72742428a7f7f42b83' | Clément Bœsch | 2017-03-29 | 1 | -1/+3 | |
|\| | | | | | | | | | | | | | * commit 'd0a603a534a0ee4b255e5e72742428a7f7f42b83': examples/encode_video: set the framerate Merged-by: Clément Bœsch <u@pkh.me> | |||||
| * | examples/encode_video: set the framerate | Anton Khirnov | 2016-11-02 | 1 | -1/+3 | |
| | | ||||||
* | | Merge commit 'e02524025bce2c8bf8b5bffd96479785c75a70d4' | Clément Bœsch | 2017-03-29 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | * commit 'e02524025bce2c8bf8b5bffd96479785c75a70d4': examples/encode_video: constify the AVCodec instance Merged-by: Clément Bœsch <u@pkh.me> | |||||
| * | examples/encode_video: constify the AVCodec instance | Anton Khirnov | 2016-11-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d' | Clément Bœsch | 2017-03-29 | 5 | -363/+373 | |
|\| | | | | | | | | | | | | | * commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d': examples/avcodec: split the remaining two examples into separate files Merged-by: Clément Bœsch <u@pkh.me> | |||||
| * | examples/avcodec: split the remaining two examples into separate files | Anton Khirnov | 2016-11-02 | 2 | -161/+179 | |
| | | ||||||
* | | Merge commit '90265814f993098d79b0a0f40745ecdb403fbf56' | Clément Bœsch | 2017-03-29 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | * commit '90265814f993098d79b0a0f40745ecdb403fbf56': examples/decode_audio: constify the AVCodec instance Merged-by: Clément Bœsch <u@pkh.me> | |||||
| * | examples/decode_audio: constify the AVCodec instance | Anton Khirnov | 2016-11-02 | 1 | -1/+1 | |
| | | ||||||
* | | doc/examples/encode_audio: add missing return | Clément Bœsch | 2017-03-29 | 1 | -0/+2 | |
| | | ||||||
* | | Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e' | Clément Bœsch | 2017-03-29 | 4 | -108/+153 | |
|\| | | | | | | | | | | | | | * commit 'f5df897c4b61985e3afc89ba1290649712ff438e': examples/avcodec: split audio decoding into a separate example Merged-by: Clément Bœsch <u@pkh.me> | |||||
| * | examples/avcodec: split audio decoding into a separate example | Anton Khirnov | 2016-11-02 | 2 | -97/+137 | |
| | | | | | | | | | | The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file. | |||||
* | | Merge commit 'f76698e759a08e8d3b629c06edb0439f474e7fee' | Clément Bœsch | 2017-03-29 | 1 | -20/+10 | |
|\| | | | | | | | | | | | | | * commit 'f76698e759a08e8d3b629c06edb0439f474e7fee': examples/encode_audio: use the AVFrame API for allocating the data Merged-by: Clément Bœsch <u@pkh.me> |