| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Remove useless ret variable added in last revision again. | Reimar Döffinger | 2009-07-06 | 1 | -3/+1 |
* | 100l, theora_decode_init must pass on errors from vp3_decode_init | Reimar Döffinger | 2009-07-06 | 1 | -2/+3 |
* | Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. | Reimar Döffinger | 2009-07-06 | 1 | -10/+19 |
* | Ensure that the filter limit values do not exceed the maximum allowed value o... | Reimar Döffinger | 2009-07-05 | 1 | -1/+6 |
* | Extend init_loop_filter to work for filter limit values up to 127 instead | Reimar Döffinger | 2009-07-05 | 1 | -2/+9 |
* | vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -2/+2 |
* | Support block-level quantization in Theora | David Conrad | 2009-05-29 | 1 | -27/+81 |
* | Move ALIGN macro to libavutil/common.h and use it in various places | David Conrad | 2009-05-22 | 1 | -2/+2 |
* | Use skip_bits_long() for large skips | David Conrad | 2009-05-14 | 1 | -1/+1 |
* | Add a chroma_sample_location field to define positioning of chroma samples | David Conrad | 2009-05-11 | 1 | -0/+1 |
* | Remove dead assignments found by CSA | Benjamin Larsson | 2009-05-02 | 1 | -2/+0 |
* | 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 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -1/+1 |
* | VP3: Do not ignore error from read_huffman_tree(). | Alex Converse | 2009-02-09 | 1 | -5/+10 |
* | VP3: Prevent stack corruption from an unset custom coding method. | Alex Converse | 2009-02-03 | 1 | -0/+2 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | clear_block mmx | Loren Merritt | 2008-12-10 | 1 | -2/+2 |
* | MMX VP3 Loop Filter | David Conrad | 2008-10-17 | 1 | -1/+2 |
* | Remove unused variables | David Conrad | 2008-10-12 | 1 | -2/+0 |
* | Move VP3 loop filter to DSPContext | David Conrad | 2008-10-04 | 1 | -43/+4 |
* | Cosmetics: reindent | David Conrad | 2008-10-01 | 1 | -122/+122 |
* | Unneeded else | David Conrad | 2008-10-01 | 1 | -2/+1 |
* | Unneeded braces | David Conrad | 2008-10-01 | 1 | -2/+2 |
* | Return if unpacking motion vectors for a keyframe | David Conrad | 2008-10-01 | 1 | -0/+1 |
* | Cosmetics: indentation | David Conrad | 2008-10-01 | 1 | -2/+2 |
* | Visible width/height fields were added in Theora 3.2 | David Conrad | 2008-10-01 | 1 | -3/+3 |
* | filter_limit_values only needs 7 bits, make its tables smaller | David Conrad | 2008-10-01 | 1 | -1/+1 |
* | Cosmetics: indentation | David Conrad | 2008-09-30 | 1 | -1/+1 |
* | Merge (vp3|theora)_calculate_pixel_addresses | David Conrad | 2008-09-30 | 1 | -47/+6 |
* | Missed hunks of last commit | David Conrad | 2008-09-30 | 1 | -3/+0 |
* | Remove unused vp3 debugging info | David Conrad | 2008-09-30 | 1 | -258/+0 |
* | Downgrade severity of leftover bits in header packets, and don't check for th... | David Conrad | 2008-09-30 | 1 | -2/+2 |
* | Use skip_frame for keyframe-only decoding rather than #ifdef | David Conrad | 2008-09-29 | 1 | -19/+3 |
* | Take idct permutation into account when initializing dequantization matrices | David Conrad | 2008-09-17 | 1 | -1/+1 |
* | theoradec: cosmetics: indentation | Aurelien Jacobs | 2008-09-03 | 1 | -9/+9 |
* | theoradec: skip decoding of uncoded MV in 4MV code | Aurelien Jacobs | 2008-09-03 | 1 | -1/+9 |
* | theoradec: small 4MV code reorganization to ease future improvements | Aurelien Jacobs | 2008-09-03 | 1 | -7/+6 |
* | make ModeAlphabet read-only and use a custom mode alphabet | Stefan Gehrer | 2008-06-25 | 1 | -9/+15 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and | Reimar Döffinger | 2008-06-09 | 1 | -18/+0 |
* | Almost-cosmetics: split out coeff_count from all_fragments struct into | Reimar Döffinger | 2008-06-09 | 1 | -11/+14 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 1 | -7/+7 |
* | Add complete multimedia Wiki URL, patch by Sisir Koppaka. | Sisir Koppaka | 2008-05-04 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -2/+4 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | remove #include "mpegvideo.h" where it is not needed | Aurelien Jacobs | 2008-03-05 | 1 | -1/+1 |
* | fix memory leaks in vp3 decoder | Måns Rullgård | 2008-02-24 | 1 | -0/+15 |