Age | Commit message (Expand) | Author |
2014-06-22 | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun |
2014-03-16 | fraps: set color_range | Vittorio Giovara |
2013-11-16 | fraps: use the AVFrame API properly. | Anton Khirnov |
2013-10-03 | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun |
2013-09-19 | fraps: Make the input buffer size checks more strict | Martin Storsjö |
2013-03-08 | lavc decoders: properly initialize AVFrame. | Anton Khirnov |
2013-03-08 | lavc decoders: work with refcounted frames. | Anton Khirnov |
2013-02-06 | fraps: fix off-by one bug for version 1. | Anton Khirnov |
2013-01-06 | fraps: cosmetics, reformat | Anton Khirnov |
2013-01-06 | fraps: return meaningful error codes. | Anton Khirnov |
2012-12-04 | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov |
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-03-01 | Remove unnecessary AVFrame pointer casts. | Diego Biurrun |
2012-02-24 | fraps: release reference buffer on pix_fmt change. | Ronald S. Bultje |
2012-02-15 | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö |
2012-02-15 | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö |
2012-02-01 | fraps: Use av_fast_padded_malloc() instead of av_realloc() | Reimar Döffinger |
2011-11-26 | fraps: check for overread. | Michael Niedermayer |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-04-11 | Convert some undefined 1<<31 shifts into 1U<<31. | Alex Converse |
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-10-02 | Make FRAPS decoder use PC range instead of TV range | Jason Garrett-Glaser |
2010-07-14 | Remove incomplete Doxygen for static decode_frame functions. | Thilo Borgmann |
2010-07-08 | Add back previously removed non-existing function params in doxygen comments. | Diego Biurrun |
2010-07-02 | Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. | Diego Biurrun |
2010-07-02 | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun |
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-04-24 | Remove useless assignment during initialization for some decoders | Kostya Shishkov |
2009-04-14 | For every line, copy 3*width bytes instead of linesize[0] to avoid | Vitor Sessak |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2008-12-04 | Fraps version 3 seems to be the same as Fraps v5 | Kostya Shishkov |
2008-08-11 | Simplify colour conversion in Fraps as suggested by Michael | Kostya Shishkov |
2008-08-10 | R and B components are stored as a differences to G component in Fraps v5. | Kostya Shishkov |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
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 |
2008-03-09 | Fraps v5 decoding support | Kostya Shishkov |
2008-03-09 | Add step variable (for future v5 decoding) | Kostya Shishkov |
2008-03-08 | huffman: add a zero_count flag and use it in fraps | Aurelien Jacobs |
2008-02-19 | Add casts to avoid warnings: | Reimar Döffinger |
2008-02-01 | const | Michael Niedermayer |
2007-10-14 | moves fraps huffman decoder to its own file, making it more generic | Aurelien Jacobs |
2007-07-05 | license header consistency cosmetics | Diego Biurrun |