summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/svq1dec: use av_fast_padded_malloc() for allocation pmv only when nec...Paul B Mahol2021-03-02
* avcodec/mpegvideo: Schedule unused, deprecated rc_strategy for removalAndreas Rheinhardt2021-03-02
* avcodec/h2645_parse: Reduce the initial skipped_bytes_pos size with small inputsMichael Niedermayer2021-03-01
* avcodec: add SGA Video decoderPaul B Mahol2021-03-01
* avcodec: add SGA PCM decoderPaul B Mahol2021-03-01
* Remove double ';'Andreas Rheinhardt2021-03-01
* avcodec/roqvideoenc: Avoid allocating buffers separatelyAndreas Rheinhardt2021-03-01
* avcodec/roqvideoenc: Avoid intermediate bufferAndreas Rheinhardt2021-03-01
* avcodec/roqvideoenc: Reuse buffers instead of alloc+free for each frameAndreas Rheinhardt2021-03-01
* avcodec/roqvideo: Use dedicated context for encoderAndreas Rheinhardt2021-03-01
* avcodec/exr: add fast path for case when powf() isn't neededPaul B Mahol2021-02-28
* avcodec/dxtory: Fix undefined shift with negative linesizeMichael Niedermayer2021-02-28
* avcodec/libx264: Don't use init_static_data for newer versionsAndreas Rheinhardt2021-02-28
* avcodec/exr: handle case when |im - IM| == 1 for huff compressionPaul B Mahol2021-02-28
* avcodec/x86: add cfhdenc SIMDPaul B Mahol2021-02-27
* avcodec/options: deprecate avcodec_get_frame_class()James Almer2021-02-27
* avcodec/avrndec: remove max_lowres valueJames Almer2021-02-27
* avcodec/exrenc: add half-float supportPaul B Mahol2021-02-27
* avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functionsJames Almer2021-02-26
* avcodec: Add missing FF_API define for libavcodec pix fmt APIAndreas Rheinhardt2021-02-26
* avcodec/imx: use ff_reget_buffer()Paul B Mahol2021-02-25