summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dvdsubdec: Validate the RLE offsetsLuca Barbato2015-11-171-1/+5
* flacenc: Clamp user-supplied min/max prediction ordersVittorio Giovara2015-11-161-6/+8
* ffv1: Explicitly name the coder typeVittorio Giovara2015-11-164-29/+27
* hqx: correct type and size check of info_offsetAndreas Cadhalpun2015-11-161-2/+2
* dds: disable palette flag for compressed imagesAndreas Cadhalpun2015-11-141-0/+6
* dds: add missing newline to log messagesAndreas Cadhalpun2015-11-121-2/+2
* dds: validate compressed source buffer sizeAndreas Cadhalpun2015-11-121-0/+9
* dds: validate source buffer size before copyingAndreas Cadhalpun2015-11-121-0/+6
* lavc: Add missing mem.h header to libxvid and screenpressoVittorio Giovara2015-11-122-0/+2
* avcodec: fix doxy placementAnton Khirnov2015-11-091-2/+2
* libopenh264enc: Set AVOption data typeMichael Niedermayer2015-11-061-3/+3
* vdpau: Remove a spurious CONFIG_H263_VDPAU_HWACCELMichael Niedermayer2015-11-061-1/+1
* flashsv: Initialize the block arrayLuca Barbato2015-11-021-2/+4
* truemotion2: Fix the buffer checkLuca Barbato2015-11-021-1/+1
* mimic: Always return on failureLuca Barbato2015-11-021-3/+2
* rpza: Check the blocks left before processing oneLuca Barbato2015-11-021-21/+31
* lagarith: Correctly compute hash_shiftLuca Barbato2015-11-021-1/+1
* h264_parser: Rename close() to h264_close()Diego Biurrun2015-11-011-2/+2
* vdpau: remove dysfunctional H.263 supportRémi Denis-Courmont2015-10-304-27/+1
* h264: Print the complete user messageVittorio Giovara2015-10-301-6/+8
* h264: Print user data SEI under normal debug verbosityVittorio Giovara2015-10-301-1/+1
* png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-302-0/+40
* libopenh264enc: Count and warn about the number of skipped framesMartin Storsjö2015-10-281-0/+4
* libopenh264enc: Add an option for controlling the frame skippingMartin Storsjö2015-10-281-1/+3
* opus: Do not call vector_fmul_scalar on zero samplesKieran Kunhya2015-10-281-1/+1
* opus: Buffer the samples from the correct offsetMichael Niedermayer2015-10-281-2/+2
* avpicture: Deprecate the single fieldsLuca Barbato2015-10-271-1/+3
* avpacket: Provide an alloc and a free function for the structLuca Barbato2015-10-262-0/+67
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-262-1/+8
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-267-23/+35
* roqvideodec: use av_frame_copyHendrik Leppkes2015-10-261-5/+6
* hap: Set avctx.bits_per_coded_sampleTom Butterworth2015-10-251-0/+3
* screenpresso: Drop parameter change checkVittorio Giovara2015-10-251-17/+12
* mpegvideo_enc: Fix encoding videos with less frames than the delay of the enc...Alexis Ballier2015-10-251-4/+16
* mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer2015-10-251-2/+0
* mpegvideo_enc: Factor new_picture unref outMichael Niedermayer2015-10-251-3/+2
* innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara2015-10-236-1/+295
* kvazaar: Add libkvazaar HEVC encoderArttu Ylä-Outinen2015-10-234-1/+303
* libx264: Make sure the extradata are paddedLuca Barbato2015-10-231-1/+1
* lavc: Deprecate AVPicture structure and related functionsVittorio Giovara2015-10-223-30/+25
* utils: Use data buffers directly instead of an AVPictureVittorio Giovara2015-10-221-9/+10
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-2110-70/+157
* Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-215-10/+19
* nuv: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-3/+6
* dpx: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-6/+9
* roqvideodec: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-2/+5
* rawdec: Replace avpicture functions with imgutilsLuca Barbato2015-10-211-12/+14
* rawenc: Replace avpicture functions with imgutilsLuca Barbato2015-10-211-3/+7
* msrle: Use AVFrame instead of AVPictureVittorio Giovara2015-10-216-8/+8
* qsvenc: add an API for allocating opaque surfacesAnton Khirnov2015-10-163-5/+108
OpenPOWER on IntegriCloud