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-06export dnxhd encoded picture qualityBaptiste Coudurier
2008-05-06Remove one more set of useless parentheses from a return call.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-05-05Use a state machine to reduce branching logic in decode_cabac_residual.Jason Garrett-Glaser
2008-05-05Prevent targaenc.c from outputting trash byte.Ramiro Polla
2008-05-04Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka
2008-05-04Indent.Ramiro Polla
2008-05-04Do not read out of array bounds.Ramiro Polla
2008-05-04Output buffer overflow.Michael Niedermayer
2008-05-04Heap buffer overflow.Michael Niedermayer
2008-05-04Fix memset(0) based buffer overflow.Michael Niedermayer
2008-05-03Move declaration a little.Michael Niedermayer
2008-05-03Setting i to 0 once should do.Michael Niedermayer
2008-05-03cosmetics: Consistently use C-style comments in #endif preprocessor directives.Diego Biurrun
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