73 Commits (5d3addb937946eca5391e40b5e6308e74ac6f77b)

Author SHA1 Message Date
Anton Khirnov 4a0f665143 libavcodec: when decoding, copy replaygain side data to decoded frames 11 years ago
Anton Khirnov da6506c607 lavc: move AVCodecContext.pkt to AVCodecInternal 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Nicolas George be40d6cc2b rawdec: fix a typo -- || instead of | 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov aec50f79e7 rawdec: use AVPALETTE_SIZE instead of magic constants. 12 years ago
Anton Khirnov 0ce033f888 rawdec: cosmetics, reformat 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Diego Biurrun 52d113ee06 avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() 12 years ago
Anton Khirnov 50ba57e0ce lavc: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 0ae3ba8daa avcodec: Drop long-deprecated imgconvert.h header 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 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
Piotr Bandurski 835a893bcb rawdec: Support fourccs YV16 and YV24 13 years ago
Ronald S. Bultje 98df2e2414 raw: forward avpicture_fill() error code in raw_decode(). 13 years ago
Ronald S. Bultje cc5dd632ce raw: move buffer size check up. 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
Stefano Sabatini 28b4af8e38 rawdec: propagate pict_type information to the output frame 13 years ago
Piotr Bandurski d3a5c26986 rawdec: Support more QT 1bpp rawvideo files. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
ami_stuff 67e7dc5404 rawdec: Fix decoding of QT WRAW files. 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Stefano Sabatini 3c802cabba In the rawvideo decoder, set pkt_pts in the output frame. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini ed5d30d91c Move internal function ff_set_systematic_pal() to libavcore, and 14 years ago
Alexander Strange 1bb56bdb41 rawdec: Properly pass reordered_opaque through the decoder 14 years ago
Reimar Döffinger b641982b23 rawdec: ensure that there is always a valid palette for formats that 14 years ago
Reimar Döffinger 2efcde73fc rawdec: only allocate a full-frame size buffer if it actually will 14 years ago
Tomas Härdin c1bdc9300b avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer 15 years ago
Michael Niedermayer de51f22d85 fix rgb444 support in avi. 15 years ago
Stefano Sabatini 6a2c9b8bcb Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to 15 years ago
Stefano Sabatini 1beff414a2 Rename findPixelFormat() to find_pix_fmt(). 15 years ago
Stefano Sabatini 6531b5c9f4 Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. 15 years ago
Michael Niedermayer 19a00c5eb2 avi bgr24 padding fix. 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
Carl Eugen Hoyos 36cbdc9539 Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). 15 years ago
Carl Eugen Hoyos 864a074213 Correctly decode some Avid AV1x samples, fixes issue 1684. 15 years ago
Carl Eugen Hoyos c78dfcdaf4 Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c 15 years ago
Carl Eugen Hoyos 0941ee0fa6 Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. 15 years ago
Carl Eugen Hoyos 6698d13998 Cosmetics: Fix indentation and comment after r21027. 15 years ago
Carl Eugen Hoyos 4235c98e57 Support decoding raw 2bpp in mov, fixes issue 1528. 15 years ago
Carl Eugen Hoyos 0a1e15109a Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. 15 years ago