| Commit message (Expand) | Author | Age | Files | Lines |
* | APIchanges: Mention lavfi and lavd identification symbol addition | Vittorio Giovara | 2015-07-17 | 1 | -0/+4 |
* | lavu: Add version information for av_version_info() | Vittorio Giovara | 2015-07-03 | 1 | -3/+3 |
* | lavu: add an API function to return the Libav version string | wm4 | 2015-07-02 | 1 | -0/+3 |
* | avio: Add avio_put_str16be | Luca Barbato | 2015-06-07 | 1 | -0/+3 |
* | x86: add AV_CPU_FLAG_AVXSLOW flag | James Almer | 2015-05-31 | 1 | -0/+3 |
* | vda: Make output CVPixelBuffer format configurable | Stefano Pigozzi | 2015-05-13 | 1 | -0/+3 |
* | log: Introduce a more verbose debug level | Vittorio Giovara | 2015-04-19 | 1 | -0/+3 |
* | parseutils: Make av_small_strptime public | Luca Barbato | 2015-04-07 | 1 | -0/+3 |
* | lavc: add profile define for DTS Express | Hendrik Leppkes | 2015-03-29 | 1 | -0/+3 |
* | lavc: add MMAL hardware decoder wrapper | wm4 | 2015-03-29 | 1 | -0/+3 |
* | h264_parser: export video format and dimensions | Anton Khirnov | 2015-02-19 | 1 | -0/+4 |
* | pixfmt: add a pixel format for QSV hwaccel | Anton Khirnov | 2015-02-19 | 1 | -0/+3 |
* | doc/APIchanges: fill in missing dates and hashes | Anton Khirnov | 2015-02-13 | 1 | -17/+17 |
* | Add a side data type for audio service type. | Anton Khirnov | 2015-01-27 | 1 | -0/+4 |
* | imgutils: create misc functions for dealing with buffers | Stefano Sabatini | 2015-01-14 | 1 | -0/+4 |
* | vdpau: add helper for surface chroma type and size | Rémi Denis-Courmont | 2014-12-25 | 1 | -0/+3 |
* | libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag | Rémi Denis-Courmont | 2014-12-25 | 1 | -0/+3 |
* | avcodec: add AVCodecContext.sw_pix_fmt | Rémi Denis-Courmont | 2014-12-25 | 1 | -0/+3 |
* | APIchanges: mark the release 11 branch point | wm4 | 2014-12-03 | 1 | -3/+7 |
* | lavf: Add an option for avoiding negative timestamps | Michael Niedermayer | 2014-11-07 | 1 | -0/+3 |
* | lavc: add a public API for parsing vorbis packets. | Anton Khirnov | 2014-11-06 | 1 | -0/+3 |
* | lavu: Add av_gettime_relative | Martin Storsjö | 2014-10-24 | 1 | -0/+3 |
* | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -0/+4 |
* | vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level check | Rémi Denis-Courmont | 2014-10-15 | 1 | -0/+3 |
* | doc: fix typing mistake | Rémi Denis-Courmont | 2014-10-15 | 1 | -1/+1 |
* | lavc: use a separate field for exporting audio encoder padding | Anton Khirnov | 2014-10-13 | 1 | -0/+4 |
* | pixdesc: return color properties names | Vittorio Giovara | 2014-10-08 | 1 | -0/+3 |
* | vdpau: add av_vdpau_bind_context() | Rémi Denis-Courmont | 2014-10-06 | 1 | -0/+4 |
* | avcodec: add stream-level stereo3d side data | Vittorio Giovara | 2014-08-28 | 1 | -0/+3 |
* | doc: fix a typo | Gabriel Dume | 2014-08-26 | 1 | -1/+1 |
* | lavf: add AVFormatContext.max_ts_probe | Anton Khirnov | 2014-08-25 | 1 | -0/+3 |
* | doc/APIchanges: fill in missing hashes and dates | Anton Khirnov | 2014-08-25 | 1 | -29/+29 |
* | mem: add av_strndup() for duplicating substrings | Anton Khirnov | 2014-08-13 | 1 | -0/+3 |
* | AVOption: add support for dictionary types. | Andrew Stone | 2014-08-13 | 1 | -0/+4 |
* | lavf: add AVFormatContext/AVStream fields for signaling to the user when even... | Andrew Stone | 2014-08-13 | 1 | -0/+4 |
* | avresample: Introduce AVFrame-based API | Luca Barbato | 2014-08-10 | 1 | -0/+6 |
* | Bump major versions of all libraries. | Anton Khirnov | 2014-08-09 | 1 | -7/+7 |
* | avcodec: Rename xvidmmx IDCT to xvid | Diego Biurrun | 2014-08-08 | 1 | -0/+4 |
* | swscale: Undeprecate sws_getContext() | Diego Biurrun | 2014-08-07 | 1 | -0/+3 |
* | avcodec: Undeprecate reordered_opaque | Diego Biurrun | 2014-08-07 | 1 | -0/+3 |
* | avutil: add AV_PIX_FMT_YA16 pixel format | Vittorio Giovara | 2014-08-04 | 1 | -0/+3 |
* | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -0/+4 |
* | pixdesc: Support pixelformat aliases | Luca Barbato | 2014-08-04 | 1 | -0/+3 |
* | avcodec: Deprecate dtg_active_format field in favor of avframe side-data | Kieran Kunhya | 2014-08-03 | 1 | -0/+4 |
* | avcodec: Deprecate unused defines and options | Diego Biurrun | 2014-08-03 | 1 | -0/+7 |
* | avstring: Expose the simple name match function | Luca Barbato | 2014-07-29 | 1 | -0/+3 |
* | lavc: add a property for marking codecs that support frame reordering | Anton Khirnov | 2014-07-28 | 1 | -0/+3 |
* | display: add matrix flip api | Vittorio Giovara | 2014-07-09 | 1 | -0/+3 |
* | lavc: export DV profile API used by muxer/demuxer as public | Anton Khirnov | 2014-07-09 | 1 | -0/+3 |
* | apichanges: fill in changes for lavu 51.19 and 51.20 | Vittorio Giovara | 2014-06-28 | 1 | -0/+7 |