-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master:
prores: get correct size for coded V plane if alpha is present
prores: do not set pixel format on codec init
pthread: prevent updating AVCodecContext from itself in frame_thread_free
pthread: copy coded frame dimensions in update_context_from_thread
vp8: prevent read from uninitialized memory in decode_mvs
vp8: force reallocation in update_thread_context after frame size change
vp8: fix return value if update_dimensions fails
matroskadec: fix out of bounds write
adpcmdec: calculate actual number of output samples for each decoder.
adpcmdec: check remaining buffer size before decoding next block in the ADPCM IMA WAV decoder.
adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.
adpcmdec: remove unneeded buf_size==0 check.
adpcmdec: remove unneeded zeroing of *data_size
dnxhdenc: fixed signed multiplication overflow
Conflicts:
tests/ref/fate/prores-alpha
tests/ref/fate/truemotion1-24
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
No related branches found
No related tags found
Showing
- libavcodec/adpcm.c 235 additions, 124 deletionslibavcodec/adpcm.c
- libavcodec/dnxhdenc.c 1 addition, 1 deletionlibavcodec/dnxhdenc.c
- libavcodec/proresdec_lgpl.c 4 additions, 4 deletionslibavcodec/proresdec_lgpl.c
- libavcodec/pthread.c 4 additions, 1 deletionlibavcodec/pthread.c
- libavcodec/vp8.c 21 additions, 10 deletionslibavcodec/vp8.c
- libavformat/matroskadec.c 1 addition, 1 deletionlibavformat/matroskadec.c
- tests/ref/fate/duck-dk3 1 addition, 1 deletiontests/ref/fate/duck-dk3
- tests/ref/fate/truemotion1-15 113 additions, 113 deletionstests/ref/fate/truemotion1-15
- tests/ref/fate/truemotion1-24 28 additions, 28 deletionstests/ref/fate/truemotion1-24
Loading
Please register or sign in to comment