Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-24Make sure that all memory allocations succeed.Mike Melanson
2009-09-23Fix >= vs > check of coded_fragment_list_index.Google Chrome
2009-09-23Fix init_get_bits() buffer size.Google Chrome
2009-09-23Another micro-optimization for unpack_vlcs(): Eliminate a possibleMike Melanson
2009-09-22Perform the DC prediction reversal immediately after decoding all ofMike Melanson
2009-09-21Modify unpack_vlcs() so that there are fewer dereferences through theMike Melanson
2009-09-06compatible_frame array can be static const, too.Reimar Döffinger
2009-09-05Make vp3 arrays static const where possible.Reimar Döffinger
2009-07-23Remove useless #include <unistd.h> from many filesMåns Rullgård
2009-07-06Remove useless ret variable added in last revision again.Reimar Döffinger
2009-07-06100l, theora_decode_init must pass on errors from vp3_decode_initReimar Döffinger
2009-07-06Make decode_init fail if the huffman tables are invalid and thus init_vlc fails.Reimar Döffinger
2009-07-05Ensure that the filter limit values do not exceed the maximum allowed value o...Reimar Döffinger
2009-07-05Extend init_loop_filter to work for filter limit values up to 127 insteadReimar Döffinger
2009-06-05vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-05-30Support block-level quantization in TheoraDavid Conrad
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-05-14Use skip_bits_long() for large skipsDavid Conrad
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-05-02Remove dead assignments found by CSABenjamin Larsson
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-09VP3: Do not ignore error from read_huffman_tree().Alex Converse
2009-02-04VP3: Prevent stack corruption from an unset custom coding method.Alex Converse
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-11clear_block mmxLoren Merritt
2008-10-17MMX VP3 Loop FilterDavid Conrad
2008-10-12Remove unused variablesDavid Conrad
2008-10-04Move VP3 loop filter to DSPContextDavid Conrad
2008-10-01Cosmetics: reindentDavid Conrad
2008-10-01Unneeded elseDavid Conrad
2008-10-01Unneeded bracesDavid Conrad
2008-10-01Return if unpacking motion vectors for a keyframeDavid Conrad
2008-10-01Cosmetics: indentationDavid Conrad
2008-10-01Visible width/height fields were added in Theora 3.2David Conrad
2008-10-01filter_limit_values only needs 7 bits, make its tables smallerDavid Conrad
2008-09-30Cosmetics: indentationDavid Conrad
2008-09-30Merge (vp3|theora)_calculate_pixel_addressesDavid Conrad
2008-09-30Missed hunks of last commitDavid Conrad
2008-09-30Remove unused vp3 debugging infoDavid Conrad
2008-09-30Downgrade severity of leftover bits in header packets, and don't check for th...David Conrad
2008-09-30Use skip_frame for keyframe-only decoding rather than #ifdefDavid Conrad
2008-09-17Take idct permutation into account when initializing dequantization matricesDavid Conrad
2008-09-03theoradec: cosmetics: indentationAurelien Jacobs
2008-09-03theoradec: skip decoding of uncoded MV in 4MV codeAurelien Jacobs
2008-09-03theoradec: small 4MV code reorganization to ease future improvementsAurelien Jacobs
2008-06-25make ModeAlphabet read-only and use a custom mode alphabetStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini