summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-dat...Jonathan Campbell2016-09-131-1/+25
* avcodec/avpacket: clear side_data_elemsMichael Niedermayer2016-09-121-2/+5
* ass_split: reindentRodger Combs2016-09-121-17/+17
* ass_split: fix handling of streams with no [Events] or Format: lineRodger Combs2016-09-121-9/+27
* avcodec/h264_refs: Change default case to av_assert0() to suppress warningMichael Niedermayer2016-09-121-1/+1
* lavc/ffjni: do not error out if the last non-mandatory field/method cannot be...Matthieu Bouron2016-09-121-0/+2
* libavcodec/mmaldec.c: set AVFrame interlaced_frame and top_field_first, AVCod...Jens Ziller2016-09-121-0/+20
* avcodec/cuvid: Always check for internal errors during parsingPhilip Langdale2016-09-101-2/+7
* lavc/Makefile: add missing ADPCM_THP_LE objsRodger Combs2016-09-091-0/+1
* lavc/Makefile: g729dec: fix missing fileRodger Combs2016-09-091-1/+1
* avcodec/cuvid: check for and warn about invalid pkt_timebaseTimo Rothenpieler2016-09-091-2/+11
* avcodec/cuvid: use pkt_timebase instead of time_baseTimo Rothenpieler2016-09-091-2/+2
* lavc/alsdec: use get_bitsz() to simplify reading of the mantissaThilo Borgmann2016-09-091-1/+1
* lavc/hevc: store VPS/SPS/PPS dataMatthieu Bouron2016-09-092-0/+45
* avcodec/ccaption_dec: Use simple array instead of AVBufferMichael Niedermayer2016-09-091-16/+11
* avcodec/alsdec: Fix reading 0 mantisse bitsMichael Niedermayer2016-09-081-1/+1
* avcodec/svq3: Reintroduce slice_typeMichael Niedermayer2016-09-081-1/+7
* avcodec/mlz: Check offset before writingMichael Niedermayer2016-09-081-0/+4
* avcodec/mlz: clear dict on allocation to ensure there are no uninitialized va...Michael Niedermayer2016-09-081-1/+1
* avcodec/alsdec: Fix raw_mantissa memleakMichael Niedermayer2016-09-081-2/+8
* avcodec/alsdec: Fix mlz memleakMichael Niedermayer2016-09-081-2/+5
* avcodec/nvenc: use frame size instead of surface sizeTimo Rothenpieler2016-09-081-1/+1
* lavc/mediacodecdec_h264: use h264_parse.h instead of h264dec.hMatthieu Bouron2016-09-071-1/+1
* lavc/mediacodecdec_h264: move bsf variable declaration at the top of the func...Matthieu Bouron2016-09-071-1/+3
* avcodec/nvenc: support RGB inputSven C. Dack2016-09-071-0/+10
* avcodec/nvenc: correctly set inputPitchTimo Rothenpieler2016-09-072-0/+4
* avcodec/nvenc: use av_image_copy for copying frame dataTimo Rothenpieler2016-09-071-73/+21
* lavc/avcodec: Improve av_parser_parse() documentation, mention padding.Carl Eugen Hoyos2016-09-071-1/+4
* avcodec/gif: don't honor transparency if palette changedPaul B Mahol2016-09-071-1/+1
* lavc/mediacodecdec_h264: fix SODB escapingMatthieu Bouron2016-09-071-3/+3
* avcodec: Fix successfull typoMichael Niedermayer2016-09-071-1/+1
* cuvid: Implement flush to support seeking in media playersPhilip Langdale2016-09-062-40/+92
* cuvid: Add hwaccels and decoders for remaining supported formatsPhilip Langdale2016-09-063-2/+57
* 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
OpenPOWER on IntegriCloud