]> git.sesse.net Git - ffmpeg/history - libavcodec/flashsv.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / flashsv.c
2015-11-02 Luca Barbatoflashsv: Initialize the block array
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2013-12-09 Alexandra Khirnovaavcodec: Use av_reallocp where suitable
2013-11-16 Anton Khirnovflashsv: use the AVFrame API properly.
2013-11-01 Luca Barbatoflashsv: K&R formatting cosmetics
2013-11-01 Michael Niedermayerflashsv: Check diff_start diff_height values
2013-11-01 Luca Barbatoflashsv: Refactor a little
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-11-29 Janne Grunauflashsv: make sure data for zlib priming is available
2012-11-26 Janne Grunauflashsv: check for keyframe before using differential...
2012-11-21 Diego Biurrunflashsv: Drop unused function and struct parameters
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-10 Janne Grunauflashsv: propagate inflateReset() errors
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-10-11 Diego Biurrunflashsv: return more meaningful error value
2011-10-11 Diego Biurrunflashsv: fix typo in av_log() message
2011-07-22 Kostya Shishkovadd Flash Screen Video 2 decoder
2011-07-16 Diego Biurrunflashsv: split flashsv_decode_block() off from flashsv_...
2011-07-07 Diego Biurrunflashsv: inline copy_region() into flashsv_decode_frame()
2011-07-07 Diego Biurrunflashsv: improve some variable names
2011-07-06 Diego Biurrunflashsv: improve some comments and fix some wrong ones
2011-07-06 Diego Biurrunflashsv: Eliminate redundant variable indirection.
2011-07-06 Diego Biurrunflashsv: set reference frame type to full frame
2011-07-06 Diego Biurrunflashsv: replace bitstream description by a link to...
2011-07-06 Diego Biurrunflashsv: convert a debug av_log into av_dlog
2011-07-06 Diego Biurrunflashsv: simplify condition
2011-07-06 Diego Biurrunflashsv: return more meaningful error values
2011-07-06 Diego Biurrunflashsv: cosmetics: break some overly long lines
2011-07-06 Diego Biurrunflashsv: cosmetics: drop some unnecessary parentheses
2011-05-04 Diego Biurrunflashsv: K&R cosmetics
2011-04-25 Diego Biurrunflashsv: Return more meaningful error values.
2011-04-25 Diego Biurrunflashsv: Employ explicit AVCodec struct initializers.
2011-04-24 Diego Biurruncosmetics: K&R coding style and more whitespace for...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
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...
2010-03-04 Laurent AimarFixed buffer overread in flashsv decoder.
2009-09-13 Benjamin LarssonDo not release the AVFrame when using reget_buffer...
2009-09-10 Benjamin LarssonUse reget_buffer instead of get_buffer. Fixes issue1367.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-11-24 Måns Rullgårdflashsv: use skip_bits_long() where required
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-02 Benjamin LarssonLong name spelling fixes
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
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-21 Diego BiurrunDeclare zlib dependency in the Makefile, not in the...
2007-01-21 Benjamin LarssonReally fix my never ending mistakes.
2007-01-21 Benjamin LarssonDon't break compilation on systems without zlib.
2007-01-21 Benjamin LarssonThe block_size might be used incorrectly if it is not...
2007-01-21 Benjamin LarssonGet rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-06-01 Benjamin LarssonFlash Screen Video decoder (fourcc:FSV1)