summaryrefslogtreecommitdiff
path: root/libavcodec/flashsvenc.c
Commit message (Expand)AuthorAge
* Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | flashvenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * flashsvenc: switch to encode2().Anton Khirnov2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
| * Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-16
|\|
| * 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
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-26
|\|
| * 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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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