summaryrefslogtreecommitdiff
path: root/libavcodec/mqcenc.c
Commit message (Collapse)AuthorAge
* avcodec/mqcenc: Make ff_mqc_flush() staticAndreas Rheinhardt2021-09-08
| | | | | | | Only used as an auxiliary function for ff_mqc_flush_to() since 4624656797b667eb6405186682eb04e74dfd90fd. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/mqcenc: Remove unused ff_mqc_lengthAndreas Rheinhardt2021-02-24
| | | | | | Unused since 4624656797b667eb6405186682eb04e74dfd90fd. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avcodec/mqcenc: Remove unused variableMichael Niedermayer2015-06-20
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/mqcenc: Add ff_mqc_flush_to()Michael Niedermayer2015-06-17
| | | | | | | This is needed to separate the end padding from the bitstream, allowing to end it multiple times without disturbing it. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-24
This needs work but it should not rot in soc svn.