| Commit message (Expand) | Author | Age | Files | Lines |
* | vaapi_encode: Move quality option to common code | Mark Thompson | 2017-08-06 | 1 | -3/+6 |
* | imgutils: add function to clear an image to black | wm4 | 2017-07-26 | 1 | -0/+3 |
* | lavc, lavu: move frame cropping to a convenience function | wm4 | 2017-07-26 | 1 | -0/+3 |
* | Add Cinepak encoder | Tomas Härdin | 2017-07-05 | 1 | -1/+1 |
* | dxva: add support for new dxva2 and d3d11 hwaccel APIs | wm4 | 2017-06-08 | 1 | -0/+6 |
* | lavu: add new D3D11 pixfmt and hwcontext | wm4 | 2017-06-08 | 1 | -0/+3 |
* | doc: Document hwupload, hwdownload and hwmap filters | Mark Thompson | 2017-05-16 | 1 | -0/+98 |
* | aac: Split function to parse ADTS header data into public and private part | Diego Biurrun | 2017-05-02 | 1 | -1/+1 |
* | hwcontext: Improve allocation in derived contexts | Mark Thompson | 2017-04-30 | 1 | -0/+4 |
* | avconv: Support setting the hardware device to use when filtering | Mark Thompson | 2017-04-30 | 1 | -0/+14 |
* | spherical: add functions to retrieve and request projection names | James Almer | 2017-04-27 | 1 | -0/+3 |
* | lavc: Add flag to allow profile mismatch with hardware decoding | Mark Thompson | 2017-04-26 | 1 | -0/+3 |
* | Add ClearVideo decoder | Kostya Shishkov | 2017-04-25 | 1 | -0/+2 |
* | doc/examples/output: Cast pointer to the right (const) type | Diego Biurrun | 2017-04-24 | 1 | -2/+3 |
* | doc/examples/filter_audio: const correctness | Diego Biurrun | 2017-04-24 | 1 | -4/+4 |
* | Add FM Screen Capture Codec decoder | Paul B Mahol | 2017-04-13 | 1 | -0/+1 |
* | examples: Fixed and extended Doxygen documentation | Andreas Unterweger | 2017-04-10 | 1 | -163/+215 |
* | doc: Add VAAPI encoders | Mark Thompson | 2017-04-02 | 1 | -0/+96 |
* | vp9: Add bsf to fix reordering in raw streams | Mark Thompson | 2017-04-02 | 1 | -0/+5 |
* | vp9: Add bsf to merge superframes | Ronald S. Bultje | 2017-04-02 | 1 | -0/+4 |
* | APIchanges: Update bump dates | Vittorio Giovara | 2017-03-23 | 1 | -7/+7 |
* | avconv: Document the -init_hw_device option | Mark Thompson | 2017-03-20 | 1 | -27/+58 |
* | lavc: Add hwaccel_flags field to AVCodecContext | wm4 | 2017-03-20 | 1 | -0/+4 |
* | hwcontext: Make it easier to work with device types | Mark Thompson | 2017-03-20 | 1 | -0/+4 |
* | hwcontext: Add device derivation | Mark Thompson | 2017-03-20 | 1 | -0/+3 |
* | Add Cineform HD Decoder | Kieran Kunhya | 2017-03-09 | 1 | -0/+1 |
* | spherical: Add tiled equirectangular type and projection-specific properties | Vittorio Giovara | 2017-03-07 | 1 | -0/+5 |
* | build: Prefer NASM assembler over YASM | Diego Biurrun | 2017-03-07 | 2 | -10/+10 |
* | Add Apple Pixlet decoder | Paul B Mahol | 2017-03-01 | 1 | -0/+1 |
* | build: Drop DOC_ prefix from EXAMPLES-related variables | Diego Biurrun | 2017-02-27 | 1 | -23/+23 |
* | Use modern avconv syntax for codec selection in documentation and tests | Diego Biurrun | 2017-02-27 | 3 | -7/+7 |
* | build: Separate logic for building examples from that for building avtools | Diego Biurrun | 2017-02-21 | 1 | -0/+5 |
* | build: Split logic for building examples off into a separate Makefile | Diego Biurrun | 2017-02-21 | 2 | -21/+28 |
* | build: Avoid duplication in examples lists | Diego Biurrun | 2017-02-21 | 1 | -8/+1 |
* | build: Drop leftover reference to old EXAMPLES logic | Diego Biurrun | 2017-02-21 | 1 | -1/+1 |
* | lavc: Add device context field to AVCodecContext | Mark Thompson | 2017-02-13 | 1 | -0/+3 |
* | AVFrame: add an opaque_ref field | wm4 | 2017-02-11 | 1 | -0/+3 |
* | frame: allow align=0 (meaning automatic) for av_frame_get_buffer() | Anton Khirnov | 2017-02-11 | 1 | -0/+4 |
* | cpu: add a function for querying maximum required data alignment | Anton Khirnov | 2017-02-11 | 1 | -0/+3 |
* | avio: add a destructor for AVIOContext | Anton Khirnov | 2017-02-11 | 1 | -0/+3 |
* | lavc: deprecate refcounted_frames field | wm4 | 2017-02-01 | 1 | -0/+6 |
* | avconv: allow -b to be used with streamcopy | Anton Khirnov | 2017-02-01 | 1 | -0/+7 |
* | doc: add dash muxer | Peter Große | 2017-01-31 | 1 | -0/+62 |
* | lavc: add an option for exporting cropping information to the caller | Anton Khirnov | 2017-01-12 | 1 | -0/+4 |
* | frame: add a cropping rectangle to AVFrame | Anton Khirnov | 2017-01-12 | 1 | -0/+4 |
* | crypto: consistently use size_t as type for length parameters | Diego Biurrun | 2017-01-09 | 1 | -0/+4 |
* | 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 |