45 Commits (a1c487e9215c5685f0694ebde5bba07f4a07e95a)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Anton Khirnov c7d9b473e2 cdgraphics: do not return 0 from the decode function 10 years ago
Anton Khirnov a1599f3f7e cdgraphics: switch to bytestream2 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer f9db2fc84d cdgraphics: initialize buffer 12 years ago
Michael Niedermayer ad002e1a13 avcodec/cdgraphics: check buffer size before use 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
Paul B Mahol 85921499c7 cdgraphics: set palette to zero too 12 years ago
Anton Khirnov 238614de67 cdgraphics: do not rely on get_buffer() initializing the frame. 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
Xi Wang 0d3123666a cdgraphics: fix incorrect vertical offset mask in cdg_scroll() 12 years ago
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 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
Michael Niedermayer 1e5c7376c4 cdgraphics: Fix out of array write 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Carl Eugen Hoyos 973f3d3e0e Set CD Graphics palette opaque. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard e23a05ab06 Fix incorrect max_lowres values 14 years ago
Diego Biurrun bee6d2fd76 doxygen: replace @sa tag by the more readable but equivalent @see 14 years ago
ami_stuff 0fea3b7b80 Remove lowres support from cdgraphics decoder 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger b03a63d16a Fix cdg reference and buffer_hints value: 15 years ago
Michael Tison a3d995c1eb CD+G demuxer and decoder 15 years ago