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-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
2008-06-09Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output andReimar Döffinger
2008-06-09Almost-cosmetics: split out coeff_count from all_fragments struct intoReimar Döffinger
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-05-04Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-24fix memory leaks in vp3 decoderMåns Rullgård
2008-02-20Fix ;;Michael Niedermayer
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-02-13Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun
2008-02-01constMichael Niedermayer
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-08-03Reduce Theora decoder verbosity.Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-05-07cosmetics: fix inconsistent indentationAurelien Jacobs
2007-05-07fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs
2007-04-08Only compile in Theora-specific functions if the Theora decoder has beenDiego Biurrun
2007-04-08cosmetics: Move one code block to save an #ifdef in the next commit.Diego Biurrun