summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* vp8/armv6: mc: avoid boolean expression in calculationJanne Grunau2016-07-10
* libopenh264: Support building with the 1.6 releaseMartin Storsjö2016-07-09
* arm: Fix a typo in a commentMartin Storsjö2016-07-06
* vp8dsp: Clarify the first dimension of the mc function tablesMartin Storsjö2016-07-06
* qsvdec: when a frames ctx is supplied, use its frame dimensionsAnton Khirnov2016-07-03
* qsvdec: add support for P010 (10-bit 420) decodingAnton Khirnov2016-07-03
* qsvdec: use the same mfxFrameInfo for allocating frames that was passed to DE...Anton Khirnov2016-07-03
* qsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc as wellAnton Khirnov2016-07-03
* vaapi_encode: Respect driver quirks around buffer destructionMark Thompson2016-07-02
* tiffenc: Check zlib support for deflate option during initializationVittorio Giovara2016-06-29
* tiffenc: Check av_pix_fmt_desc_get() return valueVittorio Giovara2016-06-29
* targaenc: Move size check to initialization functionVittorio Giovara2016-06-29
* rle: K&R formatting cosmeticsVittorio Giovara2016-06-29
* build: Drop unnecessary libavcodec <-> libavformat object dependenciesDiego Biurrun2016-06-29
* build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun2016-06-29
* build: Move ff_mpeg12_frame_rate_tab to a separate fileDiego Biurrun2016-06-29
* build: Add a new component for H.264 parsing codeDiego Biurrun2016-06-29
* ffv1: Report additional bitstream information in verbose modeLuca Barbato2016-06-29
* ffv1: Remove version 2 and mark version 3 as non-experimentalLuca Barbato2016-06-29
* Add an OpenH264 decoder wrapperMartin Storsjö2016-06-28
* qsvdec_hevc: add the UID of the HEVC HW decoder pluginAnton Khirnov2016-06-28
* qsvdec_hevc: fix a variable nameAnton Khirnov2016-06-28
* options_table: Add aliases for color propertiesVittorio Giovara2016-06-27
* pixdesc: Add aliases to SMPTE color propertiesVittorio Giovara2016-06-27
* vaapi_encode: Maintain a pool of bitstream output buffersMark Thompson2016-06-26
* libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-26
* omx: Don't return > 0 from omx_encode_frameMartin Storsjö2016-06-24
* libopenh264enc: Fix inconsistent whitespaceMartin Storsjö2016-06-24
* msmpeg4: Remove commented-out debug logging codeDiego Biurrun2016-06-24
* msmpeg4: Remove some broken, commented-out cruftDiego Biurrun2016-06-24
* h264: Eliminate unused but set variableDiego Biurrun2016-06-23
* vaapi_encode: Fix fallback when input does not match any formatMark Thompson2016-06-21
* dxva2_h264: Remove an unused variableMartin Storsjö2016-06-21
* lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-21
* qsvenc: support getting the session from an AVHWFramesContextAnton Khirnov2016-06-21
* qsvdec: support getting the session from an AVHWFramesContextAnton Khirnov2016-06-21
* qsvdec: move reading the user-provided session to qsv_decode_init()Anton Khirnov2016-06-21
* lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov2016-06-21
* truemotion2rt: Use ff_set_dimensionsVittorio Giovara2016-06-21
* pixdesc: Add new SMPTE 431, 432, and 2085 color propertiesVittorio Giovara2016-06-21
* pixfmt: Add ARIB STD-B76 color transfer characteristicNeil Birkbeck2016-06-21
* h264: handle frame recovery in h264_field_start()Anton Khirnov2016-06-21
* h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov2016-06-21
* h264: always set redundant_pic_count during slice header parsingAnton Khirnov2016-06-21
* h264: call the hwaccel frame_start() from h264_field_start()Anton Khirnov2016-06-21
* h264: fix the check for mixed IDR/non-IDR slicesAnton Khirnov2016-06-21
* h264: do not pass H264Context to h264_slice_header_parse()Anton Khirnov2016-06-21
* h264: fix warnings in fill_filter_caches_inter()Anton Khirnov2016-06-21
* h264: drop tests whether the codec id is AV_CODEC_ID_H264Anton Khirnov2016-06-21
* h264_cabac: drop an always true conditionAnton Khirnov2016-06-21