Age | Commit message (Expand) | Author |
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-02-23 | flashsvenc: switch to encode2(). | Anton Khirnov |
2012-01-27 | cosmetics: Remove extra newlines at EOF | Alex Converse |
2011-09-21 | Fix av_dlog invocations with wrong or missing logging context. | Diego Biurrun |
2011-07-16 | flashsvenc: replace bitstream description by a link to the specification | Diego Biurrun |
2011-07-16 | flashsvenc: drop unnecessary cast | Diego Biurrun |
2011-07-16 | flashsvenc: improve some variable names and fix corresponding comments | Diego Biurrun |
2011-07-16 | flashsvenc: merge two consecutive if-conditions | Diego Biurrun |
2011-07-16 | flashsvenc: merge variable declarations and initializations | Diego Biurrun |
2011-07-16 | flashsvenc: convert some debug av_log() to av_dlog() | Diego Biurrun |
2011-07-16 | flashsvenc: whitespace cosmetics | Diego Biurrun |
2011-07-16 | flashsvenc: drop some unnecessary parentheses | Diego Biurrun |
2011-07-16 | flashsvenc: fix some comment typos | Diego Biurrun |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-04-25 | flashsv: Return more meaningful error values. | Diego Biurrun |
2011-04-25 | flashsv: Employ explicit AVCodec struct initializers. | Diego Biurrun |
2011-04-25 | cosmetics: K&R coding style and more whitespace for Flash Screen Video | Diego Biurrun |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-10-13 | Remove unnecessary calls to avcodec_check_dimensions, the check is already | Reimar Döffinger |
2009-09-06 | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger |
2009-04-12 | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-11 | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos |
2008-04-27 | Add long names to many AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2007-05-17 | Use FFABS instead of abs. | Benjamin Larsson |
2007-05-17 | Remove lots of unused commented code. (Cleanup) | Benjamin Larsson |
2007-05-17 | Change default 1 pass blocksize to 64x64. | Benjamin Larsson |
2007-05-12 | Added support for instances where linesize[0] is negative. | Benjamin Larsson |
2007-05-10 | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun |
2007-04-08 | Get rid of unnecessary pointer casts. | Nicholas Tung |
2007-03-11 | Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behavi... | Benjamin Larsson |
2007-03-10 | Simplify, use avctx->frame_number. | Benjamin Larsson |
2007-01-25 | Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot co... | Benjamin Larsson |
2007-01-21 | Remove debug line. | Benjamin Larsson |
2007-01-21 | Add flashsv encoder to changelog and fix the encoder so it actually works. | Benjamin Larsson |
2007-01-21 | Flash screen video encoder. | Benjamin Larsson |