summaryrefslogtreecommitdiff
path: root/libavcodec/bsf.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/bsf: document missing argumentsMarvin Scholz2022-10-171-0/+4
* avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt2022-03-231-14/+0
* lavc/bsf: improve doxyAnton Khirnov2022-03-191-10/+14
* lavc/bsf: add general documentationAnton Khirnov2022-03-191-1/+22
* avcodec/bsf: Avoid allocation for AVBSFInternalAndreas Rheinhardt2021-08-251-8/+0
* avcodec/bsf: improve the doxy for av_bsf_flush()James Almer2020-08-151-1/+1
* avcodec/bsf: mention that av_bsf_send_packet() returning EAGAIN is not an errorJames Almer2020-05-221-2/+3
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-221-0/+324
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-221-44/+0
* avcodec/bsf: Restrict ff_bsf_get_packet_ref() return values to <= 0Andreas Rheinhardt2020-05-081-1/+1
* avcodec/bsf: Add ff_bsf_get_packet_ref() functionJan Sebechlebsky2016-08-131-0/+11
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis2016-04-171-4/+4
|/
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-201-0/+33