summaryrefslogtreecommitdiff
path: root/libavcodec/flashsvenc.c
Commit message (Expand)AuthorAge
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* flashsvenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* flashsvenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* flashsvenc: switch to encode2().Anton Khirnov2012-02-23
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-21
* flashsvenc: replace bitstream description by a link to the specificationDiego Biurrun2011-07-16
* flashsvenc: drop unnecessary castDiego Biurrun2011-07-16
* flashsvenc: improve some variable names and fix corresponding commentsDiego Biurrun2011-07-16
* flashsvenc: merge two consecutive if-conditionsDiego Biurrun2011-07-16
* flashsvenc: merge variable declarations and initializationsDiego Biurrun2011-07-16
* flashsvenc: convert some debug av_log() to av_dlog()Diego Biurrun2011-07-16
* flashsvenc: whitespace cosmeticsDiego Biurrun2011-07-16
* flashsvenc: drop some unnecessary parenthesesDiego Biurrun2011-07-16
* flashsvenc: fix some comment typosDiego Biurrun2011-07-16
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* flashsv: Return more meaningful error values.Diego Biurrun2011-04-25
* flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun2011-04-25
* cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun2011-04-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-13
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Use FFABS instead of abs.Benjamin Larsson2007-05-17
* Remove lots of unused commented code. (Cleanup)Benjamin Larsson2007-05-17
* Change default 1 pass blocksize to 64x64.Benjamin Larsson2007-05-17
* Added support for instances where linesize[0] is negative.Benjamin Larsson2007-05-12
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behavi...Benjamin Larsson2007-03-11
* Simplify, use avctx->frame_number.Benjamin Larsson2007-03-10
* Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot co...Benjamin Larsson2007-01-25
* Remove debug line.Benjamin Larsson2007-01-21
* Add flashsv encoder to changelog and fix the encoder so it actually works.Benjamin Larsson2007-01-21
* Flash screen video encoder.Benjamin Larsson2007-01-21