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
2021-04-27avdevice: Constify all devicesAndreas Rheinhardt
2021-04-27Bump major versions of all libraries.Anton Khirnov
2021-04-27avdevice/avdevice: Constify av_*_device_next APIAndreas Rheinhardt
2021-04-27avdevice/avdevice: Constify avdevice_list_input_sources/output_sinksAndreas Rheinhardt
2021-04-27avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-04-13libavdevice/gdigrab: fix capture of windows with non-ASCII titlesHe Yang
2021-03-20Bump minor versions after release branchn4.5-devMichael Niedermayer
2021-03-20Bump Versions before release/4.4 branchMichael Niedermayer
2021-03-19avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt
2021-03-17avdevice/xcbgrab: stop using av_init_packet()James Almer
2021-03-17avdevice/decklink_dec: stop using av_init_packet()James Almer
2021-03-17avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer
2021-03-15avdevice/xcbgrab: Add option for grabbing a windowsgerwk
2021-03-13avdevice/pulse_audio_dec: do not read undersized framesMarton Balint
2021-03-13avdevice/pulse_audio_dec: only set adjust latency flag if fragment_size is no...Marton Balint
2021-03-13avdevice/pulse_audio_dec: query actual fragment sizeMarton Balint
2021-03-13avdevice/alsa_dec: make sure we have enough data in non-blocking modeMarton Balint
2021-03-11avdevice/decklink: add missing include for buffer_size_tJames Almer
2021-03-11avdevice: use the buffer_size_t typedef where requiredJames Almer
2021-03-01Remove double ';'Andreas Rheinhardt
2021-02-27avdevice: use av_gettime_relative() for elapsed time calculationsMarton Balint
2021-02-27avdevice/timefilter: remove obsolete comments from the docsMarton Balint
2021-02-14avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt
2021-02-06avdevice/xcbgrab: don't assume xserver endiannessAndriy Gelman
2021-01-26avdevice/dshow: Add namespace prefix to the remaining global symbolsJames Almer
2021-01-22lavd/dshow: Add namespace prefix to global functionsMark Thompson
2021-01-14kmsgrab: Do not require the modifier to stay constant.Bas Nieuwenhuizen
2021-01-14kmsgrab: Use invalid modifier if modifiers weren't used.Bas Nieuwenhuizen
2021-01-09avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode staticChristopher Degawa
2020-12-24lavd/decklink_dec: Do not set codec_tags.Carl Eugen Hoyos
2020-12-10lavd/caca: do not access deprecated codec contextAnton Khirnov
2020-12-05avdevice/decklink: remove the duplicated warning messageLimin Wang
2020-12-03avdevice/decklink: warn about too old decklink API versionMarton Balint
2020-12-03avdevice/decklink_enc: simplify usage of buffercount typeMarton Balint
2020-12-03avdevice/decklink_dec: add support for 50/60 fps timecodeMarton Balint
2020-11-23avdevice/decklink_dec: fix warning for unused variableLimin Wang
2020-11-23avdevice/decklink: add AV_OPT_FLAG_DEPRECATED flag for list_devicesLimin Wang
2020-11-23avdevice/decklink: use boolean for list_devices optionLimin Wang
2020-11-21avdevice/decklink_dec: map the raw_format instead of hardcodeLimin Wang
2020-11-07avdevice/xcbgrab: Add select_region optionOmar Emara
2020-10-19avdevice/alldevices: stop using deprecated linked list APIJames Almer
2020-09-21avdevice/lavfi: av_malloc -> av_malloc_arrayLimin Wang
2020-09-21avdevice/lavfi: unref the frame on failureLimin Wang
2020-09-21avdevice/lavfi: fix FIXME and check a/v type by codec_typeLimin Wang
2020-09-15avdevice/decklink_dec: fix build with older SDKMarton Balint
2020-09-13avdevice/decklink_dec: add support for querying RP188 High Frame Rate timecodeMarton Balint
2020-09-13avdevice/decklink_dec: add support for rgb/yuv pixel format autodetectionMarton Balint