summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-09-29Merge commit 'a81cad8f86d1feb7e4bfae29e43f3e994935a5c7'Michael Niedermayer1-2/+4
2013-09-29pngdec: Stop trying to decode once inflate returns Z_STREAM_ENDMartin Storsjö1-0/+4
2013-09-25avcodec/pngdec: check for stream end in png_decode_idat()Michael Niedermayer1-0/+2
2013-09-08avcodec/png: remove obsolete commentsPaul B Mahol2-8/+0
2013-08-30avcodec/pngdec: fix last_row_size typeMichael Niedermayer1-1/+1
2013-08-30avcodec/pngdec: Fix padded alloc code with threadsMichael Niedermayer1-2/+5
2013-08-23pngdec: do not release buffer on failure instead report full progressPaul B Mahol1-1/+1
2013-08-23pngdec: use av_fast_padded_malloc(z)Paul B Mahol1-7/+11
2013-08-22pngdec: frame multithreading supportPaul B Mahol1-18/+51
2013-06-25lavc/pngdec: return meaningful error codesStefano Sabatini1-6/+6
2013-06-04pngdec: dont treat mpng like png with key and non keyframesMichael Niedermayer1-1/+1
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-03-01pngdec: use AVFrame accessor functionsMichael Niedermayer1-1/+1
2013-02-12pngdec/filter: dont access out of array elements at the endMichael Niedermayer1-8/+4
2013-01-29Fix 1bpp palettized png with width not a multiple of 8.Carl Eugen Hoyos1-2/+6
2013-01-26Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2'Michael Niedermayer5-234/+246
2013-01-26pngdec: cosmetics, reformat.Anton Khirnov1-73/+77
2013-01-03pngdec: fix decoding of right column for 2/4bppMichael Niedermayer1-4/+14
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer133-295/+306
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov133-293/+305
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov141-154/+286
2012-11-09pngdec: check that format matches too not just dimensionsMichael Niedermayer1-0/+1
2012-11-02lavc/pngdec: decode textual data (tEXt and zTXt).Nicolas George1-0/+131
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer24-29/+29
2012-10-13pngdec: read sample aspect ratioPaul B Mahol1-0/+12
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-09-15pngdec: av_log() zlib errorsMichael Niedermayer1-1/+7
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-06-15Remove duplicated png and mng signatures.Paul B Mahol5-13/+10
2012-05-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-321/+196
2012-05-04png: check bit depth for PAL8/Y400A pixel formats.Ronald S. Bultje1-2/+4
2012-04-15pngdec: check bits_per_pixel for palette mode.Michael Niedermayer1-1/+2
2012-04-15png: make sure the previous frames dimensions match before using it as referenceMichael Niedermayer1-1/+4
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-25png: fix warning about discarding qualifiers [-Wincompatible-pointer-types]Paul B Mahol1-1/+1
2012-03-22png: make ff_png_pass_mask local to pngdec.Clément Bœsch3-9/+6
2012-03-20pngdec: print error message for truncated pngs even if we output themMichael Niedermayer1-1/+2
2012-03-20pngdec: dont discard incomplete images.Michael Niedermayer1-1/+1
2012-03-20pngdec: Print error messages for the various failure pathes.Michael Niedermayer1-4/+13
[next]