aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* 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
* avdevice/audiotoolbox: convert to new channel layout-APIJames Almer2022-11-081-3/+3
* avdevice/avdevice: Fix mismatching argument nameMarvin Scholz2022-10-171-1/+1
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-262-1/+1
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-035-0/+5
* configure: always enable gnu_windres if availableTimo Rothenpieler2022-08-131-1/+1
* avdevice/v4l2: fix leak of timefilterZhao Zhili2022-08-031-0/+1
* lavd: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-192-2/+16
* avdevice/lavfi: pass forward video framerateTimo Rothenpieler2022-07-181-0/+5
* avdevice/lavfi: output wrapped AVFramesTimo Rothenpieler2022-07-182-55/+36
* avdevice/avdevice: fix return value of avdevice_list_devices()Marton Balint2022-07-171-2/+4
* Bump versions after 5.1 branchn5.2-devMichael Niedermayer2022-07-131-1/+1
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-131-1/+1
* av(format|device): Add const to muxer packet data pointersAndreas Rheinhardt2022-07-094-4/+5
* avdevice/oss_dec: account for sample size when computing timestampMatt Jacobson2022-06-193-2/+5
* avdevice/pulse_audio_dec: deprecate frame_size optionMarton Balint2022-06-161-1/+2