summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().Carl Eugen Hoyos2016-09-051-1/+2
* avcodec/pnmdec: fix undefined behaviourPaul B Mahol2016-09-051-3/+3
* avccodec/utvideoenc: support encoding ULY4 and ULH4Paul B Mahol2016-09-042-1/+21
* avcodec/utvideodec: add support for ULY4 and ULH4Paul B Mahol2016-09-041-0/+30
* avcodec/utils: print only the padding values that are setJames Almer2016-09-031-4/+7
* avcodec/utils: print initial and trailing paddings only in verbose levelsJames Almer2016-09-031-1/+2
* Cosmetics: Reindent after e82b181f.Carl Eugen Hoyos2016-09-031-8/+8
* lavc/mjpegdec: Only read JFIF thumbnail size if the segment is long enough.Carl Eugen Hoyos2016-09-032-2/+5
* lavc/mjpegdec: Do not skip reading quantization tables.Carl Eugen Hoyos2016-09-031-3/+2
* libavcodec/opus: Add channel mapping 2 to extradata parserMichael Graczyk2016-09-011-1/+10
* libavcodec/opus: Fix spelling in error messageMichael Graczyk2016-09-011-1/+1
* avcodec/nvenc: update license headerTimo Rothenpieler2016-08-281-2/+2
* avcodec/nvenc: use proper soname for cuda/nvenc librariesTimo Rothenpieler2016-08-281-2/+2
* avcodec/nvenc: check maximum driver API versionTimo Rothenpieler2016-08-282-0/+19
* avcodec/nvenc: fix potantially uninitialized freeTimo Rothenpieler2016-08-281-1/+1
* avcodec/nvenc: fix library names on cygwinTimo Rothenpieler2016-08-281-11/+13
* avcodec/nvenc: added support for rate control lookaheadOliver Collyer2016-08-284-0/+14
* avcodec/nvenc: added support for 10 bit HEVC encodingOliver Collyer2016-08-284-7/+78
* avcodec/nvenc: include nvEncodeAPI v7 SDK headerTimo Rothenpieler2016-08-281-1/+1
* lavc/lpc: Add min_shift parameter in LPCJai Luthra2016-08-285-9/+15
* libavcodec/bsfs: Fix bsf option settingJan Sebechlebsky2016-08-261-1/+1
* avcodec/exr: Check tile positionsMichael Niedermayer2016-08-251-2/+12
* avformat/avcodec: support rawvideo with planar rgb and alpha in nutPaul B Mahol2016-08-231-0/+8
* libzvbi depends on assRafaël Carré2016-08-231-1/+1
* lavc/h264dec: Improve "Increasing reorder buffer" message loglevel.Carl Eugen Hoyos2016-08-231-1/+2
* avcodec/aacenc: Tighter input checksMichael Niedermayer2016-08-231-2/+2
* avcodec/alsdec: Remove unused variableMichael Niedermayer2016-08-221-1/+0
* avcodec/me_cmp: add median SAD compare functionStanislav Dolganov2016-08-226-17/+98
* avcodec/alsdec: Implement floating point sample data decodingUmair Khan2016-08-222-3/+283
* avcodec: Implement masked lz decompressionUmair Khan2016-08-222-0/+243
* libavcodec/dnxhdenc: fix typo, check if profile is dnxhr 444 or hqxMark Reid2016-08-221-1/+1
* libavcodec/wmalosslessdec: Check the remaining bitsMichael Niedermayer2016-08-211-0/+5
* avcodec/bsf: Add custom item name function for bsf listJan Sebechlebsky2016-08-211-1/+28
* avcodec/adpcm: Fix adpcm_ima_wav paddingMichael Niedermayer2016-08-211-1/+1
* avcodec/svq3: fix slice size checkMichael Niedermayer2016-08-201-1/+1
* avcodec/diracdec: Check numx/yMichael Niedermayer2016-08-201-0/+5
* avcodec/h2645_parse: fix nal sizeMichael Niedermayer2016-08-201-1/+2
* avcodec/h2645_parse: Use get_nalsize() in ff_h2645_packet_split()Michael Niedermayer2016-08-201-7/+6
* avcodec/h264_parser: Factor get_avc_nalsize() outMichael Niedermayer2016-08-202-21/+21
* avcodec/cfhd: Increase minimum band dimension to 3Michael Niedermayer2016-08-191-6/+6
* avcodec/indeo2: check ctabMichael Niedermayer2016-08-191-0/+6
* avcodec/rawdec: Fix bits_per_coded_sample checksMichael Niedermayer2016-08-191-2/+3
* vcodec/h2645_parse: Clear buffer paddingMichael Niedermayer2016-08-181-3/+3
* avcodec/h2645: Fix NAL unit paddingMichael Niedermayer2016-08-189-16/+17
* avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-187-5/+37
* lavc/rscc: Fix colourspace for codec_tag RSCC and 32bpp.Carl Eugen Hoyos2016-08-171-1/+1
* avcodec/ffv1enc: Add RGB48 supportMichael Niedermayer2016-08-162-1/+17
* avcodec/ffv1enc: do not offset null pointersMichael Niedermayer2016-08-161-2/+2
* avcodec/ffv1: Fix rgb plane ordering in experimental planar RGBMichael Niedermayer2016-08-162-1/+9
* avcodec/ffv1enc: Factor rice high depth check outMichael Niedermayer2016-08-161-10/+7
OpenPOWER on IntegriCloud