47301 Commits (91e192c3a09ebe0529512215e9b8c4acde74381d)

Author SHA1 Message Date
Hubert Mazur b2732115dd lavc/aarch64: Add neon implementation for pix_median_abs8 2 years ago
Hubert Mazur e9a6170213 lavc/aarch64: Add neon implementation for vsad8_intra 2 years ago
Hubert Mazur 0ee535b1db lavc/aarch64: Add neon implementation for pix_median_abs16 2 years ago
Paul B Mahol acbb2777e2 avcodec/ac3dec: add downmix support for mono and stereo for eac3 7.1 2 years ago
Lynne 3ade6a8644
x86/lpc: implement a new Welch windowing function 2 years ago
Lynne cc367a9b8a
lavc/lpc: do not explode when windowing a 1-length array 2 years ago
Andreas Rheinhardt e27d67b24c avcodec/rpzaenc: Avoid useless intermediate variable 2 years ago
Andreas Rheinhardt 353108bfab avcodec/smc: Move transient GetByteContext from context to stack 2 years ago
Andreas Rheinhardt 118b36f418 avcodec/mjpegdec: Avoid copying data when flipping image 2 years ago
Andreas Rheinhardt 32129d6495 avcodec/vorbisdec: Move ff_vorbis_inverse_coupling() to vorbisdsp.c 2 years ago
Rémi Denis-Courmont 5c15cb138e lavc/vorbisdec: use intermediate variables 2 years ago
Rémi Denis-Courmont b52034270a lavc/vorbisdsp: use ptrdiff_t rather than intptr_t 2 years ago
Rémi Denis-Courmont bbf045aa59 lavc/vorbisdec: use ptrdiff_t to iterate over intptr_t 2 years ago
Andreas Rheinhardt 129cbbd7be avcodec/aptxenc: Process data in complete blocks of four samples only 2 years ago
Andreas Rheinhardt 017d976629 avcodec/encode: Enable encoders to control padding of last frame 2 years ago
Andreas Rheinhardt dc7b664557 avcodec/encode: Redo checks for small last audio frame 2 years ago
Andreas Rheinhardt e6bfb14223 avcodec/aptxdec: Process data in complete blocks only 2 years ago
Andreas Rheinhardt c0d483cecb avcodec/aptx: Use AVCodecContext.frame_size according to the API 2 years ago
Andreas Rheinhardt 6f22d1965e avcodec/utils: Support APTX (HD) in av_get_audio_frame_duration() 2 years ago
James Almer 33cdf51a06 avcodec/avcodec: Use the new API fields to validate the layout returned by decoders 2 years ago
Anton Khirnov 8576c3c5d8 lavc/videotoolbox: deprecate write-only output_callback 2 years ago
Anton Khirnov d7f4ad88a0 lavc/videotoolbox: do not pass AVCodecContext to decoder output callback 2 years ago
Rémi Denis-Courmont 7f27ce6882 lavc/fmtconvert: remove dead int32_to_float 2 years ago
Paul B Mahol 2069894bc1 avcodec/mlpdec: unbreak TrueHD single substream mono decoding 2 years ago
Paul B Mahol b0579cc298 avcodec/mlpenc: improve encoding of stereo TrueHD and add mono support 2 years ago
Paul B Mahol c12a6fd227 avcodec/mlpenc: rename some variables to better alternatives 2 years ago
Paul B Mahol adaa06581c avcodec/mlpdec: relax channels checking 2 years ago
Paul B Mahol 7c60badbed avcodec/exr: recreate offset table outside of packet 2 years ago
Paul B Mahol f80e5815c0 avcodec/exr: remove less usefull log messages 2 years ago
Paul B Mahol 05066cba19 avcodec/8bps: fix style issue 2 years ago
Paul B Mahol e35af6bcef avcodec/mlpdec: fix decoding of overlapping channels in substreams 2 years ago
Paul B Mahol 79dcee34dd avcodec: add XWD parser 2 years ago
Paul B Mahol 695bf82bfb avcodec/tta: simplify final samples conversion 2 years ago
Michael Niedermayer f05247f6a4
avcodec/apedec: Fix integer overflow in filter_3800() 2 years ago
Michael Niedermayer 14e99cb472
avcodec/hdrdec: Update w in inner loop of decompress() 2 years ago
Michael Niedermayer 3993345f91
avcodec/tta: Check 24bit scaling for overflow 2 years ago
Michael Niedermayer 677e27a9af
avcodec/mobiclip: Check quantizer for overflow 2 years ago
Michael Niedermayer ac26712e35
avcodec/exr: Check preview psize 2 years ago
Michael Niedermayer 43a4854510
avcodec/tiff: Fix loop detection 2 years ago
Hao Chen fb233771ce
lavc/mips: Fix hevc decoding bugs on MIPS paltform. 2 years ago
Lu Wang d5679d6899
lavc/mips: Fix bugs in me_cmp_msa.c file. 2 years ago
Andreas Rheinhardt 629aa5fbc0 avcodec/dca_lbr: Inline nb_bits for VLCs 2 years ago
Andreas Rheinhardt 62d9b1195a avcodec/dca_lbr: Hardcode lpc table to save space 2 years ago
Andreas Rheinhardt 465e27e0f2 avcodec/dcahuff: Replace DCAVLC by ordinary VLCs 2 years ago
Andreas Rheinhardt 3652114596 avcodec/dca_core: Don't use too big max_depth in get_vlc2() 2 years ago
Andreas Rheinhardt 9dbc370769 avcodec/dca_core: Inline number of bits of scale factor VLCs 2 years ago
Andreas Rheinhardt 597bfff342 avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creation 2 years ago
Andreas Rheinhardt 97610e856a avcodec/dcahuff: Combine tables, use ff_init_vlc_from_lengths() 2 years ago
Andreas Rheinhardt 2339f63eac avcodec/dcaenc: Create encoder-adapted tables 2 years ago
Andreas Rheinhardt 077880ad88 avcodec/dcahuff: Always use three bits for transition mode VLCs 2 years ago