summaryrefslogtreecommitdiff
path: root/libavcodec/ylc.c
Commit message (Expand)AuthorAge
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* avcodec/ylc: Fix shift overflowMichael Niedermayer2017-07-24
* avcodec/ylc: Fix vlc of 31 bitsMichael Niedermayer2017-07-08
* avcodec/ylc: Check count in build_vlc()Michael Niedermayer2017-05-28
* avcodec/ylc: thread safe initialization is possible with this codecPaul B Mahol2016-12-26
* avcodec/ylc: add frame threading supportPaul B Mahol2016-12-26
* avcodec/ylc: do not leak memory at uninitPaul B Mahol2016-12-26
* avcodec: add YUY2 Lossless Codec decoderPaul B Mahol2016-06-26