| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace a av_fast_malloc with av_fast_padded_malloc. | Reimar Döffinger | 2012-01-18 | 1 | -1/+1 |
* | Use av_fast_padded_malloc in fraps and mpc decoders. | Reimar Döffinger | 2012-01-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-27 | 1 | -2/+2 |
|\ |
|
| * | fraps: check for overread. | Michael Niedermayer | 2011-11-26 | 1 | -0/+4 |
* | | fraps: check overread per sample instead of per line | Michael Niedermayer | 2011-11-09 | 1 | -4/+4 |
* | | fraps: fix memleak | Michael Niedermayer | 2011-11-09 | 1 | -1/+3 |
* | | fraps: check for overread | Michael Niedermayer | 2011-11-09 | 1 | -0/+2 |
* | | Try to set AVFrame.reference to correct values. | Reimar Döffinger | 2011-11-05 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -10/+10 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -10/+10 |
* | | fraps: do not set avctx->pix_fmt to none in decode_init() | Stefano Sabatini | 2011-04-25 | 1 | -1/+0 |
* | | Check for malloc failures in fraps decoder. | Reimar Döffinger | 2011-04-24 | 1 | -0/+4 |
* | | Use av_fast_malloc instead of av_realloc in fraps decoder. | Reimar Döffinger | 2011-04-24 | 1 | -2/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Convert some undefined 1<<31 shifts into 1U<<31. | Alex Converse | 2011-04-11 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Make FRAPS decoder use PC range instead of TV range | Jason Garrett-Glaser | 2010-10-02 | 1 | -2/+2 |
* | Remove incomplete Doxygen for static decode_frame functions. | Thilo Borgmann | 2010-07-14 | 1 | -9/+0 |
* | Add back previously removed non-existing function params in doxygen comments. | Diego Biurrun | 2010-07-08 | 1 | -0/+2 |
* | Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun | 2010-07-02 | 1 | -2/+0 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Remove useless assignment during initialization for some decoders | Kostya Shishkov | 2009-04-24 | 1 | -1/+0 |
* | For every line, copy 3*width bytes instead of linesize[0] to avoid | Vitor Sessak | 2009-04-14 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fraps version 3 seems to be the same as Fraps v5 | Kostya Shishkov | 2008-12-04 | 1 | -2/+3 |
* | Simplify colour conversion in Fraps as suggested by Michael | Kostya Shishkov | 2008-08-11 | 1 | -10/+2 |
* | R and B components are stored as a differences to G component in Fraps v5. | Kostya Shishkov | 2008-08-10 | 1 | -2/+17 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | Fraps v5 decoding support | Kostya Shishkov | 2008-03-09 | 1 | -1/+42 |
* | Add step variable (for future v5 decoding) | Kostya Shishkov | 2008-03-09 | 1 | -3/+4 |
* | huffman: add a zero_count flag and use it in fraps | Aurelien Jacobs | 2008-03-08 | 1 | -1/+2 |
* | Add casts to avoid warnings: | Reimar Döffinger | 2008-02-19 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -4/+4 |
* | moves fraps huffman decoder to its own file, making it more generic | Aurelien Jacobs | 2007-10-14 | 1 | -80/+8 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | correct type of qsort() comparison callback | Måns Rullgård | 2007-06-16 | 1 | -1/+2 |
* | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung | 2007-04-07 | 1 | -1/+0 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -4/+4 |
* | Check for symbol count | Kostya Shishkov | 2006-11-06 | 1 | -0/+4 |