| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\ |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-08 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | | Try to set AVFrame.reference to correct values. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: fix indentation/alignment in AVCodec declarations | Diego Biurrun | 2011-08-03 | 1 | -1/+1 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -3/+0 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | make containers pass palette change in AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -3/+7 |
| * | 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 |
|/ |
|
* | 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 |
* | Fix two RLE buffer size calculations in TSCC decoder. | Kostya Shishkov | 2010-01-11 | 1 | -2/+3 |
* | Remove unnecessary calls to avcodec_check_dimensions, the check is already | Reimar Döffinger | 2009-10-13 | 1 | -4/+0 |
* | Remove useless assignment during initialization for some decoders | Kostya Shishkov | 2009-04-24 | 1 | -1/+0 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Silence useless compiler warning when passing AVFrame* instead of AVPicture* | Kostya Shishkov | 2009-02-01 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | remove useless ifdeffery, tscc won't do anything useful without zlib | Aurelien Jacobs | 2008-10-25 | 1 | -21/+0 |
* | Factorize out code used for MS RLE format decoding in different decoders. | Kostya Shishkov | 2008-09-18 | 1 | -113/+2 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -3/+3 |
* | 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 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -3/+3 |
* | Remove redundant assign | Kostya Shishkov | 2007-03-27 | 1 | -1/+0 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -1/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | 1l: correct argument order in avcodec_check_dimensions | Kostya Shishkov | 2006-10-01 | 1 | -1/+1 |
* | make TSCC endian-safe, PPC testing courtesy of Diego B. | Mike Melanson | 2006-02-12 | 1 | -18/+34 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -4/+4 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -8/+8 |
* | memleak fix | Michael Niedermayer | 2005-02-17 | 1 | -0/+2 |
* | Add 32bit RGB support | Roberto Togni | 2005-01-31 | 1 | -2/+13 |
* | Check pointers before writing to memory | Roberto Togni | 2005-01-23 | 1 | -6/+21 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+0 |