summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/get_bits: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavc/hevc_sei: include buffer.h explicitlyAnton Khirnov2021-06-10
* lavc/mlp_parse: add required includes explicitlyAnton Khirnov2021-06-10
* lavc/dolby_e_parser: #include avcodec.h explicitlyAnton Khirnov2021-06-10
* lavc/cbs_internal: clean up headersAnton Khirnov2021-06-10
* lavc/cbs: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavc/cbs_bsf.h: explicitly #include all required headersAnton Khirnov2021-06-10
* lavc: move av_get_profile_name() from avcodec.h to codec.hAnton Khirnov2021-06-10
* lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.hAnton Khirnov2021-06-10
* lavc: move av_get_pcm_codec() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
* lavc: move avcodec_profile_name() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
* lavc: move av_get_[exact_]bits_per_sample() to codec_id.hAnton Khirnov2021-06-10
* lavc: move small misc definitions into a separate headerAnton Khirnov2021-06-10
* 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