| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -5/+7 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avdevice/dshow: reuse unused variables. | Diederick Niehorster | 2022-05-12 | 1 | -3/+3 |
* | avdevice/dshow: Fix dshow device name/description | Romain Beauxis | 2022-04-09 | 1 | -2/+2 |
* | avdevice/dshow: fix regression | Diederick Niehorster | 2022-03-29 | 1 | -17/+6 |
* | dshow: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -1/+1 |
* | avcodec/packet_internal: Add proper PacketList struct | Andreas Rheinhardt | 2022-01-04 | 1 | -5/+5 |
* | avcodec/raw: Reduce number of avpriv symbols | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avdevice/dshow: ensure pin's default format is set | Diederick Niehorster | 2022-01-04 | 1 | -34/+54 |
* | avdevice/dshow: only set pin format if wanted | Diederick Niehorster | 2022-01-04 | 1 | -1/+1 |
* | avdevice/dshow: proper cleanup of queried media types | Diederick Niehorster | 2022-01-04 | 1 | -1/+2 |
* | avdevice/dshow: don't mix declarations and code | James Almer | 2021-12-24 | 1 | -1/+1 |
* | avdevice/dshow: remove unused variables | James Almer | 2021-12-24 | 1 | -3/+0 |
* | avdevice/dshow: select format with extended color info | Diederick Niehorster | 2021-12-24 | 1 | -131/+340 |
* | avdevice/dshow: discover source color range/space/etc | Diederick Niehorster | 2021-12-24 | 1 | -1/+222 |
* | avdevice/dshow: add media type info to get_device_list | Diederick Niehorster | 2021-12-24 | 1 | -0/+7 |
* | avdevice/dshow: list_devices: show media type(s) per device | Diederick Niehorster | 2021-12-24 | 1 | -5/+98 |
* | avdevice/dshow: implement get_device_list | Diederick Niehorster | 2021-12-24 | 1 | -15/+81 |
* | avdevice/dshow: set no-seek flags | Diederick Niehorster | 2021-12-24 | 1 | -1/+1 |
* | avdevice/dshow: implement option to use device video timestamps | Diederick Niehorster | 2021-12-24 | 1 | -0/+1 |
* | avdevice/dshow: prevent NULL access | Diederick Niehorster | 2021-12-24 | 1 | -1/+2 |
* | avdevice/dshow: fix a unused variable warning | James Almer | 2021-11-13 | 1 | -1/+1 |
* | avdevice/dshow: fix print format for some variables | James Almer | 2021-11-13 | 1 | -1/+1 |
* | avdevice/dshow: Fix missing PCM sample size option when it is used as the lon... | Brad Isbell | 2021-11-05 | 1 | -1/+1 |
* | avdevice/dshow: Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device cap... | Brad Isbell | 2021-11-05 | 1 | -20/+12 |
* | avdevice: Constify all devices | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/codec, allcodecs: Constify the AVCodec API | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ... | James Almer | 2021-03-17 | 1 | -5/+5 |
* | avdevice/dshow: Add namespace prefix to the remaining global symbols | James Almer | 2021-01-25 | 1 | -9/+9 |
* | lavd/dshow: Add namespace prefix to global functions | Mark Thompson | 2021-01-21 | 1 | -3/+3 |
* | avdevice/dshow: Fixed some minor memory leaks | Oliver Collyer | 2019-01-03 | 1 | -3/+9 |
* | Cosmetics: Reindent after last commit. | Carl Eugen Hoyos | 2018-09-19 | 1 | -5/+5 |
* | lavd/dshow: Interpret negative height as bottom-down frame. | Carl Eugen Hoyos | 2018-09-19 | 1 | -0/+4 |
* | avdevice: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | dshow: avoid duplicate NULL check before free | rogerdpack | 2016-06-23 | 1 | -8/+4 |
* | dshow: don't add two instances of same device to graphs | rogerdpack | 2016-06-23 | 1 | -7/+30 |
* | avdevice/dshow: Fix frame rate | Michael Niedermayer | 2016-06-07 | 1 | -0/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -24/+25 |
* | libavdevice/dshow.c: Correct CoGetMalloc check | FearThe1337 | 2016-02-13 | 1 | -1/+1 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | avdevice/dshow: use AV_OPT_TYPE_BOOL | Clément Bœsch | 2015-09-08 | 1 | -24/+8 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | dshow: add capture device save and load | Mate Sebok | 2015-04-22 | 1 | -3/+94 |
* | dshow: tweak logging | rogerdpack | 2015-01-26 | 1 | -2/+2 |
* | dshow: crossbar dialog was frequently being displayed twice, split up option ... | rogerdpack | 2015-01-26 | 1 | -3/+6 |
* | dshow: add properties dialog for tv tuners | rogerdpack | 2015-01-26 | 1 | -0/+6 |
* | dshow: some devices only list themselves under "Video sources" but | rogerdpack | 2015-01-23 | 1 | -36/+45 |
* | dshow: add options for allowing filter popup configuration dialogs to be pres... | rogerdpack | 2015-01-23 | 1 | -1/+61 |
* | dshow: introduce support for crossbar [multiple input selectable] devices | rogerdpack | 2015-01-23 | 1 | -53/+44 |