summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* 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
* avdevice/pulse_audio_dec: reduce default fragment sizeMarton Balint2022-06-161-1/+6
* Revert "avdevice/pulse_audio_dec: only set adjust latency flag if fragment_si...Marton Balint2022-06-161-1/+1
* avdevice/dshow: reuse unused variables.Diederick Niehorster2022-05-121-3/+3
* avdevice/v4l2*: Improve included headersAndreas Rheinhardt2022-05-103-11/+14
* avformat/utils: Move parser functions to a new file, demux_utils.cAndreas Rheinhardt2022-05-101-0/+1
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-0/+1
* avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt2022-05-104-2/+4
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-103-24/+46
* avdevice/dshow: Fix dshow device name/descriptionRomain Beauxis2022-04-091-2/+2
* avdevice/dshow: fix regressionDiederick Niehorster2022-03-291-17/+6
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-191-0/+6
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-162-0/+4
* doc: Add an entry to APIchanges about changes to version.h and version_major.hMartin Storsjö2022-03-161-1/+1
* libavdevice: Split version.hMartin Storsjö2022-03-165-9/+42
* libavformat: Split version.hMartin Storsjö2022-03-162-0/+2
* avdevice/lavfi: remove call to deprecated function av_buffersink_get_channel_...James Almer2022-03-151-6/+4
* sndio: convert to new channel layout APIJames Almer2022-03-152-2/+2
* pulseaudio: convert to new channel layout APIJames Almer2022-03-152-34/+34