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-03-24avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-09-14avcodec/bsf: Unref the packet when flushingAndreas Rheinhardt
2021-09-14avcodec/bsf: Use null-bsf for passthrough when availableAndreas Rheinhardt
2021-09-08avcodec/bsf: ff_list_bsf staticAndreas Rheinhardt
2021-08-26avcodec/bsf: Avoid allocation for AVBSFInternalAndreas Rheinhardt
2021-07-04avcodec/bsf: switch to av_get_token to parse bsf list stringGyan Doshi
2021-04-27avutil: remove deprecated AVClass.child_class_nextJames Almer
2021-04-06avcodec/bsf: Simplify getting codec nameAndreas Rheinhardt
2021-04-02avcodec/bsf: Fix segfault when freeing half-allocated BSFAndreas Rheinhardt
2020-06-10bsf: switch to child_class_iterate()Anton Khirnov
2020-05-22avcodec.h: split bitstream filters API into its own headerAnton Khirnov
2020-05-22lavc: rename bsf.h to bsf_internal.hAnton Khirnov
2020-05-02avcodec/bsf: support shorthand options for av_bsf_list_parse_strMarton Balint
2020-04-25avcodec/bsf: simplify the codeLimin Wang
2020-04-20avcodec/bsf: Use macro for "packet is empty"Andreas Rheinhardt
2020-04-17avcodec/bsf: use simplified algorithm for bsf_list chained filteringMarton Balint
2020-03-22avcodec/bsf: Beautify log messages from bitstream filtersAndreas Rheinhardt
2020-03-22avcodec/bsf: Don't set defaults for AVClass without optionsAndreas Rheinhardt
2020-01-04avcodec/bsf: replace ctx->internal-> with bsfi-> for better readabilityLimin Wang
2020-01-04lavc/bsf: fix memory leak after av_dict_parse_string failJun Zhao
2019-09-23avcodec/bsf: check that AVBSFInternal was allocated before dereferencing itJames Almer
2019-08-22avcodec: remove some dead assignmentsMarton Balint
2019-01-06avcodec/bsf_list: implement a AVBSFContext.flush callbackJames Almer
2018-08-17avcodec/bsf: add a flushing mechanism to AVBSFContextJames Almer
2018-04-02avcodec/bsf: use av_packet_make_refcounted to ensure packets are ref countedJames Almer
2018-03-24avcodec/bsf: make sure the AVBSFInternal stored packet is reference countedJames Almer
2017-04-23avcodec/bsf: Check for packet payload when setting BSF EOF flag.Jan Sebechlebsky
2017-04-23Revert "avcodec/bsf: Forbid packet without payload in av_bsf_send_packet"James Almer
2017-01-10avcodec/bsf: fix resource leak in av_bsf_list_parse_strSteven Liu
2017-01-08avcodec/bsf: Fix av_bsf_list_free()Michael Niedermayer
2016-08-26libavcodec/bsfs: Fix bsf option settingJan Sebechlebsky
2016-08-21avcodec/bsf: Add custom item name function for bsf listJan Sebechlebsky
2016-08-15avcodec/bsf: Add list BSF APIJan Sebechlebsky
2016-08-13avcodec/bsf: Add ff_bsf_get_packet_ref() functionJan Sebechlebsky
2016-08-13avcodec/bsf: Forbid packet without payload in av_bsf_send_packetJan Sebechlebsky
2016-08-13avcodec/bsf: Set EOF flag only in pkt == NULLJan Sebechlebsky
2016-04-17Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis
2016-03-20lavc: add a new bitstream filtering APIAnton Khirnov