55 Commits (b79bccba80129154121307a7754f69911bca2163)

Author SHA1 Message Date
Anton Khirnov 0f21d8b1b4 pictordec: 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
Michael Niedermayer 560612344e avcodec/pictordec: remove y checks, which have become redundant 11 years ago
Michael Niedermayer 8088d6f5f1 avcodec/pictordec: run av_image_check_size() unconditionally 11 years ago
Anton Khirnov fe9bb61f9a pictordec: pass correct context to avpriv_request_sample 11 years ago
Anton Khirnov 5f7aecde02 pictordec: break out of both decoding loops when y drops below 0 11 years ago
Luca Barbato 183880cfc4 pictor: use the correct logging context 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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 478fc7f57b pictordec: fix cga palette index limit 12 years ago
Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Peter Ross 8b67ec77f0 pictordec: fill any unset portion of the image 12 years ago
Piotr Bandurski bf0d098a98 pictordec: decode 1bpp / 4bpp images when extra header marker is missing 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Laurentiu Ion d859191322 pictordec: Use bytestream2 functions 13 years ago
Paul B Mahol ba10207bbe Use more designated initializers. 13 years ago
Peter Ross 56f6628bca pictordec: decode 8bpp images when extra header marker is missing 13 years ago
Peter Ross 1fd6924320 pictordec: support uncompressed images 13 years ago
Peter Ross f3f488423a pictordec: prevent segfault when reading corrupted files 13 years ago
Peter Ross 43a2a8b4a3 pictordec: use correct context for another av_log 13 years ago
Carl Eugen Hoyos 9dcd8b86f9 Use correct context for av_log. 13 years ago
Carl Eugen Hoyos a95906af57 Increase Pictor/PC Paint palette dynamics. 13 years ago
Carl Eugen Hoyos 7ea77a6197 Set some Pictor/PC Paint palettes opaque. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Diego Biurrun 33edd31f5f Remove redundant and harmful explicit filename after @file Doxygen command. 15 years ago
Peter Ross a526d6197a Pictor/PC Paint decoder 15 years ago