Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-17avdevice/avdevice: fix return value of avdevice_list_devices()Marton Balint
2022-07-13Bump Versions for 5.1 branchMichael Niedermayer
2022-07-09av(format|device): Add const to muxer packet data pointersAndreas Rheinhardt
2022-06-20avdevice/oss_dec: account for sample size when computing timestampMatt Jacobson
2022-06-16avdevice/pulse_audio_dec: deprecate frame_size optionMarton Balint
2022-06-16avdevice/pulse_audio_dec: reduce default fragment sizeMarton Balint
2022-06-16Revert "avdevice/pulse_audio_dec: only set adjust latency flag if fragment_si...Marton Balint
2022-05-13avdevice/dshow: reuse unused variables.Diederick Niehorster
2022-05-10avdevice/v4l2*: Improve included headersAndreas Rheinhardt
2022-05-10avformat/utils: Move parser functions to a new file, demux_utils.cAndreas Rheinhardt
2022-05-10avformat/demux: Add new demux.h headerAndreas Rheinhardt
2022-05-10avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt
2022-05-10lib*/version: Move library version functions into files of their ownAndreas Rheinhardt
2022-04-09avdevice/dshow: Fix dshow device name/descriptionRomain Beauxis
2022-03-30avdevice/dshow: fix regressionDiederick Niehorster
2022-03-19Keep including the full version.h when headers are included externallyMartin Storsjö
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-16doc: Add an entry to APIchanges about changes to version.h and version_major.hMartin Storsjö
2022-03-16libavdevice: Split version.hMartin Storsjö
2022-03-16libavformat: Split version.hMartin Storsjö
2022-03-15avdevice/lavfi: remove call to deprecated function av_buffersink_get_channel_...James Almer
2022-03-15sndio: convert to new channel layout APIJames Almer
2022-03-15pulseaudio: convert to new channel layout APIJames Almer
2022-03-15oss: port to new channel layout APIAnton Khirnov
2022-03-15openal: convert to new channel layout APIJames Almer
2022-03-15libcdio: port to new channel layout APIAnton Khirnov
2022-03-15avdevice/lavfi: convert to new channel layout APIJames Almer
2022-03-15jack: port to new channel layout APIAnton Khirnov
2022-03-15dshow: convert to new channel layout APIJames Almer
2022-03-15decklink: convert to new channel layout APIJames Almer
2022-03-15alsa: convert to new channel layout APIJames Almer
2022-02-24libavcodec, libavdevice: Remove unnecessary includes of version.hMartin Storsjö
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2022-02-22lavd/avfoundation: Fix mixed declaration and codeThilo Borgmann
2022-02-22avdevice/avfoundation: check strdupZhao Zhili
2022-02-22avdevice/avfoundation: fix memleakZhao Zhili
2022-02-21avdevice/decklink_(common_c|dec|enc).h: Fix checkheadersAndreas Rheinhardt
2022-02-07lavd/jack: switch to the new FIFO APIAnton Khirnov
2022-01-08avdevice/iec61883: #if unused code away, fix -O0 compilationAndreas Rheinhardt
2022-01-04lib*/version.h: Bump Versions after release/5.0 branchn5.1-devAndreas Rheinhardt
2022-01-04lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt
2022-01-04avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt
2022-01-04configure, avcodec/Makefile: Add new mpeg4audio CONFIG_EXTRA groupAndreas Rheinhardt
2022-01-04avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt
2022-01-04avdevice/dshow: ensure pin's default format is setDiederick Niehorster
2022-01-04avdevice/dshow: only set pin format if wantedDiederick Niehorster
2022-01-04avdevice/dshow: fix crash on x86Diederick Niehorster
2022-01-04avdevice/dshow: proper cleanup of queried media typesDiederick Niehorster
2022-01-04avdevice/dshow: tv_tuner_audio_dialog cleanup missingDiederick Niehorster
2022-01-04Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt