| Commit message (Expand) | Author | Age | Files | Lines |
* | rawdec: Replace avpicture functions with imgutils | Luca Barbato | 2015-10-21 | 1 | -12/+14 |
* | libavcodec: when decoding, copy replaygain side data to decoded frames | Anton Khirnov | 2014-03-24 | 1 | -2/+4 |
* | lavc: move AVCodecContext.pkt to AVCodecInternal | Anton Khirnov | 2013-11-04 | 1 | -1/+2 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -3/+3 |
* | rawdec: fix a typo -- || instead of | | Nicolas George | 2013-03-13 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -31/+64 |
* | rawdec: use AVPALETTE_SIZE instead of magic constants. | Anton Khirnov | 2013-01-29 | 1 | -2/+3 |
* | rawdec: cosmetics, reformat | Anton Khirnov | 2013-01-26 | 1 | -58/+68 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() | Diego Biurrun | 2012-10-13 | 1 | -1/+1 |
* | lavc: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -26/+26 |
* | avcodec: Drop long-deprecated imgconvert.h header | Diego Biurrun | 2012-09-27 | 1 | -1/+0 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | rawdec: Support fourccs YV16 and YV24 | Piotr Bandurski | 2012-04-03 | 1 | -0/+2 |
* | raw: forward avpicture_fill() error code in raw_decode(). | Ronald S. Bultje | 2012-03-27 | 1 | -1/+4 |
* | raw: move buffer size check up. | Ronald S. Bultje | 2012-03-07 | 1 | -3/+3 |
* | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -2/+2 |
* | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -2/+1 |
* | rawdec: propagate pict_type information to the output frame | Stefano Sabatini | 2012-01-01 | 1 | -0/+1 |
* | rawdec: Support more QT 1bpp rawvideo files. | Piotr Bandurski | 2012-01-01 | 1 | -0/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | rawdec: Fix decoding of QT WRAW files. | ami_stuff | 2011-06-21 | 1 | -1/+3 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | make containers pass palette change in AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -3/+7 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -2/+1 |
* | In the rawvideo decoder, set pkt_pts in the output frame. | Stefano Sabatini | 2011-01-28 | 1 | -0/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Move internal function ff_set_systematic_pal() to libavcore, and | Stefano Sabatini | 2010-11-09 | 1 | -1/+2 |
* | rawdec: Properly pass reordered_opaque through the decoder | Alexander Strange | 2010-09-29 | 1 | -0/+1 |
* | rawdec: ensure that there is always a valid palette for formats that | Reimar Döffinger | 2010-09-25 | 1 | -1/+6 |
* | rawdec: only allocate a full-frame size buffer if it actually will | Reimar Döffinger | 2010-09-23 | 1 | -9/+11 |
* | avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ... | Tomas Härdin | 2010-06-10 | 1 | -1/+1 |
* | fix rgb444 support in avi. | Michael Niedermayer | 2010-06-06 | 1 | -0/+1 |
* | Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to | Stefano Sabatini | 2010-05-21 | 1 | -4/+4 |
* | Rename findPixelFormat() to find_pix_fmt(). | Stefano Sabatini | 2010-05-21 | 1 | -4/+4 |
* | Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. | Stefano Sabatini | 2010-05-20 | 1 | -1/+1 |
* | avi bgr24 padding fix. | Michael Niedermayer | 2010-04-30 | 1 | -0/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). | Carl Eugen Hoyos | 2010-02-02 | 1 | -1/+2 |
* | Correctly decode some Avid AV1x samples, fixes issue 1684. | Carl Eugen Hoyos | 2010-01-16 | 1 | -0/+3 |
* | Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c | Carl Eugen Hoyos | 2010-01-15 | 1 | -2/+0 |
* | Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss... | Carl Eugen Hoyos | 2010-01-12 | 1 | -0/+2 |
* | Cosmetics: Fix indentation and comment after r21027. | Carl Eugen Hoyos | 2010-01-05 | 1 | -5/+5 |
* | Support decoding raw 2bpp in mov, fixes issue 1528. | Carl Eugen Hoyos | 2010-01-05 | 1 | -1/+11 |