aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/get_bits: add cached bitstream readerPaul B Mahol2018-08-302-2/+367
* avcodec/scpr: error out if run length is <= 0Paul B Mahol2018-08-291-0/+6
* atrac9dec: clean up code slightlyRostislav Pehlivanov2018-08-281-7/+4
* atrac9dec: implement LFE channel decodingRostislav Pehlivanov2018-08-271-1/+29
* atrac9dec: relax gradient value requirementsRostislav Pehlivanov2018-08-271-1/+1
* avcodec: add WinCAM Motion Video decoderPaul B Mahol2018-08-276-1/+271
* avcodec: add MatchWare Screen Capture CodecPaul B Mahol2018-08-276-1/+203
* vaapi_encode: Factorise out adding global parametersMark Thompson2018-08-271-16/+22
* vaapi_encode: Remove common priv_data and options fieldsMark Thompson2018-08-278-33/+0
* vaapi_encode_vp9: Move options and common structures into contextMark Thompson2018-08-271-16/+15
* vaapi_encode_vp8: Move options and common structures into contextMark Thompson2018-08-271-17/+14
* vaapi_encode_mpeg2: Move common structure into contextMark Thompson2018-08-271-28/+25
* vaapi_encode_mjpeg: Move common structure into contextMark Thompson2018-08-271-10/+8
* vaapi_encode_h265: Move options and common structures into contextMark Thompson2018-08-271-92/+90
* vaapi_encode_h264: Move options and common structures into contextMark Thompson2018-08-271-112/+114
* lavc/encode: fix frame_number double-countedZhong Li2018-08-271-3/+4
* avcodec/proresdec2: add frame threading supportPaul B Mahol2018-08-261-2/+16
* avcodec/mscc: fix several bugsPaul B Mahol2018-08-261-14/+41
* mpeg4video: Add Studio DPCM supportKieran Kunhya2018-08-253-20/+146
* avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb()Michael Niedermayer2018-08-251-0/+3
* avcodec/vb: Check for end of bytestream before reading blocktypeMichael Niedermayer2018-08-251-0/+4
* avcodec/snowdec: Fix integer overflow with motion vector residualMichael Niedermayer2018-08-251-2/+2
* allcodecs: reorder ff_bitpacked_decoderRostislav Pehlivanov2018-08-251-1/+1
* avcodec/mpeg4videodec: Fix slice end detection in mpeg4_decode_studio_mb()Michael Niedermayer2018-08-251-0/+8
* avcodec/utils: document allocation requirement of extradataTimo Rothenpieler2018-08-251-0/+1
* avcodec/prosumer: fix some minor issuesPaul B Mahol2018-08-241-9/+9
* avcodec: add Brooktree ProSumer Video decoderPaul B Mahol2018-08-246-2/+406
* avcodec/libopusenc: support encoding packets of sizes bigger than 60msJames Almer2018-08-241-5/+15
* Revert "avcodec/opus_parser: Handle complete frames flag."James Almer2018-08-231-17/+12
* lavc/extract_extradata_bsf.c: add AVS2hwren2018-08-231-0/+2
* lavc/encode: remove redundant av_init_packet after av_packet_unref.Jun Zhao2018-08-231-4/+0
* lavc/hevc_ps: fix crop info for monochromeZhao Zhili2018-08-221-4/+12
* lavc/libkvazaar: fix incompatible pointer type.Jun Zhao2018-08-221-1/+1
* avcodec/psd : add support for gray floatMartin Vignali2018-08-221-0/+2
* lavc/qsvenc: add quality status to side_dataZhong Li2018-08-223-17/+24
* avcodec/opus_parser: Handle complete frames flag.Jacob Trimble2018-08-211-12/+17
* avcodec/codec_desc: mark Duck TrueMotion 2.0 Real Time as intra onlyPaul B Mahol2018-08-211-1/+1
* avcodec/nvenc: add option to turn off a53 closed caption embeddingTimo Rothenpieler2018-08-214-2/+4
* avcodec: add IMM4 decoderPaul B Mahol2018-08-216-1/+512
* avcodec/cfhd: Use the actual count instead of the expected in peak_table()Michael Niedermayer2018-08-201-1/+1
* avcodec/cfhd: Move peak_table() and difference_coding() calls after the exist...Michael Niedermayer2018-08-201-10/+4
* avcodec/lagarith: Optimize FRAME_SOLID_RGBAMichael Niedermayer2018-08-201-1/+7
* Revert "avcodec/libaomdec: auto insert dump_extra bitstream filter"James Almer2018-08-171-1/+0
* avcodec/av1_parse: take trailing bits into account when initializing the GetB...James Almer2018-08-172-10/+53
* h264: Support multi-field closed captions by using AVBufferRef and not resett...Kieran Kunhya2018-08-174-19/+26
* avcodec/decode: copy the output parameters from the last bsf in the chain bac...James Almer2018-08-161-0/+4
* avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer2018-08-163-10/+19
* avcodec/h264_redundant_pps_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-0/+9
* avcodec/mpeg4_unpack_bframes_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-0/+7
* avcodec/vp9_superframe_bsf: implement a AVBSFContext.flush() callbackJames Almer2018-08-161-0/+12