vlc.git
2025-01-30 Raspbian automatic... Merge version 3.0.21-2+rpi1 and 3.0.21-7 to produce... archive/raspbian/3.0.21-7+rpi1 raspbian/3.0.21-7+rpi1
2025-01-21 Sebastian RamacherMerge vlc (3.0.21-7) import into refs/heads/workingbranch
2025-01-21 Steve Lhommex265: fix API signature with x265 4.1
2025-01-21 David Roscaavcodec: vaapi: Support VAAPI with latest FFmpeg
2025-01-21 Steve Lhommeqt: use std::sort instead of deprecated qSort()
2025-01-21 Steve Lhommeqt: use QString::arg() rather than QString::sprintf()
2025-01-21 Steve Lhommeqt: use QString::setNum() rather than QString::sprintf()
2025-01-21 Steve Lhommeqt: use QLayout::setContentsMargins() instead of QLayou...
2025-01-21 Steve Lhommeqt: add missing QActionGroup include
2025-01-21 Steve Lhommeqt: fix UTF-8 string usage
2025-01-21 Steve Lhommeqt: fix bitfield added values set in QVariant
2025-01-21 Steve Lhommeqt: remove deprecated QPainter::HighQualityAntialiasing...
2025-01-21 Steve Lhommeqt: fix IN_ITEM_ROLE documentation
2025-01-21 Steve Lhommeqt: remove unused meta_to_mlmeta()
2025-01-21 fengchao weiinterop_vaapi: fix mem leak while pause
2025-01-21 Martin Tumaaccess/v4l2: add support for V4L2_PIX_FMT_ABGR32 and...
2025-01-21 Mangal Kushwahmediacodec: set color keys in media format explicitly
2025-01-21 Steve Lhommedemux/mp4: force the packetizer to fill AV1 extradata...
2025-01-21 Steve Lhommedemux/mkv: force the packetizer to fill AV1 extradata...
2025-01-21 Steve Lhommepacketizer/av1: fill the full extradata if it doesn...
2025-01-21 Steve Lhommedemux: mkv: don't use EbmlDummy elements coming out...
2025-01-21 Steve Lhommees_out_timeshift: explicitely use GetTempPathW
2025-01-21 Johannes Kauffmannmusicbrainz: fix leak
2025-01-21 KO Myung-Hunqt: PodcastConfiguration inherits QDialog not QWidget
2025-01-21 Steve Lhommedemux: mkv: fix potential leak of KaxBlockAdditions...
2025-01-21 Steve Lhommedemux: mkv: don't expose local BlockDecode function
2025-01-21 Steve Lhommedemux: mkv: read data from KaxBlockAdditions as const
2025-01-21 Steve Lhommedemux: mkv: add missing helpers from libebml 2.0
2025-01-21 Steve Lhommedemux: mkv: use the internal QDMC FourCC value
2025-01-21 Steve Lhommedemux: mkv: use the internal USF FourCC value
2025-01-21 Rémi Denis... configure: use $host_cpu where applicable
2025-01-21 François Cartegnieavcodec: add a define to test for AVCodecContext.ch_lay...
2025-01-21 Steve Lhommeffmpeg: fix libavutil version check for AVFrame.ch_layout
2025-01-21 Steve Lhommeavcodec: fix libavcodec version check for AVCodecContex...
2025-01-21 Steve Lhommeffmpeg: fix libavcodec version check for AVCodecParamet...
2025-01-21 Steve Lhommeffmpeg: fix libavutil version check for av_channel_layo...
2025-01-21 François Cartegniecodec: avcodec: fix ch_layout requirement
2025-01-21 Ilkka Ollakkaavcodec/audio: make channel mapping array 0 terminated
2025-01-21 Steve Lhommeavcodec: use ARRAY_SIZE instead of custom code
2025-01-21 Zhao Zhilicodec: avcodec: check open codec return value
2025-01-21 Steve Lhommeavcommon: use a specific macro to check the FFmpeg...
2025-01-21 Steve Lhommeavcommon: rename LIBAVCODEC_VERSION_CHECK to LIBAV_CODE...
2025-01-21 Steve Lhommeavcommon: use a specific macro to check the FFmpeg...
2025-01-21 Steve Lhommeavcommon: rename LIBAVFORMAT_VERSION_CHECK to LIBAV_FOR...
2025-01-21 Steve Lhommeavcommon: use a specific macro to check the FFmpeg...
2025-01-21 Steve Lhommeavcommon: rename LIBAVUTIL_VERSION_CHECK to LIBAV_UTIL_...
2025-01-21 Pratik Patelqt: add option to use dark palette
2025-01-21 Tristan Matthewshds: fix crash if bootstrap data or URL are missing
2025-01-21 Steve Lhommefetcher: don't download network metadata if the user...
2025-01-21 François Cartegniemux: avformat: fix avio callbacks signature with ffmpeg 6.1
2025-01-21 François Cartegniecodec: x265: handle 4.0 encoding API change
2025-01-21 François Cartegniecodec: x265: handle X265_MAX_FRAME_THREADS on newer CPU
2025-01-21 François Cartegniecodec: avcodec: bypass removed define for Intel workarounds
2025-01-21 Ilkka Ollakkaavcodec: use ch_layout for channel layout in audio...
2025-01-21 Ilkka Ollakkaavcodec: add handling of new ch_layout in audio encoder
2025-01-21 François Cartegniedemux/mux: avformat: use ch_layout from ffmpeg 5.1
2025-01-21 François Cartegniecodec: avcodec: fix audio channel_layout conditionals
2025-01-21 François Cartegnieavcodec: encoder: fix channel_layout conditionals
2025-01-21 François Cartegniecodec: avcodec: map AYUV as RAWVIDEO with ffmpeg 6.0
2025-01-21 Ilkka Ollakkaavcodec: use p_enc audio channels instead of context...
2025-01-21 Ilkka Ollakkaavcodec: audio decoder to use ch_layout
2025-01-21 Ilkka Ollakkaavcodec: use p_dec->fmt_out instead of context channels...
2025-01-21 Rémi Denis... avcodec: avoid signedness mismatch warning
2025-01-21 Steve Lhommehw/amf: let the AMF system know what version was used...
2025-01-21 Francois Cartegniestream_extractor: set correct offset on read failure
2025-01-21 Steve Lhommearchive: fix the type used for libarchive_skip_cb
2025-01-21 Johan Gunnarssonarchive: Add support for RAR 5.0 format
2025-01-21 Steve Lhommehw/amf: keep the AMF version in the context
2025-01-21 Steve Lhommedemux: mkv: handle mkv-use-chapter-codec option
2025-01-21 Steve Lhommedemux: mkv: write the actual extra data size in the...
2025-01-21 Steve Lhommedemux: mkv: fix link to ALAC documentation
2025-01-21 Steve Lhommelua: don't use | operator on VLC errors
2025-01-21 Vikram KangotraTaglib: Use ID3v2Tag() instead of tag() for RIFF::WAV...
2025-01-21 Johannes Kauffmanntaglib: remove VLC path define check
2025-01-21 Steve Lhommetaglib: don't cast the file st_size to a possibly small...
2025-01-21 Marvin Scholzmeta: taglib: use std::min
2025-01-21 Hugo Beauzée... taglib: Fix invalid version check
2025-01-21 Hugo Beauzée... taglib: Use nullptr instead of 0 for pointers
2025-01-21 Hugo Beauzée... taglib: Implement new StreamTypeResolver interface...
2025-01-21 Hugo Beauzée... taglib: Remove explicit invocation of default constructor
2025-01-21 Hugo Beauzée... taglib: Remove use of deprecated String::isNull
2025-01-21 Hugo Beauzée... taglib: Remove usages of deprecated itemListMap
2025-01-21 Hugo Beauzée... taglib: ByteVector::null is now deprecated
2025-01-21 Hugo Beauzée... taglib: Don't convert base64 strings to UTF8
2025-01-21 Steve Lhommetaglib: fix variable shadowing
2025-01-21 François Cartegniemeta: taglib: reject non expected schemes
2025-01-21 François Cartegniemeta_engine: taglib: restrict unlimited reads on streams
2025-01-21 François Cartegniemeta_engine: taglib: add sequential read limit on VlcIo...
2025-01-21 François Cartegniemeta_engine: taglib: reject read on failed seek
2025-01-21 François Cartegniemeta_engine: taglib: increment VlcIostream readpos
2025-01-21 Alexandre Janniauxtaglib: fix -Wdeprecated-copy warnings
2025-01-21 Hugo Beauzée... taglib: Enable prefetch/cache on the IOStream
2025-01-21 Steve Lhommetaglib: Always use IOStream to read the media
2025-01-21 Hugo Beauzée... taglib: IOStream: Return the url as fileName
2025-01-21 François Cartegniemodules: taglib: simplify reading embedded art
2025-01-21 Hugo Beauzée... taglib: .m4v are already registered as MP4 files
2025-01-21 Tristan Matthewsaom: make BGR matching stricter
2025-01-21 Thomas Guillempacketizer: dts: check for frame_size for the first...
2025-01-21 Thomas Guillemdts_header: initialize SUBSTREAM_LBR size to 0
2025-01-21 Tristan Matthewsdav1d: add dav1d-all-layers flag
next