131 Commits (4da14c302fe43c5692316f1a0540323b185dec56)

Author SHA1 Message Date
Paul B Mahol c6b6356635 avformat/gifdec: switch to using gif parser 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt e2c24e6a29 avcodec/internal: Move ff_reget_buffer() to decode.h 2 years ago
Anton Khirnov ac2cda4296 lavc: use AVFrame.duration instead of AVFrame.pkt_duration 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 6e30b35b85 avutil/frame: Remove deprecated AVFrame.pkt_pts field 4 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Paul B Mahol 8affd753c8 avcodec/gifdec: truncate too big width/height for invalid gif files 6 years ago
Paul B Mahol 39cfb722ee avcodec/gifdec: set .caps_internal 6 years ago
Paul B Mahol 158043bae8 avcodec/gifdec: check ff_lzw_decode_open() for failure 6 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
Ni Hui 3ea60c505f avcodec/gifdec: skip the data lzw consumed 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 0b39ac6f54 gifdec: refactor interleave end handling 10 years ago
Michael Niedermayer 8f1457864b avcodec/gifdec: factorize interleave end handling out 10 years ago
Christophe Gisquet 4ddb3a6df0 gifdec: use truncated width for image manipulation 10 years ago
Michael Niedermayer 745c40a47f avcodec/gifdec: check that the correct number of bytes was decoded 11 years ago
Michael Niedermayer 564ae836fb avcodec/gifdec: print error if image is not within dimensions 11 years ago
Anton Khirnov 1f3e56b6dc gifdec: convert to bytestream2 11 years ago
Anton Khirnov c453723ad7 gifdec: check that the image dimensions are non-zero 11 years ago
Anton Khirnov 8255535c5f gifdec: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Michael Niedermayer d23b8462b5 gifdec: reset previous Graphic Control Extension disposal type 12 years ago
Michael Niedermayer afdfff485b avcodec/gifdec: Add av_log() to workaround gcc 4.2 miscompiling the code 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer ff080346c6 gifdec: use AVFrame accessor functions 12 years ago
Paul B Mahol 7003d650b0 lavc/gifdec: remove obsolete check 12 years ago
Paul B Mahol 51c7af9d32 lavc/gifdec: move idx_line allocation out of gif_read_header1() 12 years ago
Paul B Mahol 285128eedf lavc/gifdec: do not return nonzero *got_frame if frame is not passed 12 years ago
Paul B Mahol aaebdce3d9 lavc/gifdec: simplify "!= 0" checks 12 years ago
Paul B Mahol f1412c7997 lavc/gifdec: use memcpy() 12 years ago
Michael Niedermayer 286930d302 gifdec: check that w,h is not zero 12 years ago
Michael Niedermayer c10350358d gifdec: gif_copy_img_rect: Fix end pointer 12 years ago
Michael Niedermayer 46cb61819d gifdec: check that the last keyframe exists and has been successfully parsed. 12 years ago
Anton Khirnov 048ffb9bb2 gifdec: return meaningful error codes. 12 years ago
Paul B Mahol 0c8943939e gifdec: use log level that have more common sense 12 years ago
Don Moir 522cb6abf2 gifdec: use transparent instead of background color index 12 years ago
Don Moir 64f4fb75c4 gifdec: fix transparent background color 12 years ago
Carl Eugen Hoyos a3a22c2178 Revert "Always write all colours for animated gif files, including transparent ones." 12 years ago
Paul B Mahol cfa530034f gifdec: remove dead store 12 years ago