summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* simplify 4-point transform part a bitKostya Shishkov2008-01-191-34/+26
* Factor out constant additionKostya Shishkov2008-01-191-64/+64
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-183-6/+15
* More verbose error log message.Benoit Fouet2008-01-181-1/+1
* Save quantizer values as wellKostya Shishkov2008-01-181-0/+1
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-182-0/+10
* Add system-specific network link flags to inet_aton test. This should fixMichael Kostylev2008-01-181-1/+1
* Fix forgotten braces from r11039Roberto Togni2008-01-171-2/+2
* Clarify the error message when video width, height, or framerate are notMichel Bardiaux2008-01-171-1/+1
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet2008-01-173-19/+19
* Consider initial EOR in the back_ptr calculation.Michael Niedermayer2008-01-173-24/+25
* Remove some useless parentheses.Benoit Fouet2008-01-173-6/+6
* Cosmetics: whitespacesBenoit Fouet2008-01-176-69/+69
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-176-31/+31
* Simplify preprocessor expression as suggested by Mans.Diego Biurrun2008-01-171-2/+2
* Disallow puts(), av_log() should be used instead.Diego Biurrun2008-01-171-0/+2
* Replace puts() by dprintf where appropriate.Diego Biurrun2008-01-171-6/+2
* Description: remove superfluous parentheses.Benoit Fouet2008-01-171-5/+5
* Check param in sws_getCachedContext().KO Myung-Hun2008-01-171-1/+6
* Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer2008-01-172-2/+2
* Use check_lib2 instead of check_lib in SDL test. This is helpful inKO Myung-Hun2008-01-161-1/+1
* Remove some spaces to keep certain people's eyes from hurting.Diego Biurrun2008-01-161-1/+1
* Make .vhookdep depend on version.h, same as .depend.Diego Pettenò2008-01-161-1/+1
* misc spelling/grammar fixesDiego Biurrun2008-01-161-43/+45
* Rename illegal identifiers, _ followed by capital is reserved for the system.Diego Biurrun2008-01-161-8/+8
* pqindex=0 is forbiddenKostya Shishkov2008-01-161-0/+2
* qscale==0 is invalidMichael Niedermayer2008-01-161-1/+1
* pentium4m is a valid CPU name, add it to the list.Igor Mozolevsky2008-01-161-1/+1
* Move "Creating config.mak and config.h..." message down to the point whereDiego Biurrun2008-01-161-2/+2
* Add const qualifiers to unmodified function parameters, fixes the warning:Diego Biurrun2008-01-161-1/+1
* Remove bogus cast.Diego Biurrun2008-01-161-1/+1
* Print removing of nodes in the test code.Michael Niedermayer2008-01-161-0/+1
* simplifyMichael Niedermayer2008-01-161-2/+1
* Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni2008-01-152-3/+4
* Add compilation rule for tools/pktdumper.Diego Biurrun2008-01-141-0/+3
* Add '#undef strcat' to fix compilation.Diego Biurrun2008-01-141-0/+2
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-142-2/+2
* Suppress runaway index on streamed inputMichel Bardiaux2008-01-141-1/+2
* Build both static and shared libs from the same object.Diego Pettenò2008-01-141-8/+2
* Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet2008-01-142-12/+12
* Remove green clouds.Michael Niedermayer2008-01-141-4/+16
* gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpar...Luca Barbato2008-01-131-1/+1
* Add support for S8 PCM (codec 2)Roberto Togni2008-01-131-0/+1
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-133-2/+39
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-133-9/+12
* Get rid of fft_rev table, use ff_reverse and a shift.Reimar Döffinger2008-01-131-11/+1
* Use FFSWAP instead of "manual" swapReimar Döffinger2008-01-121-6/+2
* refer users to ffmpeg-user list in case of errorsMåns Rullgård2008-01-121-1/+1
* AlignmentVíctor Paesa2008-01-121-1/+1
* Link to libraries in dependency order.Víctor Paesa2008-01-122-4/+4