35110 Commits (d5d328059e5195b67f7264faa431301ec584648b)

Author SHA1 Message Date
Vittorio Giovara 71eaefa64a build: Add missing celp_math dependency for G723_1 encoder and decoder 9 years ago
Diego Biurrun 3d8025d602 profiles: Add missing #endif comment 9 years ago
Diego Biurrun 6b96d2dcda cosmetics: Drop particularly redundant silly comments 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Anton Khirnov 9c0bc1e980 qsv: add a missing #include 9 years ago
Aman Gupta 5f5467e749 lavc/ccaption_dec: implement special and extended character sets 9 years ago
Aman Gupta 2f26b67d55 lavc/ccaption_dec: do not ignore repeated character commands 9 years ago
Michael Niedermayer c351126ee9 avcodec/eatqi: print error on mb decode failure 9 years ago
Michael Niedermayer 2e8ad2d65a avcodec/mpeg12: Remove duplicate block_last_index setting code 9 years ago
Michael Niedermayer 5c02c95f2c avcodec/mpeg12: Fix error return 9 years ago
Mats Peterson b86ba37096 lavc/rawdec: Retrieve nut palette from packets 9 years ago
Rostislav Pehlivanov 3b1d1437a0 vc2enc: print the average quantization index at the end 9 years ago
Rostislav Pehlivanov 7cdea450c6 vc2enc: fix use of uninitialized variables in the rate control system 9 years ago
Hendrik Leppkes ccb94789e2 hevc: support Main10 decoding through dxva2 9 years ago
Diego Biurrun 47570dbde8 fft: ppc: Place ff_fft_calc_interleave_altivec() under correct ifdefs 9 years ago
James Almer 70d685a77f x86: use the new helper macros where useful 9 years ago
Anton Khirnov 871d0930d4 nvenc: support CUDA frames as input 9 years ago
Anton Khirnov 7b3214d005 lavc: add a field for passing AVHWFramesContext to encoders 9 years ago
Anton Khirnov c51b2c79a7 Allow linking to CUDA dynamically instead of dlopen()ing it at runtime 9 years ago
Michael Niedermayer e5655a32bc avcodec/h264_cabac: Check decode_cabac_mb_mvd() for failure 9 years ago
Timothy Gu bcc223523e x86/vc1dsp: Port vc1_*_hor_16b_shift2 to NASM format 9 years ago
Mark Reid 8395b6eeaa libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formats 9 years ago
Carl Eugen Hoyos 4c44972f99 avcodec: Fix a typo. 9 years ago
Andreas Cadhalpun 5edd1f62ca avcodec: only warn about hwaccel with frame threads 9 years ago
Neil Birkbeck 3b0974d3ef lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into the AVMasteringDisplayMetadata side data. 9 years ago
Ronald S. Bultje 5307adadeb vp9: only call ff_get_format on stream format changes. 9 years ago
Philip Langdale 8d34a2f803 vdpau: Support for VDPAU accelerated HEVC decoding 9 years ago
Philip Langdale 8958c5c64d hevc: Track long and short term RPS size for VDPAU 9 years ago
Hendrik Leppkes 8c399bd5ce dxva2_hevc: properly signal the num_delta_pocs from the SPS RPS 9 years ago
Rostislav Pehlivanov 0fe0e213c0 aacenc: temporarily disable Mid/Side coding with multichannel files 9 years ago
Michael Niedermayer 588e2e3387 avcodec/h264: Fix memleak of a53_caption 9 years ago
Mats Peterson 4e5db87174 avcodec/rawdec: Print stride and packet size at debug level 9 years ago
Mats Peterson efcea77996 avcodec/rawdec: Fix nut pal8 test 9 years ago
Mats Peterson bbb45773b0 avcodec/rawdec: Initialize default mono palette only for bits_per_coded_sample == 1 9 years ago
Rostislav Pehlivanov f0a8212436 aacenc: make a better estimate for the audio bitrate if not provided 9 years ago
Anton Khirnov d005ccc630 nvenc: rename a misnamed function 9 years ago
Anton Khirnov 118beda355 nvenc: merge input and output surface structs 9 years ago
Anton Khirnov 28259c13db nvenc: factor out the pixel format list 9 years ago
James Almer 0abdf7030e avcodec/vc2enc_dwt: add missing header 9 years ago
Michael Niedermayer 6973846618 avcodec/h264_slice: Fix dequant table init with field pictures 9 years ago
Michael Niedermayer 873158fd76 avcodec/h264_slice: assert relation between current_slice ans slice_ctx 9 years ago
Michael Niedermayer 6c6f2e49e4 avcodec/h264_slice: remove duplicate unconditional picture_structure setting code 9 years ago
Kieran Kunhya 1e2fd57fc0 avcodec/cfhd: Fix errors with valid files. 9 years ago
Michael Niedermayer bbc4d069d0 avcodec/cfhd: Check the number of tag/value pairs 9 years ago
Rostislav Pehlivanov 5669aa2a8a vc2enc: use project-standard inclusion guards 9 years ago
Rostislav Pehlivanov ec9e87c922 avcodec: add a native SMPTE VC-2 HQ encoder 9 years ago
Rostislav Pehlivanov 4701be7198 options_table: update maximum bitrate limit 9 years ago
Vittorio Giovara f7d77b9a5d eatqi: Remove MpegEncContext dependency 9 years ago
Vittorio Giovara 7c25ffe070 mpeg1: Make intra-block decoding independent of MpegEncContext 9 years ago
Diego Biurrun 249827f736 mpeg12dec: Refactor mpeg1_decode_block_intra() 9 years ago