summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/dpx: fix off by 1 in bits_per_color checkMichael Niedermayer2021-06-08
* avcodec/vc2enc: Check for non negative slice boundsMichael Niedermayer2021-06-08
* avcodec/avcodec: Don't free options on failure in avcodec_open2()Andreas Rheinhardt2021-06-08
* avcodec/avcodec: Avoid redundant copies of options in avcodec_open2Andreas Rheinhardt2021-06-08
* avcodec/frame_thread_encoder: Remove redundant memcpyAndreas Rheinhardt2021-06-08
* avcodec/frame_thread_encoder: Avoid dictionariesAndreas Rheinhardt2021-06-08
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/internal: Remove outdated documentation of ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/omx: Zero packet paddingAndreas Rheinhardt2021-06-08
* avcodec/omx: ReindentationAndreas Rheinhardt2021-06-08
* avcodec/omx: Remove remnants of old preallocated buffersAndreas Rheinhardt2021-06-08
* avcodec/dvenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-06-08
* avcodec/nvenc: add option to disable all extra SEI dataTimo Rothenpieler2021-06-06
* avcodec/nvenc: extract sei data prep into own functionTimo Rothenpieler2021-06-04
* avcodec/nvenc: write out user data unregistered SEIBrad Hards2021-06-04
* avcodec/nvenc: use persistent sei data bufferBrad Hards2021-06-04
* libavcodec/mips: Fix fate errors reported by clangJin Bo2021-06-03
* libavcodec/mips: Fix build errors reported by clangJin Bo2021-06-03
* avcodec/jpeglsdec: force pal8 only onceMichael Niedermayer2021-06-02
* avcodec/mjpegdec: Fix order of condition for pal8Michael Niedermayer2021-06-02
* avcodec/mpegvideo_enc: Reset stuffing bits if they are not supportedMichael Niedermayer2021-06-02
* avcodec/svq1enc: Do not print debug RD value before it has been computedMichael Niedermayer2021-06-02
* avcodec/aacpsy: Check bandwidthMichael Niedermayer2021-06-02
* avcodec/aacenc: Do not divide by lambda_count if it is 0Michael Niedermayer2021-06-02
* avcodec/aacenc: Use FLT_EPSILON for lambda minimumMichael Niedermayer2021-06-02
* avcodec/nvenc: disable s12m timestamps by defaultTimo Rothenpieler2021-05-29
* avcodec/lpc: Avoid floating point division by 0Michael Niedermayer2021-05-29
* avcodec/aacpsy: Avoid floating point division by 0 of norm_facMichael Niedermayer2021-05-29
* avcodec/aacenc: Avoid 0 lambdaMichael Niedermayer2021-05-29
* libavcodec/mips: Fix specification of instruction nameJin Bo2021-05-28
* avcodec/exr: More strictly check dc_countMichael Niedermayer2021-05-27
* avcodec/exr: x/ymax cannot be INT_MAXMichael Niedermayer2021-05-27
* avcodec/error_resilience: cleanup mpeg2 handlingMichael Niedermayer2021-05-27
* avcodec/utils: don't use ff_fast_mallocz() in av_fast_padded_malloc()James Almer2021-05-27
* avcodec/libxavs2: Allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/sbcenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/pngenc: Avoid copying APNG data, allow user-supplied bufferAndreas Rheinhardt2021-05-23
* avcodec/pngenc: Remove always-true checkAndreas Rheinhardt2021-05-23
* avcodec/flacenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/pamenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/pnmenc: Avoid intermediate buffer, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/libxavs: Improve returned error codesAndreas Rheinhardt2021-05-23
* avcodec/libxavs: Avoid overallocating, copying packet dataAndreas Rheinhardt2021-05-23
* avcodec/libx265: Allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/libx264: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/libwebpenc_animencoder: Allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/libwebpenc: Allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/libvpxenc: Avoid one level of indentationAndreas Rheinhardt2021-05-23
* avcodec/libvpxenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/libvorbisenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-23