33070 Commits (8324d427c21aa37e173983cb1ba12915b4d62a8d)

Author SHA1 Message Date
Anton Khirnov f3bd3810d2 qsvdec_*: add missing CODEC_CAP_DR1 10 years ago
Michael Niedermayer d41dceb14e avcodec/dvbsubdec: Add option to select when to computer clut (always/never/"if needed") 10 years ago
Steve Lhomme c5327df838 force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to use DVXA 10 years ago
Steve Lhomme 9b4b96c0de force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use dxva.h 10 years ago
Niklesh f21fcf60ec movtextdec.c: Add support for fontsize 10 years ago
WereCatf 7106dfd945 avcodec/nvenc: 2-pass mode works even with non-low latency presets now 10 years ago
Michael Niedermayer e0031ca29a avcodec/avrndec: Fix cropping 10 years ago
Michael Niedermayer 4b90dcb849 avcodec/dvbsubdec: Compute default CLUT based on bitmap analysis 10 years ago
James Almer 844bef578e avcodec/x86: add missing colon to labels 10 years ago
James Almer ec7f04c13a avcodec/texturedsp: fix undefined shift 10 years ago
Ivan Uskov 684b703843 libavcodec/qsvdec_h264.c: using "private_spspps_buf" argument for av_bitstream_filter_filter() to avoid failure after decoder re-initialization. 10 years ago
Ivan Uskov 1defff85cb libavcodec/h264_mp4toannexb_bsf.c: Optional argument "private_spspps_buf" to avoid extradata modification. 10 years ago
Timo Rothenpieler 9f4bff834c avcodec/nvenc: Delay frame output to increase encoding speed 10 years ago
Timo Rothenpieler 15cd2f8ea9 avcodec/nvenc: Remove unused parameter 10 years ago
Michael Niedermayer c105e0f077 avcodec/aacps_fixed_tablegen: change f_center to 64bit to avoid overflow 10 years ago
Ivan Uskov fb57bc6c34 avcodec: Add QSV VC-1 video decoder. 10 years ago
Anton Khirnov 41d47ea85f lavc: add Intel libmfx-based HEVC decoder. 10 years ago
Anton Khirnov bf52f77391 lavc: add Intel libmfx-based MPEG2 decoder. 10 years ago
Ivan Uskov 6d0123f40e avcodec: Add QSV MPEG-2 video decoder. 10 years ago
Anton Khirnov f89f78c1c5 lavc: add a HEVC mp4->annex B bitstream filter 10 years ago
Anton Khirnov 96dca089b1 qsvdec: move qsv_process_data() from qsvdec_h264 to the common code 10 years ago
Anton Khirnov fa85fcf2b7 qsvenc_hevc: fix enum declaration 10 years ago
Anton Khirnov 22522d9c2c qsvdec: fix a memleak of async_fifo 10 years ago
Anton Khirnov aa9d15d89b qsvdec: avoid an infinite loop with no consumed data and no output 10 years ago
Michael Niedermayer 38490e0724 avcodec/dvdec: only attempt to conceal errors based on STA inconsistencies when error_concealment is set 10 years ago
Michael Niedermayer bbad3811cc avcodec/aacps: Fix ;; 10 years ago
Michael Niedermayer f267d553f7 avcodec/aactab: Add ff_aac_eld_window_480_fixed 10 years ago
Michael Niedermayer 17cc35c76b avcodec/aactab: Fix rounding of elements in ff_aac_eld_window_512_fixed 10 years ago
Michael Niedermayer dee551bbd2 avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that the data is inconsistent 10 years ago
Shivraj Patil e21b090bfb avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functions 10 years ago
James Almer ede590c84d avcodec/aacsbr: add missing header include 10 years ago
Michael Niedermayer daf6bce71b avcodec/dvdec: Retry decoding seemingly damaged MBs while skiping likely damaged parts 10 years ago
Ivan Uskov 0b159e3b65 libavcodec/qsvdec_h264.c: packet buffering has been removed since qsvdec.c does maintain own data buffering now. 10 years ago
Ivan Uskov c90dbc67ed libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet. 10 years ago
Michael Niedermayer 5da90d7ec3 avcodec/hapdec: Check that there is sufficient input data 10 years ago
Tom Butterworth 64539e1213 avcodec/hap: (trivial) rename enum values and document their meaning 10 years ago
Tom Butterworth 26e8247c1c avcodec/hap: (trivial) clarify comment 10 years ago
Martin Storsjö 44f7df0c98 dds: Write the palette in the native endian form 10 years ago
Tom Butterworth 11f3d5c69b hap: Name enums, remove unused struct member 10 years ago
Tom Butterworth 083cbc930d snappy: Refactor so ff_snappy_uncompress() uses an existing buffer 10 years ago
Tom Butterworth ae5a8dca67 hap: Fix slice size computation 10 years ago
Tom Butterworth ebe8b5d947 dds: Fix the slice size computation 10 years ago
Michael Niedermayer 8eff61fd45 avcodec/mips/vp9_idct_msa: Replace __volatile__ by volatile 10 years ago
Shivraj Patil c03800d592 avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 idct functions 10 years ago
Ivan Uskov d50ab820da libavcodec/qsvdec_h264.c: refactoring: functionality of qsv_process_data() has been moved into qsvdec.c 10 years ago
Shivraj Patil fd7eadd25c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functions 10 years ago
Nicolas George 52c75d486e lavc/hevc: rudimentary support for skip_loop_filter. 10 years ago
Michael Niedermayer 744051a57a avcodec/hevc_parse: Print the name of the NAL units in addition to the numerical nal_unit_type in the debug output 10 years ago
Ivan Uskov 1acb19d12b libavcodec/qsvdec_h264.c: SPS parsing is now performed by MFXVideoDECODE_DecodeHeader() in libavcodec/qsvdec.c 10 years ago
Jovan Zelincevic 9e3135f49e Edit documentation and versioning for the fixed point AAC decoder 10 years ago