| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/bsf: move IS_EMPTY() to packet_internal() | Anton Khirnov | 2023-07-07 | 1 | -6/+5 |
* | avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFs | Andreas Rheinhardt | 2022-03-23 | 1 | -17/+21 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avcodec/bsf: Unref the packet when flushing | Andreas Rheinhardt | 2021-09-14 | 1 | -0/+2 |
* | avcodec/bsf: Use null-bsf for passthrough when available | Andreas Rheinhardt | 2021-09-14 | 1 | -0/+7 |
* | avcodec/bsf: ff_list_bsf static | Andreas Rheinhardt | 2021-09-08 | 1 | -3/+3 |
* | avcodec/bsf: Avoid allocation for AVBSFInternal | Andreas Rheinhardt | 2021-08-25 | 1 | -26/+24 |
* | avcodec/bsf: switch to av_get_token to parse bsf list string | Gyan Doshi | 2021-07-04 | 1 | -11/+4 |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -3/+0 |
* | avcodec/bsf: Simplify getting codec name | Andreas Rheinhardt | 2021-04-06 | 1 | -2/+2 |
* | avcodec/bsf: Fix segfault when freeing half-allocated BSF | Andreas Rheinhardt | 2021-04-02 | 1 | -19/+20 |
* | bsf: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+3 |
* | avcodec.h: split bitstream filters API into its own header | Anton Khirnov | 2020-05-22 | 1 | -1/+3 |
* | lavc: rename bsf.h to bsf_internal.h | Anton Khirnov | 2020-05-22 | 1 | -1/+1 |
* | avcodec/bsf: support shorthand options for av_bsf_list_parse_str | Marton Balint | 2020-05-02 | 1 | -27/+26 |
* | avcodec/bsf: simplify the code | Limin Wang | 2020-04-25 | 1 | -5/+1 |
* | avcodec/bsf: Use macro for "packet is empty" | Andreas Rheinhardt | 2020-04-20 | 1 | -7/+6 |
* | avcodec/bsf: use simplified algorithm for bsf_list chained filtering | Marton Balint | 2020-04-17 | 1 | -39/+25 |
* | avcodec/bsf: Beautify log messages from bitstream filters | Andreas Rheinhardt | 2020-03-21 | 1 | -1/+7 |
* | avcodec/bsf: Don't set defaults for AVClass without options | Andreas Rheinhardt | 2020-03-21 | 1 | -4/+0 |
* | avcodec/bsf: replace ctx->internal-> with bsfi-> for better readability | Limin Wang | 2020-01-04 | 1 | -22/+27 |
* | lavc/bsf: fix memory leak after av_dict_parse_string fail | Jun Zhao | 2020-01-04 | 1 | -1/+1 |
* | avcodec/bsf: check that AVBSFInternal was allocated before dereferencing it | James Almer | 2019-09-23 | 1 | -1/+2 |
* | avcodec: remove some dead assignments | Marton Balint | 2019-08-22 | 1 | -1/+0 |
* | avcodec/bsf_list: implement a AVBSFContext.flush callback | James Almer | 2019-01-06 | 1 | -0/+10 |
* | avcodec/bsf: add a flushing mechanism to AVBSFContext | James Almer | 2018-08-16 | 1 | -0/+10 |
* | avcodec/bsf: use av_packet_make_refcounted to ensure packets are ref counted | James Almer | 2018-04-02 | 1 | -9/+6 |
* | avcodec/bsf: make sure the AVBSFInternal stored packet is reference counted | James Almer | 2018-03-23 | 1 | -1/+9 |
* | avcodec/bsf: Check for packet payload when setting BSF EOF flag. | Jan Sebechlebsky | 2017-04-22 | 1 | -1/+1 |
* | Revert "avcodec/bsf: Forbid packet without payload in av_bsf_send_packet" | James Almer | 2017-04-22 | 1 | -3/+0 |
* | avcodec/bsf: fix resource leak in av_bsf_list_parse_str | Steven Liu | 2017-01-11 | 1 | -2/+4 |
* | avcodec/bsf: Fix av_bsf_list_free() | Michael Niedermayer | 2017-01-08 | 1 | -1/+1 |
* | libavcodec/bsfs: Fix bsf option setting | Jan Sebechlebsky | 2016-08-26 | 1 | -1/+1 |
* | avcodec/bsf: Add custom item name function for bsf list | Jan Sebechlebsky | 2016-08-21 | 1 | -1/+28 |
* | avcodec/bsf: Add list BSF API | Jan Sebechlebsky | 2016-08-15 | 1 | -0/+278 |
* | avcodec/bsf: Add ff_bsf_get_packet_ref() function | Jan Sebechlebsky | 2016-08-13 | 1 | -0/+16 |
* | avcodec/bsf: Forbid packet without payload in av_bsf_send_packet | Jan Sebechlebsky | 2016-08-13 | 1 | -0/+3 |
* | avcodec/bsf: Set EOF flag only in pkt == NULL | Jan Sebechlebsky | 2016-08-13 | 1 | -1/+1 |
* | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab' | Derek Buitenhuis | 2016-04-17 | 1 | -4/+4 |
* | lavc: add a new bitstream filtering API | Anton Khirnov | 2016-03-20 | 1 | -0/+219 |