| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -1/+1 |
|\ |
|
| * | Replace computations of remaining bits with calls to get_bits_left(). | Alex Converse | 2012-03-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | vp56: error out on invalid stream dimensions. | Ronald S. Bultje | 2012-02-28 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -13/+13 |
|\ \
| |/ |
|
| * | vp56: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -9/+9 |
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-18 | 1 | -3/+6 |
|\ \
| |/ |
|
| * | vp6: Fix illegal read. | Thierry Foucu | 2011-11-17 | 1 | -3/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-04 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | vp6: Fix illegal read. | Alex Converse | 2011-11-03 | 1 | -1/+3 |
| * | vp6: Reset the internal state when aborting key frames header parsing | Laurent Aimar | 2011-10-07 | 1 | -1/+4 |
| * | vp6: Check for huffman tree build errors | Laurent Aimar | 2011-10-07 | 1 | -8/+12 |
* | | vp6:Reset the internal state when aborting key frames header parsing in vp6 d... | Laurent Aimar | 2011-09-24 | 1 | -1/+4 |
* | | Check for huffman tree building error in vp6 decoder. | Laurent Aimar | 2011-09-22 | 1 | -8/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-26 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | vp6: partially propagate huffman tree building errors during coeff model pars... | Dustin Brody | 2011-08-25 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -27/+24 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -27/+24 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -8/+10 |
|\ \
| |/ |
|
| * | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 1 | -8/+10 |
| * | 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 | -3/+3 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -3/+3 |
|/ |
|
* | Move vp6_filter_diag4() from DSPContext to VP56DSPContext. | Ronald S. Bultje | 2010-08-25 | 1 | -1/+1 |
* | VP5/6/8: eliminate CABAC dependency | Jason Garrett-Glaser | 2010-08-04 | 1 | -3/+3 |
* | Reindent after last commit. | Alex Converse | 2010-07-28 | 1 | -1/+1 |
* | ff_prefix non static vp56 functions. | Alex Converse | 2010-07-28 | 1 | -6/+6 |
* | vp6: convert VLA to fixed size | Måns Rullgård | 2010-06-24 | 1 | -1/+2 |
* | VP56: move vp56_edge_filter to new VP56DSPContext | Måns Rullgård | 2010-04-30 | 1 | -14/+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 | -3/+3 |
* | move vp6 huffman table freeing code, out of common vp56 code | Aurelien Jacobs | 2010-03-03 | 1 | -3/+20 |
* | Plug some memory leaks in the VP6 decoder | Vitor Sessak | 2010-03-03 | 1 | -0/+1 |
* | Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp... | Reimar Döffinger | 2009-07-05 | 1 | -0/+2 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil | Aurelien Jacobs | 2009-02-09 | 1 | -34/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | 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 | -6/+6 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 1 | -31/+31 |
* | vp6dec: ensure we don't try to use a buffer with negative size | Aurelien Jacobs | 2008-10-13 | 1 | -0/+2 |
* | vp6: ensure that huffman decoding table is sorted with descending symbol order | Peter Ross | 2008-06-22 | 1 | -1/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -3/+3 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+3 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | huffman: pass hnode_first as a flag instead of as an argument on its own | Aurelien Jacobs | 2008-03-08 | 1 | -1/+2 |
* | 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 |
* | 10l: init_get_bits want size in bits, not bytes | Aurelien Jacobs | 2007-11-27 | 1 | -1/+1 |