| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. | Carl Eugen Hoyos | 2010-01-05 | 1 | -5/+6 |
* | Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. | Carl Eugen Hoyos | 2009-12-31 | 1 | -1/+1 |
* | Support raw black&white in mov, fixes issue 1654. | Carl Eugen Hoyos | 2009-12-30 | 1 | -0/+1 |
* | Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. | Carl Eugen Hoyos | 2009-12-29 | 1 | -1/+1 |
* | Simplify: use FFSWAP | Reimar Döffinger | 2009-10-13 | 1 | -6/+1 |
* | Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. | Jason Garrett-Glaser | 2009-06-12 | 1 | -1/+2 |
* | Support YVU9 AVI 4cc. | Michael Niedermayer | 2009-05-26 | 1 | -1/+2 |
* | update comment for rgb 16 bit in .mov | Baptiste Coudurier | 2009-05-10 | 1 | -2/+2 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. | Jai Menon | 2009-04-02 | 1 | -0/+12 |
* | indent | Michael Niedermayer | 2009-02-21 | 1 | -3/+3 |
* | Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org... | Michael Niedermayer | 2009-02-21 | 1 | -2/+5 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix some icc warnings by using enum PixelFormat instead of int where appropri... | Carl Eugen Hoyos | 2008-10-13 | 1 | -3/+3 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -5/+5 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | 1000l parenthesis | Baptiste Coudurier | 2008-02-28 | 1 | -1/+1 |
* | code is ok for 4bpp in mov too, fix 16grey.mov | Baptiste Coudurier | 2008-02-28 | 1 | -2/+4 |