summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
...
* oss: port to new channel layout APIAnton Khirnov2022-03-152-2/+2
* openal: convert to new channel layout APIJames Almer2022-03-151-1/+1
* libcdio: port to new channel layout APIAnton Khirnov2022-03-151-2/+3
* avdevice/lavfi: convert to new channel layout APIJames Almer2022-03-151-2/+5
* jack: port to new channel layout APIAnton Khirnov2022-03-151-1/+1
* dshow: convert to new channel layout APIJames Almer2022-03-151-1/+1
* decklink: convert to new channel layout APIJames Almer2022-03-152-7/+7
* alsa: convert to new channel layout APIJames Almer2022-03-153-10/+13
* libavcodec, libavdevice: Remove unnecessary includes of version.hMartin Storsjö2022-02-241-2/+0
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+5
* lavd/avfoundation: Fix mixed declaration and codeThilo Borgmann2022-02-221-1/+2
* avdevice/avfoundation: check strdupZhao Zhili2022-02-221-2/+10
* avdevice/avfoundation: fix memleakZhao Zhili2022-02-221-4/+6
* avdevice/decklink_(common_c|dec|enc).h: Fix checkheadersAndreas Rheinhardt2022-02-213-0/+7
* lavd/jack: switch to the new FIFO APIAnton Khirnov2022-02-071-15/+15
* avdevice/iec61883: #if unused code away, fix -O0 compilationAndreas Rheinhardt2022-01-081-1/+2
* lib*/version.h: Bump Versions after release/5.0 branchn5.1-devAndreas Rheinhardt2022-01-041-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt2022-01-041-1/+1
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-045-28/+30
* configure, avcodec/Makefile: Add new mpeg4audio CONFIG_EXTRA groupAndreas Rheinhardt2022-01-041-2/+0
* avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt2022-01-041-1/+1
* avdevice/dshow: ensure pin's default format is setDiederick Niehorster2022-01-041-34/+54
* avdevice/dshow: only set pin format if wantedDiederick Niehorster2022-01-041-1/+1
* avdevice/dshow: fix crash on x86Diederick Niehorster2022-01-045-104/+104
* avdevice/dshow: proper cleanup of queried media typesDiederick Niehorster2022-01-041-1/+2
* avdevice/dshow: tv_tuner_audio_dialog cleanup missingDiederick Niehorster2022-01-041-0/+4
* Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt2022-01-041-1/+3
* lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* avdevice/dshow: don't mix declarations and codeJames Almer2021-12-241-1/+1
* avdevice/dshow: remove unused variablesJames Almer2021-12-241-3/+0
* avdevice/dshow: select format with extended color infoDiederick Niehorster2021-12-241-131/+340
* avdevice/dshow: discover source color range/space/etcDiederick Niehorster2021-12-241-1/+222
* avdevice/dshow: add media type info to get_device_listDiederick Niehorster2021-12-241-0/+7
* avdevice: add info about media types(s) to AVDeviceInfoDiederick Niehorster2021-12-243-2/+5
* avdevice/dshow: list_devices: show media type(s) per deviceDiederick Niehorster2021-12-241-5/+98
* avdevice/dshow: implement get_device_listDiederick Niehorster2021-12-241-15/+81
* avdevice/dshow: set no-seek flagsDiederick Niehorster2021-12-241-1/+1
* avdevice/dshow: handle unknown sample timeDiederick Niehorster2021-12-241-10/+17
* avdevice/dshow: query graph and sample time only onceDiederick Niehorster2021-12-241-12/+16
* avdevice/dshow: implement option to use device video timestampsDiederick Niehorster2021-12-243-5/+8
* avdevice/dshow: prevent NULL accessDiederick Niehorster2021-12-241-1/+2
* lavd/v4l2: detect device name truncationAnton Khirnov2021-12-071-2/+8
* lavd/v4l2: reduce variable scopeAnton Khirnov2021-12-071-2/+2
* lavd/v4l2: do not clobber the context FD in v4l2_get_device_list()Anton Khirnov2021-12-071-7/+5
* lavd/jack: increase buffer size for snprintf()Anton Khirnov2021-12-071-1/+1
* avdevice/lavfi: Don't require AV_PIX_FMT_NONE == -1Andreas Rheinhardt2021-12-031-1/+1
* avdevice/lavfi: Simplify setting sample_fmtsAndreas Rheinhardt2021-12-031-2/+3
* avdevice/lavfi: Make array static constAndreas Rheinhardt2021-12-031-5/+4
* avdevice/lavfi: Avoid calling av_buffersink_get_* multiple timesAndreas Rheinhardt2021-12-031-8/+8