aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavd/opengl: select the GL context before drawingNicolas George2023-07-121-0/+4
* avdevice/decklink_enc: use 64bit format string for BMD timebase instead of lo...Marton Balint2023-07-091-1/+1
* avdevice/decklink_enc: add support for SMPTE 2038 VANC packet outputDevin Heitmueller2023-07-026-2/+116
* avdevice/decklink: move queue_size to an argument for ff_decklink_packet_queu...Devin Heitmueller2023-07-023-5/+4
* avdevice/decklink_common: Convert to using avpriv_packet_list functionsDevin Heitmueller2023-05-311-35/+15
* avdevice/opengl_enc: check sscanf return valuePaul B Mahol2023-05-221-1/+2
* avfilter/ccfifo: remove unnecessary context allocationsJames Almer2023-05-122-8/+8
* avdevice/decklink: move AVPacketQueue into decklink_common and rename it to D...Devin Heitmueller2023-05-113-125/+133
* avdevice/decklink_enc: add support for playout of 608 captions in MOV filesDevin Heitmueller2023-05-115-1/+94
* avdevice/lavfi: check that pointer is setPaul B Mahol2023-05-101-0/+4
* avdevice/decklink_enc: fix operator precedence in create_s337_payloadMarton Balint2023-04-241-1/+1
* avdevice/decklink_enc: Add support for compressed AC-3 output over SDIDevin Heitmueller2023-04-081-15/+85
* avdevice/decklink_enc: Add support for output of Active Format Description (AFD)Devin Heitmueller2023-04-061-2/+88
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-0/+8
* avdevice/decklink_enc: fix unused variable compiler warningsDevin Heitmueller2023-03-081-2/+0
* avdevice/decklink_enc: fix setting of last_pts to only be set for videoDevin Heitmueller2023-03-081-2/+2
* avdevice/decklink_enc: don't take for granted that first frame to decklink ou...Devin Heitmueller2023-03-082-2/+7
* version.h: Bump minor post 6.0 branchn6.1-devMichael Niedermayer2023-02-191-1/+1
* version.h: Bump minor for 6.0 branchMichael Niedermayer2023-02-191-1/+1
* Bump major versions of all librariesJames Almer2023-02-092-3/+3
* avdevice: remove FF_API_DEVICE_CAPABILITIESJames Almer2023-02-093-150/+0
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-0914-104/+114
* avdevice/avfoundation: convert to new channel layout-APIJames Almer2022-11-081-2/+1