summaryrefslogtreecommitdiff
path: root/libavcodec/tdsc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/tdsc: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-6/+8
* avcodec: Fix invalid uses of ff_codec_open2_recursive()Andreas Rheinhardt2020-12-041-1/+1
* avcodec/tdsc: Only reallocate deflatebuffer if its size changedMichael Niedermayer2020-09-051-4/+9
* avcodec/tdsc: Fix tile checksMichael Niedermayer2020-07-201-11/+10
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-221-1/+1
* avcodec/tdsc: Fix undefined shiftsAndreas Rheinhardt2019-09-201-3/+3
* Merge commit '7bf8db4db61eb09fac00eb665d8ec58de8817da6'Clément Bœsch2017-03-211-6/+9
|\
| * tdsc: use the new decoding APIAnton Khirnov2016-09-281-6/+9
* | avcodec/tdsc: return the packet size instead of 0Michael Niedermayer2016-12-151-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/tdsc: Remove ;;Michael Niedermayer2015-03-161-1/+1
* | avcodec/tdsc: use ff_codec_open2_recursive()Michael Niedermayer2015-03-131-1/+1
* | Merge commit '247e370e2a913db52ca079b347a174c8d393b171'Michael Niedermayer2015-03-131-4/+4
|/
* TDSC decoderVittorio Giovara2015-03-131-0/+627