summaryrefslogtreecommitdiff
path: root/libavcodec/tdsc.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/tdsc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec: Fix invalid uses of ff_codec_open2_recursive()Andreas Rheinhardt2020-12-04
* avcodec/tdsc: Only reallocate deflatebuffer if its size changedMichael Niedermayer2020-09-05
* avcodec/tdsc: Fix tile checksMichael Niedermayer2020-07-20
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avcodec/tdsc: Fix undefined shiftsAndreas Rheinhardt2019-09-20
* Merge commit '7bf8db4db61eb09fac00eb665d8ec58de8817da6'Clément Bœsch2017-03-21
|\
| * tdsc: use the new decoding APIAnton Khirnov2016-09-28
* | avcodec/tdsc: return the packet size instead of 0Michael Niedermayer2016-12-15
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/tdsc: Remove ;;Michael Niedermayer2015-03-16
* | avcodec/tdsc: use ff_codec_open2_recursive()Michael Niedermayer2015-03-13
* | Merge commit '247e370e2a913db52ca079b347a174c8d393b171'Michael Niedermayer2015-03-13
|/
* TDSC decoderVittorio Giovara2015-03-13