Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: Don't call deprecated functions which don't do anything | Mark Thompson | 2018-02-09 | 1 | -2/+0 |
| | |||||
* | 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 |
| | | | | This helps to visualize how the send/receive API works. | ||||
* | 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 '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. | ||||
* | | 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 | 1 | -50/+73 |
|/ | | | | | | | * 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 | 1 | -0/+164 |