]> git.sesse.net Git - ffmpeg/history - libavcodec/rpza.c
qsvdec: only access hwaccel_context is the pixel format is QSV
[ffmpeg] / libavcodec / rpza.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-11-02 Luca Barbatorpza: Check the blocks left before processing one
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-02-10 Anton Khirnovrpza: limit the number of blocks to the total remaining...
2014-02-10 Anton Khirnovrpza: move some variables to the blocks where they...
2014-02-10 Anton Khirnovrpza: use fixed-width int types
2014-02-10 Anton Khirnovrpza: switch to bytestream2
2013-11-16 Anton Khirnovrpza: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-29 Martin Storsjörpza: Fix a buffer size check
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-14 Anton Khirnovrpza: return a meaningful error code.
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
2012-02-29 Ronald S. Bultjerpza: error out on buffer overreads.
2011-11-02 Diego BiurrunReplace ffmpeg references with more accurate libav...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
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-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-07 Roberto TogniRemove my old email address
2008-04-27 Stefano SabatiniAdd long names to 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-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-04-24 Michael Niedermayertypo fix by ("Todd.Kirby" doubleshot pacbell net)
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2004-05-26 Mike Melansonrpza resolution fix, courtesy of Todd Kirby (doubleshot...
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-01-31 Mike Melansonwatch those hard tabs
2003-11-26 Roberto Togni- Add reget_buffer() function to AVCodecContext
2003-11-07 Roberto TogniSet buffer hints, use cr where available
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-05 Mike MelansonThis patch marks frames used in RPZA decoder as referen...
2003-10-01 Mike MelansonNew demuxers: Sega FILM/CPK, Westwood VQA & AUD; new...