The Wayback Machine - https://web.archive.org/web/20220603145853/https://github.com/wang-bin/QtAV/commits/master
Skip to content
Permalink
master
Switch branches/tags

Commits on Feb 26, 2022

  1. Update ISSUE_TEMPLATE

    wang-bin committed Feb 26, 2022

Commits on Jan 13, 2022

  1. Merge branch '1404'

    wang-bin committed Jan 13, 2022
  2. fix Qt::hex if < 5.15. #1401

    wang-bin committed Jan 13, 2022
  3. Update Packet.cpp

    edit to make it compile
    waterstrider committed Jan 13, 2022
  4. Update MainWindow.cpp

    add missing import to make it compile
    waterstrider committed Jan 13, 2022
  5. Update main.cpp

    add missing import to make it compile
    waterstrider committed Jan 13, 2022
  6. Update main.cpp

    add missing import to make it compile
    waterstrider committed Jan 13, 2022
  7. Update main.cpp

    add missing import to make it compile
    waterstrider committed Jan 13, 2022
  8. Update MainWindow.cpp

    add missing import to make it compile
    waterstrider committed Jan 13, 2022
  9. Update videogroup.cpp

    fix not compile
    waterstrider committed Jan 13, 2022
  10. Update MediaMetaData.cpp

    fix: not compile
    waterstrider committed Jan 13, 2022
  11. Update GLWidgetRenderer2.h

    fix: include before QT_VERSION_CHECK(6,0,0)
    waterstrider committed Jan 13, 2022
  12. Update VideoCapture.cpp

    fix: failed not emit when image is NULL
    waterstrider committed Jan 13, 2022

Commits on Jan 8, 2022

  1. qt6 support

    no qml. examples are wip.
    fix #1381, #1294, #1389
    wang-bin committed Jan 8, 2022

Commits on Nov 12, 2021

  1. Merge pull request #1391 from mwochal/master

    Fix crash when unable to decode subtitles
    wang-bin committed Nov 12, 2021

Commits on Oct 27, 2021

Commits on Oct 25, 2021

  1. Fix crash when unable to decode subtitles

    In case of some videos avcodec_descriptor_get() returns a nullptr, which later causes a crash when trying to access its name.
    mwochal authored and Maciej Wochal committed Oct 25, 2021

Commits on Apr 14, 2021

  1. Merge pull request #1371 from cathaysia/patch-1

    根据 CMAKE_BUILD_TYPE 查找库
    wang-bin committed Apr 14, 2021

Commits on Apr 8, 2021

  1. 根据 CMAKE_BUILD_TYPE 查找库

    主要使用以 win32 + cmake + qt。 unix 没有测试
    cathaysia committed Apr 8, 2021

Commits on Mar 16, 2021

  1. Merge pull request #1369 from gimhol/master

    replace 'QLinkedList' with 'QList'
    wang-bin committed Mar 16, 2021

Commits on Jan 29, 2021

  1. Merge pull request #1357 from ElderOrb/master

    Qt doesn't use debug suffix for mingw-built libraries, so QtAV shouldn't use it too
    wang-bin committed Jan 29, 2021

Commits on Jan 22, 2021

Commits on Jan 19, 2021

  1. Merge pull request #1356 from ElderOrb/master

    notify player about self-pause in case of MediaEndAction_Pause triggering
    wang-bin committed Jan 19, 2021

Commits on Sep 10, 2020

  1. Merge pull request #1339 from lvzhaobing/master

    Fixed a QmlMediaPlayer problem
    wang-bin committed Sep 10, 2020

Commits on Sep 9, 2020

  1. Fixed a QmlMediaPlayer problem: when the video file does not contain …

    …audio and autoPlay = false, the video and location are still moving after loaded, although the playback status is pause
    lvzhaobing committed Sep 9, 2020

Commits on Jun 17, 2020

  1. Merge pull request #1317 from lvzhaobing/master

    edit qmltypes and fix a signal connection error
    wang-bin committed Jun 17, 2020

Commits on Jun 15, 2020

  1. fix notifyIntervalproperty intellisense problem

    (cherry picked from commit 4c7c772)
    lvzhaobing committed Jun 15, 2020
  2. Merge pull request #1316 from lvzhaobing/master

    QML Player supports changing notifyInterval
    wang-bin committed Jun 15, 2020

Commits on Jun 2, 2020

  1. Merge pull request #1311 from rezso/patch-1

    Fix build with Qt 5.15
    wang-bin committed Jun 2, 2020

Commits on Jun 1, 2020

  1. Fix build with Qt 5.15

    Solves #1309
    rezso committed Jun 1, 2020
Older