summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/x86/lossless_videoencdsp: Fix handling of small widthsMichael Niedermayer2017-10-05
* avcodec/v4l2: set sizeimage param for non-raw buffers [fixes #6716]Jorge Ramirez-Ortiz2017-10-04
* lavc/v4l2: Mark static const tables as suchMark Thompson2017-10-04
* lavc/v4l2: Remove use of lfind()Mark Thompson2017-10-04
* avcodec/dxv: Check for end of input in dxv_decompress_dxt5()Michael Niedermayer2017-10-04
* avcodec/truemotion2: Fix integer overflows in tm2_high_chroma()Michael Niedermayer2017-10-04
* avcodec/aacdec_template: Clear tns present flag on errorMichael Niedermayer2017-10-04
* mpegdec: fix redundant dummy frames issue of interlaced clipsZhong Li2017-10-04
* Merge commit '984736dd9e5b50987a5910e22495304e4a6d975c'James Almer2017-10-03
|\
| * lavc: make sure not to return EAGAIN from codecsAnton Khirnov2017-02-25
* | Merge commit 'b2788fe9347c02b1355574f3d28d60bfe1250ea7'James Almer2017-10-03
|\|
| * svq3: fix the slice size checkAnton Khirnov2017-02-25
* | Merge commit '248dc5c1646dcdd96fe79761105c4ae889e711fd'James Almer2017-10-03
|\|
| * h264dec: fix dropped initial SEI recovery pointJohn Stebbins2017-02-24
| * aarch64: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-24
| * arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-24
| * aarch64: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-24
| * arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-24
| * aarch64: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-24
| * arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-24
| * arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö2017-02-24
| * aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1Martin Storsjö2017-02-24
| * arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-02-24
| * Place attribute_deprecated in the right position for struct declarationsDiego Biurrun2017-02-23
| * nvenc: Fix nvec vs. nvenc typoDiego Biurrun2017-02-20
| * webp: Fix alpha decodingMark Thompson2017-02-18
| * vaapi_encode: Discard output buffer if picture submission failsMark Thompson2017-02-16
* | libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-03
* | avcodec/proresdec2: Use LAST_SKIP_BITS where possibleMichael Niedermayer2017-10-03
* | avcodec/proresdec2: SKIP_BITS() does not work with len=32Michael Niedermayer2017-10-03
* | avcodec/hevcdsp_template: Fix undefined shiftMichael Niedermayer2017-10-03
* | avcodec/encode: do proper cleanup on failureJames Almer2017-10-03
* | avcodec/encode: free non-referenced packets' side data in the old encode API ...James Almer2017-10-02
* | avcodec/encode: remove usage of av_dup_packet()James Almer2017-10-02
* | avcodec/avpacket: deprecate av_copy_packet_side_data()James Almer2017-10-01
* | libavcodec/exr : add x86 SIMD for predictorMartin Vignali2017-10-01
* | avcodec/v4l2_context: Reduce spelling variationsMichael Niedermayer2017-10-01
* | avcodec/v4l2_buffers: More clear return code documentationMichael Niedermayer2017-10-01
* | avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initia...Michael Niedermayer2017-09-30
* | avcodec/hevc_sei: Support HEVC paired fields.Brian Matherly2017-09-30
* | avcodec/videotoolbox: add hevc supportAman Gupta2017-09-28
* | avcodec/hevc_ps: extract SPS fields required for hvcC constructionAman Gupta2017-09-28
* | opus_pvq: make max_den a floatRostislav Pehlivanov2017-09-28
* | avcodec/decode: Pass on the Closed Captions Side DataKarthick J2017-09-28
* | avdevice/decklink_dec: Added Closed caption decode from VANCKarthick J2017-09-28
* | avcodec/libopenh264dec: check for ff_set_dimensions() return valueJames Almer2017-09-28
* | Merge commit '030de53e9cc225dc767458aedcc87efd457b4f3b'James Almer2017-09-28
|\|
| * libopenh264dec: Let the framework use the h264_mp4toannexb bitstream filterMartin Storsjö2017-02-15
| * vaapi: Implement device-only setupMark Thompson2017-02-13
| * lavc: Add device context field to AVCodecContextMark Thompson2017-02-13