]> git.sesse.net Git - ffmpeg/history - libavcodec/cinepak.c
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / cinepak.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-11-16 Anton Khirnovcinepak: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-23 Diego BiurrunReturn proper error code after av_log_ask_for_sample()
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-12-05 Diego Biurrunmisc Doxygen markup improvements
2011-11-18 Luca Barbatocinepack: return non-generic errors
2011-11-18 Michael Niedermayercinepak: remove redundant coordinate checks
2011-11-18 Michael Niedermayercinepak: check strip_size
2011-11-18 Michael Niedermayercinepak, simplify, use AV_RB24()
2011-11-18 Michael Niedermayercinepak: simplify, use FFMIN()
2011-11-18 Michael Niedermayercinepak: Fix division by zero, ask for sample if encode...
2011-11-16 Mike Melansoncinepak: Add another special case so that it can handle...
2011-10-06 Laurent Aimarcinepak: Fix invalid read access on extra data
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-04-15 Kostya Shishkovmake containers pass palette change in AVPacket
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Kostya ShishkovCinepak strip ID is a single byte
2009-01-13 Kostya ShishkovCinepak strip and chunk sizes are 24-bit, not 16-bit...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-14 Mike MelansonThe POSIX namespace shall be held sacrosanct. To that...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-10 Mike MelansonThese video decoders do not need to include and initial...
2008-02-01 Michael Niedermayerconst
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-02 Mike MelansonAnother hack to allow the Cinepak decoder to detect...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-14 Mike Melansoncorrectly handle very large Cinepak frames (courtesy...
2005-08-14 Mike Melansonautomatically detect Cinepak data from Sega FILM/CPK...
2005-07-11 Michael Niedermayerfix infinite loop (suggested change by rjayne at conver...
2004-06-27 Roberto TogniIgnore palette for grayscale files, all my samples...
2004-06-27 Roberto TogniPaletted cvid support
2004-06-20 Roberto Togni100l fix codebook usage for v1 vectors
2004-05-07 Roberto Tognibuffer hints, use reget_buffer, removed copy from previ...
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-25 Mike Melansonsupport Cinepak files with funky (not divisible by...
2003-10-01 Mike MelansonNew demuxers: Sega FILM/CPK, Westwood VQA & AUD; new...