summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/packet: change side data related public function and struct size type...James Almer2021-03-10
* avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when availablesfan52021-03-10
* avcodec/mediacodec_wrapper: check if codec is software earliersfan52021-03-10
* libavcodec/amfenc_hevc: Recommend values for min and max video quantizer scale.Ovchinnikov Dmitrii2021-03-09
* avcodec/decode: Reindent after previous commitsAndreas Rheinhardt2021-03-09
* avcodec/decode: Don't needlessly copy side-data for subtitlesAndreas Rheinhardt2021-03-09
* avcodec/decode: Avoid stack packets when decoding subtitlesAndreas Rheinhardt2021-03-09
* avcodec/qsvdec: Make functions used only here static, remove headerAndreas Rheinhardt2021-03-09
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* avcodec/dcadsp: Fix integer overflow in dmix_add_c()Michael Niedermayer2021-03-08
* avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld()Michael Niedermayer2021-03-08
* avcodec/mpeg4videodec: add forgotten flags to mpeg4_optionsPaul B Mahol2021-03-08
* mobiclip: fix copyright headersFlorian Nouwt2021-03-08
* avcodec/ylc: Reindent after previous commitAndreas Rheinhardt2021-03-08
* avcodec/ylc: Avoid code duplication when creating and freeing VLCsAndreas Rheinhardt2021-03-08
* avcodec/ylc: Use only one temporary bufferAndreas Rheinhardt2021-03-08
* avcodec/ylc: Remove write-only variableAndreas Rheinhardt2021-03-08
* avcodec/h261dec: Remove parse_context cruftAndreas Rheinhardt2021-03-08
* lavc: clarify thread_safe_callbacks doxyAnton Khirnov2021-03-08
* lscrdec: add copyright headerAnton Khirnov2021-03-08
* lavc: remove tests/optionsAnton Khirnov2021-03-08
* mjpegdec: handle lowres with AVID croppingAnton Khirnov2021-03-08
* avcodec/jpeglsenc: Allocate buffers togetherAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Avoid allocation of JLSStateAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Only use one line at a time as spare bufferAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Move check out of loopAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Don't modify frame we don't ownAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Don't use put bits API for byte-aligned writesAndreas Rheinhardt2021-03-08
* avcodec/codec: Update init_static_data doxygenAndreas Rheinhardt2021-03-08
* avcodec/avcodec: Don't suggest calling deprecated avcodec_register_all()Andreas Rheinhardt2021-03-08
* avcodec/codec: add doxy to AVCodec.decode()James Almer2021-03-07
* avcodec/codec: use the correct name for all AVCodec.decode() parametersJames Almer2021-03-07
* avcodec/codec: remove outdated comment about AVCodec.encode2()James Almer2021-03-07
* avcodec/libxvid: Remove unnecessary headerAndreas Rheinhardt2021-03-06
* avcodec/parser: Schedule av_parser_change for removalAndreas Rheinhardt2021-03-06
* avcodec: add TTML encoderJan Ekström2021-03-05
* avcodec: enable usage of err_recognition for encodersJan Ekström2021-03-05
* avcodec/decode: Check size before opening iconvAndreas Rheinhardt2021-03-05
* avcodec/decode: Return early upon failureAndreas Rheinhardt2021-03-05
* avcodec/speedhq: fix decoding non 444 subsampling when width is not multiple ...Paul B Mahol2021-03-04
* avcodec/decode: constify the source packet parameter in extract_packet_props()James Almer2021-03-03
* avcodec/utils: free last_pkt_props on avcodec_open2() failureJames Almer2021-03-03
* avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer2021-03-03
* avcodec/float2half: fix minor style issuePaul B Mahol2021-03-03
* avcodec/half2float: fix integer overflows in convertmantissa()Paul B Mahol2021-03-03
* avcodec/mobiclip: Avoid undefined integer overflow in MV computationMichael Niedermayer2021-03-03
* avcodec/alsdec: Check bitstream input in read_block()Michael Niedermayer2021-03-03
* avcodec/exr: add lut oriented half to float conversion codePaul B Mahol2021-03-02
* avcodec/exrenc: move float2half code to own headerPaul B Mahol2021-03-02
* avcodec/exr: add DWA decompression supportPaul B Mahol2021-03-02