14024 Commits (31e15894d577e6cb46ecdf737ebc722aaaf14900)
 

Author SHA1 Message Date
Vitor Sessak 31e15894d5 Use ff_acelp_weighted_vector_sum() instead of reimplementing it 17 years ago
Vitor Sessak 594409a25c Make lpc coefficients 16 bit wide 17 years ago
Vitor Sessak 121ec9e55a Simplify implementation and use of dec2() 17 years ago
Baptiste Coudurier 3fb53d55db remove dummy coded frame, no muxer should use it anyway 17 years ago
Diego Biurrun a28d9122d2 Add a note about everybody's favorite recurring gcc bug: 17 years ago
Michael Niedermayer 909a9ad08d Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. 17 years ago
Stefano Sabatini e5f6b7e5ac Slightly clarify bitstream filter help output. 17 years ago
Michael Niedermayer e6b4e4ff5f Remove coded_frame==NULL checks for video encoders. 17 years ago
Michael Niedermayer e2d09b65e8 set coded_frame 17 years ago
Michael Niedermayer bf1310c7b1 Update regression checksums after dts calculation fix (r13470). 17 years ago
Diego Biurrun d156bede0b Add command line option to set the value of bindir. 17 years ago
Diego Biurrun 9c852bcf58 cosmetics: spelling typo fixes 17 years ago
Michael Niedermayer 884d53855d Null pointer check / CID26. 17 years ago
Michael Niedermayer c192426fd8 Fix return type of ff_init_me(). 17 years ago
Michael Niedermayer 7a7718e38f useless 17 years ago
Michael Niedermayer dd72228e53 minor simplification 17 years ago
Michael Niedermayer 8403c543de redundant 17 years ago
Michael Niedermayer fce88d52ca Fixes NULL pointer dereference CID66 17 years ago
Michael Niedermayer 9d4cd3bfd5 Tell the user if a AVI is non interleaved. 17 years ago
Michael Niedermayer 540c5220ff Check dia size a little more. Fixes CID80. 17 years ago
Diego Biurrun aa7205bcf1 Remove unused variable 'prefix' from config.mak. 17 years ago
Baptiste Coudurier efb533312f use internal video frame number 17 years ago
Baptiste Coudurier f2ecb775a7 cosmetics 17 years ago
Baptiste Coudurier 003ae66086 simplify, use pointer to codec context in struct instead of only id 17 years ago
Baptiste Coudurier 92f76fbf23 simplify, use pointer to codec context in struct instead of only id 17 years ago
Michael Niedermayer 6138ed777d Arrays where one element too small, fixes CID114. 17 years ago
Michael Niedermayer 5e5c908691 redundant check-- 17 years ago
Michael Niedermayer c1815c3700 memleak / fixes CID118 17 years ago
Michael Niedermayer c2a3dcaf25 Fix memleak, fixed CID123. 17 years ago
Michael Niedermayer 8e6f8869ab Do not read from prior the array, fix CID 127. 17 years ago
Michael Niedermayer 406a0fdcab Do not use the pts/dts calculation code which needs a parser, when no parser 17 years ago
Vitor Sessak d26a180fd6 Add comment 17 years ago
Vitor Sessak 1fe50db3f2 Fix doxy comments 17 years ago
Dmitry Antipov 1a592ecc47 Add Intel IWMMXT2 link, patch by Dmitry Antipov, dmantipov yandex ru. 17 years ago
Diego Biurrun d6bd62db95 Call x264 and Xvid libx264 and libxvid in the configure output for consistency. 17 years ago
Diego Biurrun 842eabc5f9 cosmetics: XviD is now called Xvid. 17 years ago
Diego Biurrun ae52bbe5de cosmetics: typo fixes 17 years ago
Stefano Sabatini 41a0df9b81 Update documentation of show_version() to account for latest changes. 17 years ago
Baptiste Coudurier ed03be6c49 use AVFifoBuffer 17 years ago
Baptiste Coudurier 2aaf590b17 cosmetics 17 years ago
Baptiste Coudurier 11dae3365a merge init and declaration 17 years ago
Baptiste Coudurier 4a712c3378 simplify and use version instead 17 years ago
Baptiste Coudurier 6ef445fede simplify 17 years ago
Baptiste Coudurier 8d4f0e6749 simplify 17 years ago
Baptiste Coudurier 9caf6781ed cosmetics, remove useless cases and braces 17 years ago
Baptiste Coudurier 1234da4caf use av_fifo_generic_write, old func is deprecated 17 years ago
Baptiste Coudurier fbcb081161 remove const qualifier, removes warning: 17 years ago
Diego Biurrun 1eacdcc644 Do not remove gmon.out on clean, we never create it. 17 years ago
Justin Ruggles bd98e9e230 zero the upper frequencies of the correct coefficients 17 years ago
Diego Biurrun 936d48911a Remove TAGS target cruft. 17 years ago