20 Commits (4b5fee0205a825e5f0c7b414af6776803e55a78e)

Author SHA1 Message Date
Reimar Döffinger c522b4e94e Simplify: use FFSWAP 15 years ago
Jason Garrett-Glaser fc3fc0293d Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. 16 years ago
Michael Niedermayer 71b0654cc6 Support YVU9 AVI 4cc. 16 years ago
Baptiste Coudurier 7574dc4c37 update comment for rgb 16 bit in .mov 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Jai Menon 3dd2f87e61 Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. 16 years ago
Michael Niedermayer e641f320bd indent 16 years ago
Michael Niedermayer 31f2616db8 Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Carl Eugen Hoyos 95240bf3e3 Fix some icc warnings by using enum PixelFormat instead of int where appropriate. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Baptiste Coudurier 48026fbef6 1000l parenthesis 17 years ago
Baptiste Coudurier 83f02883df code is ok for 4bpp in mov too, fix 16grey.mov 17 years ago
Michael Niedermayer da2036c54e const 17 years ago
Michael Niedermayer 611e7bc41b support raw 4bpp avi 18 years ago
Aurelien Jacobs 3a763f0f0b split rawvideo encoder and decoder in their own files 18 years ago
Alex Beregszaszi 11fde35d7c compile rawvideo decoder on request 18 years ago
Baptiste Coudurier b0c59da234 partial avid meridien uncompressed support 18 years ago
Baptiste Coudurier c828c70916 quicktime 'raw ' support 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Måns Rullgård 8e981daf2b make some symbols static 18 years ago
Michael Niedermayer 92a3541876 16bit in avi is RGB555 18 years ago
Reynaldo H. Verdejo Pinochet ce459e12da adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael 18 years ago
Reynaldo H. Verdejo Pinochet ba8a621891 adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 62bb489b13 add some #ifdef CONFIG_ENCODERS/DECODERS 18 years ago
Steve L'Homme 0b23d689d8 Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % 19 years ago
Baptiste Coudurier ed70a5099e add quicktime uncompressed 8bit 4:2:2 support 19 years ago
Michael Niedermayer ae9e417358 PAL8 support (fixed BLUR8.AVI) 19 years ago
Luca Abeni 7d453f4500 Set interlaced_frame and top_field_first according to coded_frame. 19 years ago
Diego Biurrun b5bba45905 Fix silly typos. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer d57d8cbc25 a few more raw yuv fourccs 19 years ago
Roine Gustafsson 983ea0bc87 a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 20 years ago
Michael Niedermayer 9d2a069519 raw rgb flip fix 20 years ago
Michael Niedermayer d07730ddd1 fix image stream copy 20 years ago
Michael Niedermayer 6d24231e50 give the user a chance to override codec_tag 21 years ago
Todd Kirby 3dc10d4742 Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) 21 years ago
Michael Niedermayer 627c50b7fc raw rgb support 21 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
Falk Hüffner 3db320ea0c Warning fixes. 22 years ago
Roman Shaposhnik 631670888d * introducing new public interface in imgconvert.c 22 years ago
Michael Niedermayer 9534223539 segfault fix 22 years ago
Sebastien Bechet e8b478c131 I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) 22 years ago