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
2008-05-03Add Dirac support through libschroedinger.Anuradha Suraparaju
2008-05-0310l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, soDiego Biurrun
2008-05-03fix checkheaders when libdirac not installedMåns Rullgård
2008-05-03add necessary #includes in headersMåns Rullgård
2008-05-03Dirac decoding/encoding support via libdirac.Anuradha Suraparaju
2008-05-03Add Dirac parser from SoC; written by Marco Gerards;Diego Biurrun
2008-05-03include avcodec.hJustin Ruggles
2008-05-03Long name spelling fixesBenjamin Larsson
2008-05-03move call to init_get_bits inside conditionalJustin Ruggles
2008-05-03share streaminfo parsing functionJustin Ruggles
2008-05-03split out some decoder context params to a shared macroJustin Ruggles
2008-05-03change function parameters for dump_headers()Justin Ruggles
2008-05-03change function parameters for metadata_streaminfo()Justin Ruggles
2008-05-01Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.Diego Pettenò
2008-04-30Comment out unused ff_vc1_norm6_spec table.Diego Biurrun
2008-04-30Transform codec short name into a single word.Stefano Sabatini
2008-04-30Add long names to some AVCodec declarations.Stefano Sabatini
2008-04-29indentMichael Niedermayer
2008-04-29Fix decoding of:Michael Niedermayer
2008-04-29Typo: distoration -> distortion.Ramiro Polla
2008-04-29Remove leading whitespace in long codec name that was committed in r13017Robert Swain
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-29Transform codec names into single words.Stefano Sabatini
2008-04-29remove unused variable, min_framesizeJustin Ruggles
2008-04-28Calculate motion vector information based on PTS provided in slice headerKostya Shishkov
2008-04-28Add long names to some AVCodec declarations.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-04-28Make 8SVX codec names just a single word for consistency with other codec names.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-04-27Use filename as multiple inclusion guard.Diego Biurrun
2008-04-26Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun
2008-04-26Remove unnecessary test program dependency declarations.Diego Biurrun
2008-04-26Grammar fixes and improvements for the new ACELP codeRobert Swain
2008-04-26break if error in header so it can output already decoded framesBaptiste Coudurier
2008-04-26merge init with declarationBaptiste Coudurier
2008-04-26cosmetics: merge declsBaptiste Coudurier
2008-04-26simplify: merge loopsBaptiste Coudurier
2008-04-26simplifyBaptiste Coudurier
2008-04-26simplify: remove useless fields and varsBaptiste Coudurier
2008-04-26move MP3On4DecodeContext def near the code and under ifdefBaptiste Coudurier
2008-04-26correctly patch syncword for samples rates < 16000, decoder now fully support...Baptiste Coudurier
2008-04-26fix 1 frame config decodingBaptiste Coudurier
2008-04-26remove old draft last case not present anymore in iso specsBaptiste Coudurier
2008-04-26mp3on4 decoder now depends on mpeg4audio codeBaptiste Coudurier
2008-04-26use mpeg4audio common codeBaptiste Coudurier
2008-04-26Skip blocks in B-frames reuse motion vectors from next reference frame.Kostya Shishkov
2008-04-26simplifyBaptiste Coudurier
2008-04-26correctly compute out_size and samples numberBaptiste Coudurier
2008-04-26fsize is 12 bits according to specsBaptiste Coudurier
2008-04-26simplify using FFMIN3Baptiste Coudurier