summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aacps: Fix undefined behaviorMichael Niedermayer2017-05-051-1/+1
* avcodec/pixlet: Fix shift exponent 4294967268 is too large for 32-bit type 'int'Michael Niedermayer2017-05-051-2/+2
* avcodec/tiertexseqv: set the fixed dimenasions, do not depend on the demuxer ...Michael Niedermayer2017-05-051-0/+5
* Merge commit 'f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed'Clément Bœsch2017-05-052-4/+3
|\
| * h264dec: make ff_h264_decode_init() staticAnton Khirnov2017-01-092-3/+2
| * h264dec: drop a redundant checkAnton Khirnov2017-01-091-17/+0
| * hevcdec: add P010 support for D3D11VASteve Lhomme2017-01-091-3/+3
* | Merge commit '0ac2d86c4758e1419934905b6c092910296aa16a'Clément Bœsch2017-05-051-1/+1
|\ \ | |/
| * dxva2: Factorize DXVA context validity test into a single macroSteve Lhomme2017-01-085-12/+9
| * dxva2: Make ff_dxva2_get_surface() static and drop its name prefixSteve Lhomme2017-01-082-6/+4
| * vaapi_h264: Fix POC on IDR framesJun Zhao2017-01-041-5/+7
| * vaapi_h265: Fix build failure with old libva without 10-bit surfacesMark Thompson2017-01-041-0/+6
| * aarch64: vp9mc: Fix a comment to refer to a register with the right nameMartin Storsjö2017-01-031-1/+1
| * aarch64: vp9dsp: Fix vertical alignment in the init fileMartin Storsjö2017-01-031-3/+3
| * arm: vp9mc: Fix vertical alignment of operandsMartin Storsjö2017-01-031-3/+3
* | avcodec/cavsdec: Fix undefined behavior from integer overflowMichael Niedermayer2017-05-051-1/+1
* | avcodec/dvdsubdec: Fix runtime error: left shift of 242 by 24 places cannot b...Michael Niedermayer2017-05-051-1/+1
* | avcodec/vorbisdec: add missing commaJames Almer2017-05-041-1/+1
* | Merge commit '53618054b64ce4dab459d23a7efebe9d5afc4855'James Almer2017-05-041-0/+1
|\ \ | |/
| * parser: Add missing #include for printing ISO C99 conversion specifiersDiego Biurrun2016-12-251-0/+1
* | Merge commit '0b77a5933635293508e7289e7cf191ed166cf070'James Almer2017-05-041-1/+1
|\ \ | |/
| * Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-237-11/+11
* | Merge commit '92db5083077a8b0f8e1050507671b456fd155125'James Almer2017-05-041-2/+1
|\ \ | |/
| * build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-221-0/+1
* | cuvid: support AVCodecContext.hw_device_ctx APIwm42017-05-052-4/+12
* | avcodec/mjpegdec: Fix runtime error: signed integer overflow: -24543 * 203161...Michael Niedermayer2017-05-041-1/+2
* | avcodec/wavpack: Fix invalid shift and integer overflowMichael Niedermayer2017-05-041-1/+1
* | avcodec/flicvideo: Check for chunk overreadMichael Niedermayer2017-05-041-1/+19
* | libavcodec/mpeg4videodec: Convert sprite_offset to 64bitMichael Niedermayer2017-05-041-52/+50
* | avcodec/pngdec: Use ff_set_dimensions()Michael Niedermayer2017-05-041-2/+3
* | avcodec/msvideo1: Check buffer size before re-getting the frameMichael Niedermayer2017-05-041-0/+6
* | Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'Clément Bœsch2017-05-031-1/+1
|\ \ | |/
| * ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6Diego Biurrun2016-12-211-4/+0
| * nvenc: Update check for lookaheadRuta Gadkari2016-12-211-1/+1
| * aarch64: vp9itxfm: Use the offset parameter to movrelMartin Storsjö2016-12-191-1/+1
| * tta: Convert to the new bitstream readerAlexandra Hájková2016-12-191-23/+23
| * mlp: Convert to the new bitstream readerAlexandra Hájková2016-12-193-132/+136
| * unary: Convert to the new bitstream readerAlexandra Hájková2016-12-1916-23/+81
| * h264dec: make sure to only end a field if it has been startedAnton Khirnov2016-12-194-3/+10
| * mpeg12dec: move setting first_field to mpeg_field_start()Anton Khirnov2016-12-191-2/+5
| * mpeg12dec: avoid signed overflow in bitrate calculationAnton Khirnov2016-12-191-2/+11
| * mpegvideo_parser: avoid signed overflow in bitrate calculationAnton Khirnov2016-12-191-1/+8
| * vaapi_decode: use the correct logging contextAnton Khirnov2016-12-191-3/+3
| * hevcdec: add a VAAPI hwaccelAnton Khirnov2016-12-196-2/+448
| * pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2016-12-1914-7/+100
| * pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2016-12-193-2/+37
* | avcodec/svq3: Reject dx/dy beyond 16bitMichael Niedermayer2017-05-031-1/+1
* | avcodec/svq3: Increase offsets to prevent integer overflowsMichael Niedermayer2017-05-031-6/+6
* | lavc/jpeg2000dec: Fix jp2 inner atom size used for overread checks.Carl Eugen Hoyos2017-05-031-0/+1
* | avcodec/decode: also check for FF_CODEC_CAP_SETS_PKT_DTS in audio decodersJames Almer2017-05-021-4/+2
OpenPOWER on IntegriCloud