Commit Graph

  • 7f51cf75c6 avformat/hls: improve comment master vectronic 2024-11-04 14:07:42 +00:00
  • 380a518c43 avformat/mov: if pos has been reset, clear fragments and indexes and search for next root vectronic 2024-11-04 14:07:41 +00:00
  • 2f34b159b4 avcodec/eatgq: decode motion vector macroblocks Peter Ross 2024-11-10 12:31:19 +11:00
  • 10c02deccb avfilter/vf_zscale: extend the configuration log message with color space info James Almer 2024-11-09 18:02:07 -03:00
  • 5c8268ac56 avfilter/vf_zscale: remove unecessary argument from realign_frame James Almer 2024-11-09 16:57:47 -03:00
  • c8e5c684b3 avfilter/vf_zscale: align the frame buffers James Almer 2024-11-09 16:55:38 -03:00
  • 00cf3df03f lavfi/vf_zscale: fix call to av_pix_fmt_count_planes Pavel Koshevoy 2024-11-09 09:08:26 -07:00
  • 7b302f4db7 lavfi/vf_zscale: fix tmp buffer ptr alignment for zimg_filter_graph_process Pavel Koshevoy 2024-11-09 10:05:16 -07:00
  • f15fc27db5 avfilter/framepool: align the frame buffers James Almer 2024-11-09 11:20:59 -03:00
  • 6d5a0998b6 doc/bitstream_filters: elaborate on h264_redundant_pps Marth64 2024-10-12 11:44:49 -05:00
  • 13129f1af4 lavc: deprecate the omx encoders Anton Khirnov 2024-10-26 11:23:49 +02:00
  • 9e68b26765 Document stream specifier syntax change from 46cbe4ab5c Anton Khirnov 2024-10-26 11:48:48 +02:00
  • 3e9b0f7c01 lavfi/vf_libplacebo: eliminate LibplaceboInput.link Anton Khirnov 2024-11-05 10:25:37 +01:00
  • 2bbbf36fe2 avcodec/rv60: set populate_ipred src parameter to const Peter Ross 2024-11-08 18:17:01 +11:00
  • 006718c475 avcodec/rv60: align calc_sel_qp with reference decoder Peter Ross 2024-11-07 15:21:55 +11:00
  • c8c6319ce1 avcodec/rv60: prevent decode_cu_r deadlock Peter Ross 2024-11-07 10:30:03 +11:00
  • 4d4d171afb avcodec/rv60: prevent decode_cu_r segfault Peter Ross 2024-11-07 10:27:06 +11:00
  • 923f45430c avcodec/rv60: check init_get_bits8 return value Peter Ross 2024-11-06 07:58:59 +11:00
  • d51a920556 avcodec/rv60: negative qp guard Peter Ross 2024-11-06 07:57:17 +11:00
  • 82467b635e
    avcodec/jpeg2000: Improve FF_DWT97_INT to pass ISO/IEC 15444-4 conformance tests Osamu Watanabe 2024-11-03 13:48:38 +09:00
  • 3330b733d3 fate/pixfmt: disable dithering in the scale filter James Almer 2024-11-07 22:18:48 -03:00
  • 733d891bdf lavf/mxfenc: Use nb_components, not av_pix_fmt_count_planes() Tomas Härdin 2024-10-29 16:13:04 +01:00
  • f4ba5b083c doc/git-howto: remove outdated line about gitolite compn 2024-11-08 15:59:13 +10:00
  • 11c703be31 avcodec/mpeg12dec: set FF_CODEC_PROPERTY_CLOSED_CAPTIONS in mpeg_set_cc_format() Marth64 2024-10-12 13:04:50 -05:00
  • 2eb9c35010 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested James Almer 2024-11-07 11:16:35 -03:00
  • f63f164125 avcodec/amfenc: GOP size check Araz Iusubov 2024-10-28 18:21:05 +01:00
  • 4047b887fc swscale/swscale_unscaled: add more unscaled planar RGB to planar RGB coverage James Almer 2024-11-05 18:54:46 -03:00
  • c5ebd56500 swscale/swscale_unscaled: add unscaled XV{36,48}LE <-> XV{36,48}BE James Almer 2024-11-05 18:34:48 -03:00
  • 271aea60a4 fate/pixfmts: extend the high bit depth test James Almer 2024-11-02 20:06:24 -03:00
  • c8438546ff avfilter/vsrc_testsrc: add support for RGB48/RGBA64 James Almer 2024-11-04 21:35:15 -03:00
  • e7382b4d01 swscale/swscale_unscaled: add unscaled x2rgb10le to packed RGB James Almer 2024-11-04 15:57:14 -03:00
  • ae8ef645ec swscale/swscale_unscaled: add unscaled x2rgb10le to planar RGB James Almer 2024-11-02 23:36:47 -03:00
  • 8503c64aa8 avcodec/amfenc: add support for QueryOutput wait Cameron Gutman 2024-10-12 00:28:00 +02:00
  • eedcf939d8 avcodec/amfenc: Color information update Araz Iusubov 2024-10-31 18:23:35 +01:00
  • fd0cacc472 fftools/ffplay: fix crash when vk renderer is null Leandro Santiago 2024-10-31 21:50:45 +01:00
  • 7b20985d8d
    avcodec/jpegxl_parser: check entropy_decoder_read_symbol return value Kacper Michajłow 2024-11-01 13:50:38 +01:00
  • c845a07302 libavutil/hwcontext_{d3d11va, dxva2}: Support Y212/XV36 pixel format Fei Wang 2024-10-31 14:23:13 +08:00
  • df00705e00
    INSTALL: explain the circular dependency issue and solution Michael Niedermayer 2024-11-02 18:23:50 +01:00
  • ebffb8b68e
    avcodec/ffv1enc: Tighter maxsize Michael Niedermayer 2024-10-26 01:17:03 +02:00
  • 2d81eaa37b fate/rv60: add test Peter Ross 2024-11-03 10:53:15 +11:00
  • 33802e7c32 avcodec/rv60: RealVideo 6.0 decoder Peter Ross 2024-11-03 10:53:15 +11:00
  • ae8295417a avformat/rmdec: support RMHD file format Peter Ross 2024-11-03 10:53:15 +11:00
  • c325f9c619 libavutil/ppc: defines involving bit shifts should be unsigned Sean McGovern 2024-11-03 21:58:43 -05:00
  • 40878dfb11 fate/pixfmts: test conversion of high bitdepth formats James Almer 2024-10-21 09:32:11 -03:00
  • 5f5421ec66 swscale/swscale: prevent integer overflow in chrRangeToJpeg16_c James Almer 2024-10-31 23:19:29 -03:00
  • c029a2f7dd swscale/swscale_unscaled: add unscaled rgb to planar rgba James Almer 2024-10-31 13:33:24 -03:00
  • 5ccc3f0fca swscale/swscale_unscaled: add unscaled hbd planar RGB to x2rgb10le James Almer 2024-10-31 12:21:15 -03:00
  • febc9e8162 swscale/output: add full chroma interpolation support for x2rgb10 James Almer 2024-10-30 11:47:51 -03:00
  • 430bec8666 fate/filter-video: add more rgbtestsrc tests James Almer 2024-10-30 10:24:02 -03:00
  • 165f124129 vsrc_testsrc: add support for x2rgb10le to rgbtestsrc James Almer 2024-10-30 10:20:19 -03:00
  • 78ba06928a swscale/x86/rgb2rgb: add optimized versions of the remaining shuffle_bytes functions James Almer 2024-10-29 16:30:51 -03:00
  • a686d34fea swscale/swscale_unscaled: add unscaled conversion for AYUV/VUYA/UYVA James Almer 2024-10-29 16:14:04 -03:00
  • d6b2d08fc7 libavutil/ppc: Include the hardware feature flags like the other archs Brad Smith 2024-10-21 11:57:44 -04:00
  • d724584d68 avcodec/nvenc: set bitstreamRestrictionFlag when neccesary Timo Rothenpieler 2024-11-01 17:38:52 +01:00
  • 0cdcbab9e9 avfilter/scale_cuda: frame crop support Koushik Dutta 2024-09-10 11:10:56 -07:00
  • 1864025458 fate/vvc: Add a sample which lose frames before 5c66a3 Zhao Zhili 2024-09-18 14:56:22 +08:00
  • e726fdeb05 lavc/vaapi_dec: Add VVC decoder Fei Wang 2024-10-28 16:55:25 +08:00
  • 4dc18c78cd lavc/vvc_dec: Add hardware decode API Fei Wang 2024-10-28 16:55:24 +08:00
  • a94aa2d61e lavc/vvc_ps: Add alf raw syntax into VVCALF Fei Wang 2024-10-28 16:55:23 +08:00
  • 15a75e8e04 lavc/vvc_refs: Define VVC_FRAME_FLAG* to h header Fei Wang 2024-10-28 16:55:22 +08:00
  • 6bb5dc2ae7 lavc/cbs_h266: Add NumSlicesInTile to H266RawPPS Fei Wang 2024-10-28 16:55:21 +08:00
  • e543a22c38 lavc/cbs_h266: Add SliceTopLeftTileIdx to H266RawPPS Fei Wang 2024-10-28 16:55:20 +08:00
  • f42978fe29 lavc/vaapi_decode: Use a more meaningful variable name Fei Wang 2024-10-28 16:55:19 +08:00
  • 1d8c31d5e2 lavc/vaapi_dec: Create VA parameters dynamically Fei Wang 2024-10-28 16:55:18 +08:00
  • 87068b9600 fate/vp60-interlace: add test Peter Ross 2024-10-31 17:49:48 +11:00
  • 492a3b4b89 avcodec/vp56: decode interlace content Peter Ross 2024-10-31 17:49:48 +11:00
  • 44a0a0c050 avcodec/decode: clean-up if get_hw_frames_parameters fails Thomas Guillem 2024-10-07 17:43:07 +02:00
  • bb57b78013 avutil/hwcontext_vulkan: add missing packed YUV444 format mappings James Almer 2024-10-27 14:50:54 -03:00
  • 839f6d38a0
    jpeg2000dec: fix tile-part header state reset Pierre-Anthony Lemieux 2024-10-24 16:28:38 -07:00
  • 562524587e checkasm/sw_range_convert: indent after previous couple of commits Ramiro Polla 2024-09-23 14:03:43 +02:00
  • 031d98790e checkasm/sw_range_convert: test all supported bit depths Ramiro Polla 2024-09-18 16:43:34 +02:00
  • 2c44393c01 checkasm/sw_range_convert: only run benchmarks on largest input width Ramiro Polla 2024-09-22 12:59:23 +02:00
  • e308d09fba checkasm/sw_range_convert: reduce number of input sizes tested Ramiro Polla 2024-09-18 16:35:23 +02:00
  • d1acd68d73 checkasm/sw_range_convert: use YUV pixel formats instead of YUVJ Ramiro Polla 2024-09-18 13:45:17 +02:00
  • a8ef1fac0d checkasm: use FF_ARRAY_ELEMS instead of hardcoding size of arrays Ramiro Polla 2024-09-18 16:29:14 +02:00
  • 8b30daedf7 swscale/range_convert: indent after previous commit Ramiro Polla 2024-09-22 12:49:18 +02:00
  • f7ee0195df swscale/range_convert: drop redundant conditionals from arch-specific init functions Ramiro Polla 2024-09-22 12:48:12 +02:00
  • 7728b3357d swscale/range_convert: call arch-specific init functions from main init function Ramiro Polla 2024-09-18 11:23:18 +02:00
  • 9b0128aa76 avutil/wchar_filename: re-introduce explicit cast of void* to char* Marton Balint 2024-10-22 19:49:16 +02:00
  • 78525bc36b tests/fate-run: Fix pixdesc failure Zhao Zhili 2024-10-22 01:03:24 +08:00
  • 7fe9d12f25 avcodec/mediacodecdec_common: Workaround MTK broken crop implementation Zhao Zhili 2024-10-11 15:49:44 +08:00
  • 0ee18ff23d avcodec/mediacodecenc: Extract configOBUs from AV1CodecConfigurationRecord Zhao Zhili 2024-10-05 01:54:21 +08:00
  • 0552238570 fftools/ffplay: use swapchain_colorspace_hint to get better HDR support Zhao Zhili 2024-09-25 22:45:42 +08:00
  • fe21944656 avutil/hwcontext_d3d11va: drop duplicate pixfmt entry James Almer 2024-10-26 09:26:36 -03:00
  • ca71b0b807 libavutil/hwcontext_d3d11va: use the XV48 pixel format James Almer 2024-10-23 16:30:48 -03:00
  • dad3d9800d libavutil/hwcontext_dxva2: use the XV48 pixel format James Almer 2024-10-23 16:30:58 -03:00
  • 42b748f738 avfilter/vsrc_testsrc: add support for XV48 James Almer 2024-10-23 14:08:30 -03:00
  • 707e2184ca avformat/riff: map Y416 fourcc to RAWVIDEO decoder James Almer 2024-10-23 13:42:48 -03:00
  • a67ba3c132 swscale/output: add XV48 output support James Almer 2024-10-23 13:19:13 -03:00
  • 2f13f74791 swscale/input: add XV48 input support James Almer 2024-10-23 13:10:53 -03:00
  • e02a3b40a5 avutil/pixfmt: add XV48 pixel format James Almer 2024-10-23 12:38:13 -03:00
  • e1bacfb523 libavutil/hwcontext_d3d11va: use the Y216 pixel format James Almer 2024-10-21 22:24:42 -03:00
  • c76d92b2e0 libavutil/hwcontext_dxva2: use the Y216 pixel format James Almer 2024-10-25 23:56:27 -03:00
  • faec8763e8 avformat/riff: map Y210 and Y216 fourcc to RAWVIDEO decoder James Almer 2024-10-21 22:10:48 -03:00
  • db7b4fc89f
    avformat/mpegts: Initialize predefined_SLConfigDescriptor_seen Michael Niedermayer 2024-10-09 23:44:00 +02:00
  • 23088a5ff2
    avformat/mxfdec: Fix overflow in midpoint computation Michael Niedermayer 2024-10-09 20:47:34 +02:00
  • 3fe3014405
    swscale/output: used unsigned for bit accumulation Michael Niedermayer 2024-10-09 20:39:07 +02:00
  • 14f5d67be3
    swscale/rgb2rgb_template: Fix ff_rgb24toyv12_c() with odd height Michael Niedermayer 2024-10-09 18:59:19 +02:00
  • 08b1bffa49 avcodec/h2645: allocate film grain metadata dynamically Dale Curtis 2024-08-13 20:53:14 +00:00
  • 2c71366d3b
    avcodec/ffv1: Implement new slice tiling Michael Niedermayer 2024-10-01 22:08:08 +02:00