summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/get_bits: Document skip_bits_long()Michael Niedermayer2018-04-071-0/+7
* avcodec/prores_ks : do not call estimate_alpha at each quantification stepMartin Vignali2018-04-051-12/+8
* avcodec/openh264enc.c: generate IDR frame in response to I frame pict_typeValery Kot2018-04-051-0/+4
* avcodec/decode: fix warning when decoding pseudo paletted formatswm42018-04-051-0/+2
* avcodec/mpeg4videodec: unbreak multithreading decodingJames Almer2018-04-041-4/+6
* avcodec/libaomdec: fix broken pix_fmt changes from the previous commitJames Almer2018-04-041-6/+6
* avcodec/mpeg4videodec: free studio profile VLCs when closing the decoderJames Almer2018-04-041-1/+15
* avcodec/clearvideo: fix mixed code and declarationsJames Almer2018-04-041-4/+5
* avcodec/sheervideo: add missing wrappers to sheervideodata.hJames Almer2018-04-031-0/+4
* avcodec/clearvideo: add missing wrappers to clearvideodata.hJames Almer2018-04-031-1/+4
* avcodec/libaomdec: add support for monochrome filesJames Almer2018-04-031-4/+8
* avcodec/libaomdec: remove duplicate codeJames Almer2018-04-031-11/+2
* lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16Gagandeep Singh2018-04-031-2/+3
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-034-8/+7
* avcodec/xwdenc: do not rely on AV_PIX_FMT_FLAG_PSEUDOPAL paletteswm42018-04-031-1/+8
* avcodec/sheervideo: move tables to own headerPaul B Mahol2018-04-032-1070/+1094
* avcodec/clearvideo: add inter-frame decodingPaul B Mahol2018-04-032-105/+2443
* avcodec/imgconvert: fix possible null pointer dereferenceSimon Thelen2018-04-031-2/+3
* avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed()Michael Niedermayer2018-04-021-1/+1
* avcodec/cscd: Error out when LZ* decompression failsMichael Niedermayer2018-04-021-2/+6
* avcodec/libaomdec: remove references to gbrp pixfmtJames Almer2018-04-021-8/+4
* avcodec/libaomenc: remove references to gbrp pixfmtJames Almer2018-04-021-9/+1
* avcodec/aic: fix decoding of videos which height is not multiple of 16Paul B Mahol2018-04-021-2/+12
* avcodec/scpr: fix decoding of prev+top-topleft prediction in keyframesPaul B Mahol2018-04-021-3/+3
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-0211-46/+763
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-028-44/+86
* avcodec/scpr: check for possible out of array accessPaul B Mahol2018-04-021-0/+4
* avcodec/bsf: use av_packet_make_refcounted to ensure packets are ref countedJames Almer2018-04-021-9/+6
* avcodec/encode: use av_packet_make_refcounted to ensure packets are ref countedJames Almer2018-04-011-8/+2
* avcodec/frame_thread_encoder: remove usage of av_dup_packet()James Almer2018-04-011-1/+1
* avcodec/avpacket: add av_packet_make_refcounted()James Almer2018-04-013-2/+36
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-1/+0
* avcodec/imgconvert: Fix loss mask bug in avcodec_find_best_pix_fmt_of_list()heimdallr2018-04-011-2/+6
* lavc: prefer the mp3float decoder to the mp3 decoderRostislav Pehlivanov2018-04-011-3/+3
* avcodec/utvideodec: Set pro flag based on fourccMichael Niedermayer2018-04-011-3/+5
* arm: hevcdsp: Add commas between macro argumentsMartin Storsjö2018-03-311-18/+18
* arm: hevcdsp: Avoid using macro expansion countersMartin Storsjö2018-03-311-4/+4
* Merge commit 'ab05d3934de8e932dbd77979a687e6598e67535c'James Almer2018-03-301-47/+47
|\
| * arm: vc1dsp: Add commas between macro argumentsMartin Storsjö2018-03-301-47/+47
| * libaomenc: fix profile settingJames Almer2018-03-291-6/+6
| * avcodec: rename the AV1 profilesJames Almer2018-03-292-6/+6
* | avcodec/mpc8: get frame output buffer right before it is actually neededPaul B Mahol2018-03-301-5/+4
* | avcodec/mpc8: check for overread earlier and abort decoding framePaul B Mahol2018-03-301-0/+5
* | avcodec/ac3: fix out of array access introduced previouslyPaul B Mahol2018-03-303-8/+9
* | avcodec/mpc8: check for overread firstPaul B Mahol2018-03-301-3/+3
* | movtextenc: fix handling of utf-8 subtitlesPhilip Langdale2018-03-291-2/+28
* | avcodec/libaomenc: use av_assert0()James Almer2018-03-291-1/+2
* | Merge commit 'deefca02c275ce4bc5ccbee690463ffef81a18b8'James Almer2018-03-293-0/+6
|\ \ | |/
| * qsvenc: add the Access Unit Delimiter NAL Unit supportZhong Li2018-03-163-0/+5
* | Merge commit '3d6e76b953afd36e23ef8532b81aea58a6338931'James Almer2018-03-291-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud