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