| Commit message (Expand) | Author | Age | Files | Lines |
* | lib*/version.h: Bump Versions after release/5.0 branchn5.1-dev | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | lib*/version.h: Bump Versions before release/5.0 branch | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/packet_internal: Add proper PacketList struct | Andreas Rheinhardt | 2022-01-04 | 5 | -28/+30 |
* | configure, avcodec/Makefile: Add new mpeg4audio CONFIG_EXTRA group | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+0 |
* | 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: fix crash on x86 | Diederick Niehorster | 2022-01-04 | 5 | -104/+104 |
* | avdevice/dshow: proper cleanup of queried media types | Diederick Niehorster | 2022-01-04 | 1 | -1/+2 |
* | avdevice/dshow: tv_tuner_audio_dialog cleanup missing | Diederick Niehorster | 2022-01-04 | 1 | -0/+4 |
* | Makefile: Redo duplicating object files in shared builds | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+3 |
* | lib*/version.h: Bump Versions after release/5.0 branch | Michael Niedermayer | 2022-01-03 | 1 | -1/+1 |
* | lib*/version.h: Bump Versions before release/5.0 branch | Michael Niedermayer | 2022-01-03 | 1 | -1/+1 |
* | 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: add info about media types(s) to AVDeviceInfo | Diederick Niehorster | 2021-12-24 | 3 | -2/+5 |
* | 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: handle unknown sample time | Diederick Niehorster | 2021-12-24 | 1 | -10/+17 |
* | avdevice/dshow: query graph and sample time only once | Diederick Niehorster | 2021-12-24 | 1 | -12/+16 |
* | avdevice/dshow: implement option to use device video timestamps | Diederick Niehorster | 2021-12-24 | 3 | -5/+8 |
* | avdevice/dshow: prevent NULL access | Diederick Niehorster | 2021-12-24 | 1 | -1/+2 |
* | lavd/v4l2: detect device name truncation | Anton Khirnov | 2021-12-07 | 1 | -2/+8 |
* | lavd/v4l2: reduce variable scope | Anton Khirnov | 2021-12-07 | 1 | -2/+2 |
* | lavd/v4l2: do not clobber the context FD in v4l2_get_device_list() | Anton Khirnov | 2021-12-07 | 1 | -7/+5 |
* | lavd/jack: increase buffer size for snprintf() | Anton Khirnov | 2021-12-07 | 1 | -1/+1 |
* | avdevice/lavfi: Don't require AV_PIX_FMT_NONE == -1 | Andreas Rheinhardt | 2021-12-03 | 1 | -1/+1 |
* | avdevice/lavfi: Simplify setting sample_fmts | Andreas Rheinhardt | 2021-12-03 | 1 | -2/+3 |
* | avdevice/lavfi: Make array static const | Andreas Rheinhardt | 2021-12-03 | 1 | -5/+4 |
* | avdevice/lavfi: Avoid calling av_buffersink_get_* multiple times | Andreas Rheinhardt | 2021-12-03 | 1 | -8/+8 |
* | avdevice/lavfi: Use dedicated pointer to access st->codecpar | Andreas Rheinhardt | 2021-12-03 | 1 | -12/+13 |
* | avdevice/lavfi: Don't unnecessarily write '\0' to AVBPrint | Andreas Rheinhardt | 2021-12-03 | 1 | -3/+0 |
* | avdevice/lavfi: Properly free an AVDictionary | Andreas Rheinhardt | 2021-12-03 | 1 | -1/+1 |
* | avdevice/lavfi: Cleanup generically on read_header failure | Andreas Rheinhardt | 2021-12-03 | 1 | -2/+1 |
* | av(codec|device): Don't cast pointers to int | Andreas Rheinhardt | 2021-11-21 | 1 | -1/+1 |
* | */version.h: define FF_API macros unconditionally | Anton Khirnov | 2021-11-15 | 1 | -2/+0 |
* | 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/caca: Don't free AVOpt-enabled string manually | Andreas Rheinhardt | 2021-10-09 | 1 | -2/+0 |
* | avdevice/caca: Make deinit function out of write_trailer | Andreas Rheinhardt | 2021-10-09 | 1 | -11/+6 |
* | avdevice/xv: Increase array size | Andreas Rheinhardt | 2021-10-09 | 1 | -1/+1 |
* | libavdevice/avfoundation.m: fix potential unreleased lock issue | Chengfeng Ye | 2021-09-17 | 1 | -2/+15 |
* | libavdevice/avfoundation.m: fix protential unreleased lock issue | Chengfeng Ye | 2021-09-17 | 1 | -0/+3 |
* | avdevice/decklink: support for more duplex mode for Decklink 8K Pro | Limin Wang | 2021-08-16 | 5 | -3/+38 |