summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* Remove useless ret variable added in last revision again.Reimar Döffinger2009-07-06
* 100l, theora_decode_init must pass on errors from vp3_decode_initReimar Döffinger2009-07-06
* Make decode_init fail if the huffman tables are invalid and thus init_vlc fails.Reimar Döffinger2009-07-06
* Ensure that the filter limit values do not exceed the maximum allowed value o...Reimar Döffinger2009-07-05
* Extend init_loop_filter to work for filter limit values up to 127 insteadReimar Döffinger2009-07-05
* vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Support block-level quantization in TheoraDavid Conrad2009-05-29
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-11
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* VP3: Do not ignore error from read_huffman_tree().Alex Converse2009-02-09
* VP3: Prevent stack corruption from an unset custom coding method.Alex Converse2009-02-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* clear_block mmxLoren Merritt2008-12-10
* MMX VP3 Loop FilterDavid Conrad2008-10-17
* Remove unused variablesDavid Conrad2008-10-12
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-04
* Cosmetics: reindentDavid Conrad2008-10-01
* Unneeded elseDavid Conrad2008-10-01
* Unneeded bracesDavid Conrad2008-10-01
* Return if unpacking motion vectors for a keyframeDavid Conrad2008-10-01
* Cosmetics: indentationDavid Conrad2008-10-01
* Visible width/height fields were added in Theora 3.2David Conrad2008-10-01
* filter_limit_values only needs 7 bits, make its tables smallerDavid Conrad2008-10-01
* Cosmetics: indentationDavid Conrad2008-09-30
* Merge (vp3|theora)_calculate_pixel_addressesDavid Conrad2008-09-30
* Missed hunks of last commitDavid Conrad2008-09-30
* Remove unused vp3 debugging infoDavid Conrad2008-09-30
* Downgrade severity of leftover bits in header packets, and don't check for th...David Conrad2008-09-30
* Use skip_frame for keyframe-only decoding rather than #ifdefDavid Conrad2008-09-29
* Take idct permutation into account when initializing dequantization matricesDavid Conrad2008-09-17
* theoradec: cosmetics: indentationAurelien Jacobs2008-09-03
* theoradec: skip decoding of uncoded MV in 4MV codeAurelien Jacobs2008-09-03
* theoradec: small 4MV code reorganization to ease future improvementsAurelien Jacobs2008-09-03
* make ModeAlphabet read-only and use a custom mode alphabetStefan Gehrer2008-06-25
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output andReimar Döffinger2008-06-09
* Almost-cosmetics: split out coeff_count from all_fragments struct intoReimar Döffinger2008-06-09
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka2008-05-04
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* fix memory leaks in vp3 decoderMåns Rullgård2008-02-24