summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avrndec: Remove obsolete FIXMEMichael Niedermayer2016-09-201-1/+1
* lavc/rscc: Support pal8 in rscc.Carl Eugen Hoyos2016-09-192-3/+14
* avcodec/utils: If using discard frame flag, ignore skip_samples set by the de...Sasi Inguva2016-09-191-0/+4
* lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames...Sasi Inguva2016-09-192-1/+20
* avcodec/rscc: add support for gray8 formatPaul B Mahol2016-09-191-3/+3
* avcodec/dnxhddata: add support for cid 1244Paul B Mahol2016-09-191-0/+10
* avcodec/sheervideo: print internal format in debug logPaul B Mahol2016-09-181-0/+3
* avcodec/sheervideo: fix Y prediction in decode_ybr(i) for older formatsPaul B Mahol2016-09-181-2/+6
* avcodec/dvdsubdec: ignore h <= 1 case, to properly decode subtitlePaul B Mahol2016-09-181-1/+1
* lavc: bump minor (after adding TrueHD and MLP encoders)Rostislav Pehlivanov2016-09-171-1/+1
* mlpenc: Working MLP/TrueHD encoderJai Luthra2016-09-175-2/+2481
* avcodec/cuvid: Check for non 420 chroma formats - they aren't supportedPhilip Langdale2016-09-171-0/+6
* avcodec/cuvid: Fully re-initialize the parser after a flush.Philip Langdale2016-09-171-0/+10
* lavc/libvpxenc: Avoid vp8 transparency encoding with auto-alt-ref.Carl Eugen Hoyos2016-09-171-0/+5
* lavc: add hevc mediacodec decoderMatthieu Bouron2016-09-158-34/+369
* avcodec/adpcm: clip step for ADPCM MTAF decoderPaul B Mahol2016-09-151-2/+2
* libavcodec/qsvdec_h2645.c: drop executable permissionMoritz Barsnick2016-09-151-0/+0
* avcodec/(e)ac3: Fix target_level for EAC3.Nikolas Bowe2016-09-154-7/+22
* avcodec/h264_parser: fix for possible overflowPaul B Mahol2016-09-141-2/+2
* avcodec/h264_parser: set missing pts for top/bottom field framesPaul B Mahol2016-09-141-0/+22
* lavc: Enable a53cc by default for x264 and qsv_h264.Carl Eugen Hoyos2016-09-142-2/+2
* avcodec/g726: Add missing ADDB output maskMichael Niedermayer2016-09-141-1/+1
* 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
OpenPOWER on IntegriCloud