aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* avdevice/avfoundation: add external video devicesTheo Fabi2024-06-201-0/+3
* avdevice/xcbgrab: Check sscanf() returnMichael Niedermayer2024-06-121-1/+4
* riscv: probe for Zbb extension at load timeRémi Denis-Courmont2024-06-112-0/+2
* avdevice/pulse_audio_enc: Use av_rescale() to avoid integer overflowMichael Niedermayer2024-06-011-4/+5
* avdevice/dshow: fix badly indented lineMichael Niedermayer2024-05-281-1/+1
* lavd/v4l2: Use proper field type for second parameter of ioctl() with BSD'sBrad Smith2024-05-081-3/+3
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-3123-5/+23
* lib*/version: Use static_assert for static assertsAndreas Rheinhardt2024-03-311-2/+3
* Bump after 7.0 branch pointn7.1-devMichael Niedermayer2024-03-271-1/+1
* Bump prior release/7.0 branchMichael Niedermayer2024-03-271-1/+1
* avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.hAndreas Rheinhardt2024-03-261-1/+1
* avformat/mux: Rename FF_FMT_ALLOW_FLUSH->FF_OFMT_FLAG_ALLOW_FLUSHAndreas Rheinhardt2024-03-221-1/+1
* avdevice/alldevices: Mark iterators as av_coldAndreas Rheinhardt2024-03-171-7/+8
* avdevice/alldevices: Mark devices as hiddenAndreas Rheinhardt2024-03-171-0/+3
* libavdevice: Fix the avfoundation device after switching to FFInputFormatMartin Storsjö2024-03-081-5/+6
* libs: bump major version for all librariesJames Almer2024-03-072-2/+2
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-0723-127/+149
* avutil: remove deprecated FF_API_PKT_DURATIONJames Almer2024-03-072-14/+0
* avdevice: deprecate sdl outdevJ. Dekker2024-02-282-0/+12
* avdevice: deprecate opengl outdevJ. Dekker2024-02-282-0/+13
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-149-116/+116
* avdevice/caca: Allow to list multiple dither option types at onceAndreas Rheinhardt2024-02-071-17/+17
* lavd: deprecate the bktr deviceAnton Khirnov2024-02-022-0/+6
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-2033-0/+33
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-2233-33/+0
* gdigrab: Fix hwnd parameter issuesMartin Storsjö2023-12-191-2/+2
* gdigrab: allow capturing a window by its handleLena2023-12-171-1/+14
* avfoundation: Fix version checksMartin Storsjö2023-12-151-10/+10
* avdevice/audiotoolbox: Fix availability macro checkThilo Borgmann2023-12-121-1/+1
* lavd/avfoundation: Use correct preprocessing directiveVittorio Giovara2023-12-111-1/+1
* avdevice/audiotoolbox: silence warning with new apixufuji4562023-12-111-0/+4
* avdevice/avfoundation: replace deprecated AVCaptureDevicexufuji4562023-12-111-5/+60
* avdevice/decklink_dec: add explicit specifierJun Zhao2023-11-211-1/+1
* apply spelling fixesDiederik de Haas via ffmpeg-devel2023-11-181-1/+1
* avdevice/android_camera: fix build failure due to typoZhao Zhili2023-11-071-2/+2
* Bump versions after 6.1n6.2-devMichael Niedermayer2023-10-291-1/+1
* Bump versions prior to 6.1Michael Niedermayer2023-10-291-2/+2
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-061-4/+6
* avformat/avformat: Deprecate AVFMT_ALLOW_FLUSHAndreas Rheinhardt2023-10-031-0/+5
* avdevice/lavfi: Fix double-free on errorAndreas Rheinhardt2023-09-301-4/+5
* avdevice/fbdev_common: Make declaration proper prototypeAndreas Rheinhardt2023-09-281-1/+1
* avdevice/android_camera: fix missing include for usleepZhao Zhili2023-09-191-0/+1
* avutil/imgutils: Add wrapper for av_image_copy() to avoid castsAndreas Rheinhardt2023-09-121-2/+2
* avdevice/lavfi: Remove unnecessary avio_internal.h inclusionAndreas Rheinhardt2023-09-101-1/+0
* avformat/vapoursynth: Add missing inclusion of frame.hAndreas Rheinhardt2023-09-101-0/+1
* all: Replace __FUNCTION__ by __func__Andreas Rheinhardt2023-09-071-1/+1
* avformat/avformat: Avoid including codec.h, frame.hAndreas Rheinhardt2023-09-074-0/+4
* configure: Set WIN32_LEAN_AND_MEAN at configure timeL. E. Segovia2023-08-142-2/+0
* avdevice/pulse_audio_common: Avoid inclusion of avcodec.hAndreas Rheinhardt2023-08-051-1/+1
* lavd/opengl_enc: fix a compiler errorHaihao Xiang2023-07-241-1/+1