summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-02-26Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d'Michael Niedermayer4-84/+81
2013-02-25vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles3-76/+73
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer62-297/+176
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun16-64/+7
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer71-983/+1273
2012-06-05vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse4-4/+17
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer32-179/+605
2012-02-02vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje2-15/+14
2012-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-128/+145
2012-01-06vorbis: Avoid some out-of-bounds readsChris Evans1-7/+8
2012-01-04vorbis: Fix last quarter of CVE-2011-3893Michael Niedermayer1-1/+1
2012-01-04ogg: Avoid the possibility to read out-of-bounds of a static global array in ...Chris Evans1-2/+2
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-84/+291
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun27-32/+32
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-156/+198
2011-07-14doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun20-75/+115
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer70-897/+1031
2011-06-02Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun12-32/+11
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer47-435/+496
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun7-108/+119
2011-04-29Merge remote branch 'qatar/master'Michael Niedermayer23-467/+142
2011-04-29vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun3-125/+113
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-09-29whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun5-3190/+3194
2009-09-28some more linebreak and brace placement cosmeticsDiego Biurrun3-16/+29
2009-09-28brace placement and linebreak cosmeticsDiego Biurrun5-162/+226
2009-08-30Remove unused variable.Reimar Döffinger1-1/+0
2009-08-27indentLoren Merritt1-13/+13
2009-08-271.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2.Loren Merritt1-6/+32
2009-07-08Add extra validation checks to ff_vorbis_len2vlc.Reimar Döffinger1-0/+5
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-12-12Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon4-60/+60
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun22-33/+33
2008-02-0930% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt1-15/+12
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-05-10rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs4-1752/+1752
2007-05-10loosen vorbis_enc.c dependencies by spliting vorbis.cAurelien Jacobs3-154/+188
2007-03-25extract vorbis header spliting code into a reusable functionAurelien Jacobs4-28/+98
2006-11-12rename inverse -> ff_inverseMåns Rullgård5-8/+8
2006-10-11Rename ABS macro to FFABS.Diego Biurrun32-231/+231
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-10-01remove render_line from vorbis.h, add ff_vorbis_floor1_render_list insteadOded Shimon2-52/+47
2006-10-01make some more functions global so they can be shared with vorbis_enc.cOded Shimon2-70/+50
2006-10-01make ready_floor1_list() shared for vorbis_enc.cOded Shimon2-61/+59
2006-09-30vorbis.h -> vorbis_data.cOded Shimon4-2264/+2285
2006-09-25Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same...Reimar Döffinger1-18/+7
2006-09-24fix to vorbis decoder for book==0Oded Shimon1-1/+1
[next]