| Commit message (Expand) | Author | Age | Files | Lines |
* | fate: Add --ignore-tests configure option for omitting specific FATE tests | Janne Grunau | 2016-12-28 | 1 | -0/+1 |
* | lavc: add a bitstream filter for splitting VP9 superframes | Anton Khirnov | 2016-12-14 | 1 | -0/+4 |
* | lavc: add a null bitstream filter | Anton Khirnov | 2016-12-14 | 1 | -0/+3 |
* | APIChanges: Mention where release 12 was cut | Vittorio Giovara | 2016-12-08 | 1 | -0/+4 |
* | lavc: Add spherical packet side data API | Vittorio Giovara | 2016-12-07 | 1 | -0/+4 |
* | lavu: Add AVSphericalMapping type and frame side data | Vittorio Giovara | 2016-12-07 | 1 | -0/+4 |
* | Remove Plan 9 support | Diego Biurrun | 2016-12-03 | 1 | -63/+0 |
* | examples: fix a typo in an error message | Aleksandr Slobodeniuk | 2016-12-02 | 1 | -1/+1 |
* | utils: Add av_stream_add_side_data() | James Almer | 2016-11-23 | 1 | -0/+3 |
* | fate.sh: Allow setting other make flags for running tests | Martin Storsjö | 2016-11-23 | 1 | -0/+2 |
* | examples/decode_video: allocate the packet dynamically | Anton Khirnov | 2016-11-23 | 1 | -5/+8 |
* | examples/decode_video: switch to the new decoding API | Anton Khirnov | 2016-11-23 | 1 | -20/+23 |
* | examples/decode_video: use a parser for splitting the input | Anton Khirnov | 2016-11-23 | 1 | -57/+56 |
* | examples/encode_video: allocate the packet dynamically | Anton Khirnov | 2016-11-23 | 1 | -7/+8 |
* | examples/encode_video: switch to the new encoding API | Anton Khirnov | 2016-11-23 | 1 | -28/+31 |
* | examples/decode_audio: flush the decoder | Anton Khirnov | 2016-11-23 | 1 | -0/+5 |
* | 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 |
* | examples/decode_audio: use the new audio decoding API | Anton Khirnov | 2016-11-23 | 1 | -14/+20 |
* | examples/decode_audio: use a parser for splitting the input | Anton Khirnov | 2016-11-23 | 1 | -28/+54 |
* | examples/encode_audio: switch to the new audio encoding API | Anton Khirnov | 2016-11-23 | 1 | -16/+43 |
* | examples/qsvdec: convert to the new decoding API | Anton Khirnov | 2016-11-23 | 1 | -23/+25 |
* | examples/qsvdec: switch to the hwcontext API | Anton Khirnov | 2016-11-23 | 1 | -266/+51 |
* | doc: Add libxavs section | Diego Biurrun | 2016-11-21 | 1 | -0/+8 |
* | hlsenc: Add encryption support | Luca Barbato | 2016-11-17 | 1 | -0/+13 |
* | 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: Add note about recent regression in AviSynth+ | Stephen Hutchinson | 2016-11-17 | 1 | -0/+13 |
* | examples/decode_audio: Add missing header for av_free() | Diego Biurrun | 2016-11-10 | 1 | -2/+3 |
* | pixfmt: Add GRAY12 | Luca Barbato | 2016-11-07 | 1 | -0/+3 |
* | hwcontext: Hardware frame mapping | Mark Thompson | 2016-11-03 | 1 | -0/+4 |
* | doc: Turn off noisy deprecation warnings in the option printer | Diego Biurrun | 2016-11-02 | 1 | -4/+10 |
* | examples/decode_video: remove a stray unrelated comment | Anton Khirnov | 2016-11-02 | 1 | -2/+0 |
* | examples/decode_video: constify the AVCodec instance | Anton Khirnov | 2016-11-02 | 1 | -1/+1 |
* | examples/encode_video: use the AVFrame API for allocating the frame | Anton Khirnov | 2016-11-02 | 1 | -7/+12 |
* | examples/encode_video: set the framerate | Anton Khirnov | 2016-11-02 | 1 | -1/+3 |
* | examples/encode_video: constify the AVCodec instance | Anton Khirnov | 2016-11-02 | 1 | -1/+1 |
* | examples/avcodec: split the remaining two examples into separate files | Anton Khirnov | 2016-11-02 | 3 | -164/+188 |
* | examples/decode_audio: constify the AVCodec instance | Anton Khirnov | 2016-11-02 | 1 | -1/+1 |
* | examples/avcodec: split audio decoding into a separate example | Anton Khirnov | 2016-11-02 | 3 | -98/+140 |
* | examples/encode_audio: use the AVFrame API for allocating the data | Anton Khirnov | 2016-11-02 | 1 | -16/+10 |
* | examples/encode_audio: constify AVCodec instances | Anton Khirnov | 2016-11-02 | 1 | -4/+4 |
* | examples/avcodec: split audio encoding into a separate example | Anton Khirnov | 2016-11-02 | 3 | -171/+213 |
* | Replace leftover uses of -aframes|-dframes|-vframes with -frames:a|d|v | Diego Biurrun | 2016-10-22 | 1 | -5/+8 |
* | lavc: add a bitstream filter for extracting extradata from packets | Anton Khirnov | 2016-10-16 | 1 | -0/+18 |
* | Add GBRAP12 pixel format support | Kieran Kunhya | 2016-10-12 | 1 | -0/+3 |
* | Add GBRP12 pixel format support | Michael Niedermayer | 2016-10-12 | 1 | -0/+3 |
* | APIchanges: Expand the name of recently added pixel formats | Vittorio Giovara | 2016-10-12 | 1 | -1/+1 |
* | hwcontext_vaapi: add a quirk for the missing MemoryType attribute | Anton Khirnov | 2016-10-02 | 1 | -0/+3 |
* | avio: add a new flag for marking streams seekable by timestamp | Anton Khirnov | 2016-09-30 | 1 | -0/+3 |