summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* avdevice/avdevice: fix return value of avdevice_list_devices()Marton Balint2022-07-171-2/+4
* 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
* 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