| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-08 | 1 | -46/+49 |
|\ \
| |/ |
|
| * | roqvideo: cosmetics. | Ronald S. Bultje | 2012-03-07 | 1 | -16/+16 |
| * | roqvideo: convert to bytestream2 API. | Ronald S. Bultje | 2012-03-07 | 1 | -34/+35 |
| * | roqvideodec: set AVFrame reference before reget_buffer. | Reimar Döffinger | 2011-12-04 | 1 | -0/+1 |
* | | roqvideodec: improve end of input buffer check | Michael Niedermayer | 2012-03-02 | 1 | -1/+1 |
* | | Set AVFrame reference before reget_buffer. | Reimar Döffinger | 2011-11-05 | 1 | -0/+1 |
* | | roqvideodec: Improve checking of input buffer bounds. | Reimar Döffinger | 2011-08-21 | 1 | -0/+12 |
* | | 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 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 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+2 |
* | | 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 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | 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 |
* | Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software | Stefano Sabatini | 2008-06-13 | 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 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 |
* | These video decoders do not need to include and initialize the DSP | Mike Melanson | 2008-03-10 | 1 | -2/+0 |
* | Add some const where appropriate | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |
* | some const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq | Michael Niedermayer | 2007-08-11 | 1 | -0/+5 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | use properly AVFrame.linesize | Vitor Sessak | 2007-07-02 | 1 | -2/+0 |
* | add width and height in context and use them | Vitor Sessak | 2007-06-26 | 1 | -3/+5 |
* | Rename cb field | Eric Lasota | 2007-06-06 | 1 | -21/+21 |
* | Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks | Eric Lasota | 2007-06-05 | 1 | -4/+1 |
* | Remove get_byte wrapper | Ramiro Polla | 2007-06-02 | 1 | -9/+7 |
* | fix skipped blocks | Michael Niedermayer | 2007-06-01 | 1 | -10/+3 |
* | Split RoQ decoder to accommodate future encoder patch | Vitor Sessak | 2007-05-29 | 1 | -0/+232 |