47146 Commits (cc367a9b8aa1e473bf60c5dc5e03431a7bbcd125)

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