summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/cbs: constify decompose_unit_typesJames Almer2021-01-10
* sbc: do not set sample format in parserArnaud Vrac2021-01-09
* avcodec/nvenc: fix timestamp offset ticks logicTimo Rothenpieler2021-01-09
* avcodec/ac3dec: Make decoders init-threadsafeAndreas Rheinhardt2021-01-09
* avcodec/ac3dec: Check operations that can failAndreas Rheinhardt2021-01-09
* avcodec/ac3enc: Factor common end of float/fixed encode_frame outAndreas Rheinhardt2021-01-09
* avcodec/ac3enc_template: Perform compile-time checks at compile-timeAndreas Rheinhardt2021-01-09
* avcodec/[e]ac3enc: Don't invade CONFIG_ namespaceAndreas Rheinhardt2021-01-09
* avcodec/ac3enc: Set function pointers earlierAndreas Rheinhardt2021-01-09
* avcodec/[e]ac3enc: Make encoders init-threadsafe, fix raceAndreas Rheinhardt2021-01-09
* avcodec/wmaprodec: Check packet sizeMichael Niedermayer2021-01-08
* avcodec/rasc: Check frame before clearingMichael Niedermayer2021-01-08
* avcodec/fft_template: Only check for FF_FFT_PERM_AVX on ARCH_X86Andreas Rheinhardt2021-01-08
* avcodec/wavpack: Deduplicate exp and log tablesAndreas Rheinhardt2021-01-08
* avcodec/vp3data: Deduplicate coeff_tablesAndreas Rheinhardt2021-01-08
* avcodec/twinvq, metasound_data: Deduplicate lsp tablesAndreas Rheinhardt2021-01-08
* avcodec/metasound: Deduplicate dataAndreas Rheinhardt2021-01-08
* avcodec/g723_1: Move tables to their only userAndreas Rheinhardt2021-01-08
* avcodec/g723_1: Deduplicate arraysAndreas Rheinhardt2021-01-08
* avcodec/libopusenc: Fix for header pre-skip valueArthur Taylor2021-01-07
* avcodec/alsdec: Fix integer overflow with quant_cofMichael Niedermayer2021-01-05
* avcodec/av1dec: add an option to select an operating pointJames Almer2021-01-04
* avcodec/cbs_av1: add an option to select an operating pointJames Almer2021-01-04
* avcodec/cbs: allow cbs_read_fragment_content() to skip decomposition of unitsJames Almer2021-01-04
* avcodec/cbs: add an AVClass to CodedBitstreamType for option handlingJames Almer2021-01-04
* avcodec/libkvazaar: Set default ratecontrol algorithm for libkvazaarJoose Sainio2021-01-04
* avcodec/hevcdec: fix stat_coeff save/load for persistent_rice_adaptation_enab...Xu Guangxin2021-01-04
* avcodec/notchlc: Check uncompressed size against input for LZ4Michael Niedermayer2021-01-03
* avcodec/videotoolbox: make FFmpeg-to-VT mapping error more informativeJan Ekström2021-01-02
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* lavc/mjpegdec: cosmetics, org->origAnton Khirnov2021-01-01
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-01
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avcodec/svq1dec: Increase nb_bits of VLC to read it in one goAndreas Rheinhardt2020-12-31
* avcodec/dirac_arith: Make table only used here staticAndreas Rheinhardt2020-12-31
* avcodec/qdmc: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Cleanup generically on init failureAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Move per-stream fields to OpusStreamContextAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Return error upon errorAndreas Rheinhardt2020-12-31
* avcodec/aacps_common: Use minimal VLC nb_bits/max_depthAndreas Rheinhardt2020-12-31
* avcodec/aacps: Factor out code shared by float and fixed point decoderAndreas Rheinhardt2020-12-31
* avcodec/mpegvideo: Don't zero-initialize unnecessarilyAndreas Rheinhardt2020-12-31
* avcodec/aacsbr_template: Remove pointless runtime initializationAndreas Rheinhardt2020-12-31
* avcodec/aacsbr: Remove remnants of tablegenAndreas Rheinhardt2020-12-31
* avcodec/atrac3plus_data: Mark array as constAndreas Rheinhardt2020-12-31
* avcodec/mlpenc: Simplify finding best codebookAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Remove always-true checkAndreas Rheinhardt2020-12-31
* avcodec/opustab: Make array staticAndreas Rheinhardt2020-12-31