summaryrefslogtreecommitdiff
path: root/libavcodec/bsf.c
Commit message (Expand)AuthorAge
* avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt2022-03-23
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/bsf: Unref the packet when flushingAndreas Rheinhardt2021-09-14
* avcodec/bsf: Use null-bsf for passthrough when availableAndreas Rheinhardt2021-09-14
* avcodec/bsf: ff_list_bsf staticAndreas Rheinhardt2021-09-08
* avcodec/bsf: Avoid allocation for AVBSFInternalAndreas Rheinhardt2021-08-25
* avcodec/bsf: switch to av_get_token to parse bsf list stringGyan Doshi2021-07-04
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-27
* avcodec/bsf: Simplify getting codec nameAndreas Rheinhardt2021-04-06
* avcodec/bsf: Fix segfault when freeing half-allocated BSFAndreas Rheinhardt2021-04-02
* bsf: switch to child_class_iterate()Anton Khirnov2020-06-10
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-22
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-22
* avcodec/bsf: support shorthand options for av_bsf_list_parse_strMarton Balint2020-05-02
* avcodec/bsf: simplify the codeLimin Wang2020-04-25
* avcodec/bsf: Use macro for "packet is empty"Andreas Rheinhardt2020-04-20
* avcodec/bsf: use simplified algorithm for bsf_list chained filteringMarton Balint2020-04-17
* avcodec/bsf: Beautify log messages from bitstream filtersAndreas Rheinhardt2020-03-21
* avcodec/bsf: Don't set defaults for AVClass without optionsAndreas Rheinhardt2020-03-21
* avcodec/bsf: replace ctx->internal-> with bsfi-> for better readabilityLimin Wang2020-01-04
* lavc/bsf: fix memory leak after av_dict_parse_string failJun Zhao2020-01-04
* avcodec/bsf: check that AVBSFInternal was allocated before dereferencing itJames Almer2019-09-23
* avcodec: remove some dead assignmentsMarton Balint2019-08-22
* avcodec/bsf_list: implement a AVBSFContext.flush callbackJames Almer2019-01-06
* avcodec/bsf: add a flushing mechanism to AVBSFContextJames Almer2018-08-16
* avcodec/bsf: use av_packet_make_refcounted to ensure packets are ref countedJames Almer2018-04-02
* avcodec/bsf: make sure the AVBSFInternal stored packet is reference countedJames Almer2018-03-23
* avcodec/bsf: Check for packet payload when setting BSF EOF flag.Jan Sebechlebsky2017-04-22
* Revert "avcodec/bsf: Forbid packet without payload in av_bsf_send_packet"James Almer2017-04-22
* avcodec/bsf: fix resource leak in av_bsf_list_parse_strSteven Liu2017-01-11
* avcodec/bsf: Fix av_bsf_list_free()Michael Niedermayer2017-01-08
* libavcodec/bsfs: Fix bsf option settingJan Sebechlebsky2016-08-26
* avcodec/bsf: Add custom item name function for bsf listJan Sebechlebsky2016-08-21
* avcodec/bsf: Add list BSF APIJan Sebechlebsky2016-08-15
* avcodec/bsf: Add ff_bsf_get_packet_ref() functionJan Sebechlebsky2016-08-13
* avcodec/bsf: Forbid packet without payload in av_bsf_send_packetJan Sebechlebsky2016-08-13
* avcodec/bsf: Set EOF flag only in pkt == NULLJan Sebechlebsky2016-08-13
* Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis2016-04-17
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-20