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
2013-02-26Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d'Michael Niedermayer
2013-02-26vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles
2013-01-21Merge commit 'ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3'Michael Niedermayer
2013-01-21vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-27Fix libvorbis encoding with more than 2 channelsJames Darnley
2010-03-07Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård
2010-01-29Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain
2009-10-02Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain
2009-09-29brace placement and linebreak cosmeticsDiego Biurrun
2008-12-12Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-06-25mark read-only data as constStefan Gehrer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-01remove render_line from vorbis.h, add ff_vorbis_floor1_render_list insteadOded Shimon
2006-10-01prevent warning in vorbis_data.cOded Shimon
2006-10-01100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_d...Oded Shimon
2006-10-01make some more functions global so they can be shared with vorbis_enc.cOded Shimon
2006-10-01make ready_floor1_list() shared for vorbis_enc.cOded Shimon
2006-09-30vorbis.h -> vorbis_data.cOded Shimon
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-08-11vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt
2006-08-10sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt
2006-08-03sse & sse2 implementations of vorbis channel coupling.Loren Merritt
2006-02-05Correct the relation between floors of type 0 and block sizes.Alexander Strasser
2006-02-04Cosmetic: Fix indentation.Alexander Strasser
2006-02-04Added support for vorbis files containing floor type 0.Alexander Strasser
2005-05-31decrease V_NB_BITS if possibleMichael Niedermayer
2005-05-30Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer
2005-05-17Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer