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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-31Comment about unsupported sample sizeVitor Sessak
2007-08-30Rename functionVitor Sessak
2007-08-30Replace two #define's by inline functionsVitor Sessak
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-08-07More indentationVitor Sessak
2007-08-07Cosmetics: indentationVitor Sessak
2007-08-07Rename functionVitor Sessak
2007-07-24Minor cosmeticsVitor Sessak
2007-07-19Another minor simplificationVitor Sessak
2007-07-18Make deinterlace_16 receive an array as a parameter and not two separated varsVitor Sessak
2007-07-18Minor simplificationVitor Sessak
2007-07-18Yet more cosmeticsVitor Sessak
2007-07-18More cosmeticsVitor Sessak
2007-07-18Remove reimplementation of av_log2Vitor Sessak
2007-07-18Test for supported number of channelsVitor Sessak
2007-07-18Cosmetics: indentationVitor Sessak
2007-07-18Cosmetics: alignmentVitor Sessak
2007-07-18Remove more code duplication. Based on a patch by Matthieu Castet.Vitor Sessak
2007-07-18Move var. declaration to allow further clean upVitor Sessak
2007-07-18Remove code duplication. Based on a patch by Matthieu Castet.Vitor Sessak
2007-07-13Make "channels" variable mean the number of channels, not the number ofVitor Sessak
2007-07-12license header consistency: Remove redundant "all rights reserved" statementDiego Biurrun
2007-07-10Use proper bytestream functionsVitor Sessak
2007-07-10Prepare to remove more duplicated codeVitor Sessak
2007-07-10Remove some duplicated codeVitor Sessak
2007-07-10Port some useful comments from newest version of David Hammerton's decoder (f...Vitor Sessak
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-22fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-05-13sanity checks, some might have been exploitable ...Michael Niedermayer
2006-05-10fix alac decoder on little endianBaptiste Coudurier
2006-02-21explain extradata and pass avctx to av_log'sAlex Beregszaszi
2006-01-28make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-02100l - this has only worked on big endianAlex Beregszaszi
2005-03-10replace custom bit-reading functions with FFmpeg's internal function;Mike Melanson
2005-03-06get rid of nasty exit()'s so the decoder will only warn the user beforeMike Melanson
2005-03-06decoder works fine now, when fed properly-sized chunks by the demuxer;Mike Melanson
2005-03-06do not use a variable before proper initializationMike Melanson
2005-03-06first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson