| Commit message (Expand) | Author | Age | Files | Lines |
* | vp3/x86: use full transpose for all IDCTs. | Ronald S. Bultje | 2013-03-12 | 1 | -1/+1 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -5/+7 |
|\ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -5/+7 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit 'bb675d3ac6d722d5e117ae9042a996b55ca05b1d' | Michael Niedermayer | 2012-12-15 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | vp56: make parse_header return standard error codes | Luca Barbato | 2012-12-14 | 1 | -6/+6 |
* | | lavc/vp56: Move golden_frame into VP56Context | Ben Jackson | 2012-09-15 | 1 | -2/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | 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-01 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | vp56: error out on invalid stream dimensions. | Ronald S. Bultje | 2012-02-28 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -17/+17 |
|\ \
| |/ |
|
| * | vp56: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -17/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-18 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | vp5: Fix illegal read. | Alex Converse | 2011-11-17 | 1 | -2/+6 |
| * | vp6: Check for huffman tree build errors | Laurent Aimar | 2011-10-07 | 1 | -1/+2 |
* | | Check for huffman tree building error in vp6 decoder. | Laurent Aimar | 2011-09-22 | 1 | -1/+2 |
* | | 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-07-15 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 1 | -4/+6 |
| * | 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 |
|/ |
|
* | VP5/6/8: eliminate CABAC dependency | Jason Garrett-Glaser | 2010-08-04 | 1 | -1/+1 |
* | ff_prefix non static vp56 functions. | Alex Converse | 2010-07-28 | 1 | -4/+4 |
* | VP56: move vp56_edge_filter to new VP56DSPContext | Måns Rullgård | 2010-04-30 | 1 | -18/+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 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | vp5: don't try decoding a P frame before any I frame was parsed | Aurelien Jacobs | 2009-01-27 | 1 | -1/+2 |
* | vp56: don't reset dimensions to 0 in codec init | Aurelien Jacobs | 2008-12-15 | 1 | -1/+2 |
* | rename Vp56Model to VP56Model for consistency | Aurelien Jacobs | 2008-12-12 | 1 | -5/+5 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 1 | -18/+18 |
* | 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 | -1/+1 |
* | remove #include "mpegvideo.h" where it is not needed | Aurelien Jacobs | 2008-03-05 | 1 | -1/+0 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | add support for VP6 with huffman encoded blocks | Aurelien Jacobs | 2007-10-14 | 1 | -1/+1 |
* | add a new vp6a codec (add alpha plan support to vp6) | Aurelien Jacobs | 2007-09-25 | 1 | -1/+1 |
* | move all model related tables into their own struct | Aurelien Jacobs | 2007-09-24 | 1 | -31/+36 |
* | some simplifications and uniformisation | Aurelien Jacobs | 2007-09-24 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | set CODEC_CAP_DR1 for vp5 and vp6 decoders | Aurelien Jacobs | 2007-05-05 | 1 | -0/+1 |
* | Use pointers to avoid copying AVFrame. | Aurelien Jacobs | 2007-02-25 | 1 | -4/+4 |