summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/libshine: Remove dead channel count checkAndreas Rheinhardt2022-09-22
* avcodec/libcodec2: Remove dead channel count checkAndreas Rheinhardt2022-09-22
* avcodec/pcm: Remove always-false checkAndreas Rheinhardt2022-09-22
* avcodec/pcm-blurayenc: Don't presume every channel layout to be nativeAndreas Rheinhardt2022-09-22
* avcodec/dfpwmdec: Remove always-false checkAndreas Rheinhardt2022-09-22
* avcodec/encode: Remove deprecated always-false checksAndreas Rheinhardt2022-09-22
* avcodec/avcodec: Always use old channel count/layout if setAndreas Rheinhardt2022-09-22
* avcodec/avcodec: Check for more invalid channel layoutsAndreas Rheinhardt2022-09-22
* avcodec/encode: Remove dead deprecated checkAndreas Rheinhardt2022-09-22
* avcodec/avcodec: Uninitialize AVChannelLayout before overwriting itAndreas Rheinhardt2022-09-22
* avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-21
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-21
* avcodec/cavsdsp: Remove unused function parameterAndreas Rheinhardt2022-09-21
* avcodec/mjpegbdec: use init_get_bits8()Paul B Mahol2022-09-21
* avcodec/mlpenc: analyze only if there are samplesPaul B Mahol2022-09-21
* lavc/videotoolboxenc: Fix crash by uninitialized valueThilo Borgmann2022-09-21
* lavc/aarch64: Add neon implementation for pix_median_abs8Hubert Mazur2022-09-21
* lavc/aarch64: Add neon implementation for vsad8_intraHubert Mazur2022-09-21
* lavc/aarch64: Add neon implementation for pix_median_abs16Hubert Mazur2022-09-21
* avcodec/ac3dec: add downmix support for mono and stereo for eac3 7.1Paul B Mahol2022-09-21
* x86/lpc: implement a new Welch windowing functionLynne2022-09-21
* lavc/lpc: do not explode when windowing a 1-length arrayLynne2022-09-21
* avcodec/rpzaenc: Avoid useless intermediate variableAndreas Rheinhardt2022-09-20
* avcodec/smc: Move transient GetByteContext from context to stackAndreas Rheinhardt2022-09-20
* avcodec/mjpegdec: Avoid copying data when flipping imageAndreas Rheinhardt2022-09-20
* avcodec/vorbisdec: Move ff_vorbis_inverse_coupling() to vorbisdsp.cAndreas Rheinhardt2022-09-19
* lavc/vorbisdec: use intermediate variablesRémi Denis-Courmont2022-09-19
* lavc/vorbisdsp: use ptrdiff_t rather than intptr_tRémi Denis-Courmont2022-09-19
* lavc/vorbisdec: use ptrdiff_t to iterate over intptr_tRémi Denis-Courmont2022-09-19
* avcodec/aptxenc: Process data in complete blocks of four samples onlyAndreas Rheinhardt2022-09-19
* avcodec/encode: Enable encoders to control padding of last frameAndreas Rheinhardt2022-09-19
* avcodec/encode: Redo checks for small last audio frameAndreas Rheinhardt2022-09-19
* avcodec/aptxdec: Process data in complete blocks onlyAndreas Rheinhardt2022-09-19
* avcodec/aptx: Use AVCodecContext.frame_size according to the APIAndreas Rheinhardt2022-09-19
* avcodec/utils: Support APTX (HD) in av_get_audio_frame_duration()Andreas Rheinhardt2022-09-19
* avcodec/avcodec: Use the new API fields to validate the layout returned by de...James Almer2022-09-19
* lavc/videotoolbox: deprecate write-only output_callbackAnton Khirnov2022-09-19
* lavc/videotoolbox: do not pass AVCodecContext to decoder output callbackAnton Khirnov2022-09-19
* lavc/fmtconvert: remove dead int32_to_floatRémi Denis-Courmont2022-09-18
* avcodec/mlpdec: unbreak TrueHD single substream mono decodingPaul B Mahol2022-09-18
* avcodec/mlpenc: improve encoding of stereo TrueHD and add mono supportPaul B Mahol2022-09-18
* avcodec/mlpenc: rename some variables to better alternativesPaul B Mahol2022-09-18
* avcodec/mlpdec: relax channels checkingPaul B Mahol2022-09-18
* avcodec/exr: recreate offset table outside of packetPaul B Mahol2022-09-17
* avcodec/exr: remove less usefull log messagesPaul B Mahol2022-09-17
* avcodec/8bps: fix style issuePaul B Mahol2022-09-17
* avcodec/mlpdec: fix decoding of overlapping channels in substreamsPaul B Mahol2022-09-17
* avcodec: add XWD parserPaul B Mahol2022-09-17
* avcodec/tta: simplify final samples conversionPaul B Mahol2022-09-17
* avcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer2022-09-16