summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Factor out constant additionKostya Shishkov2008-01-19
| | | | Originally committed as revision 11558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-18
| | | | | | | | | This can be used later by RDT to get the flags from the RTP packet and use that for the RealMedia packet (such as whether this RTP packet represents a keyframe or not). For discussion, see "[PATCH] Realmedia / RTSP (RDT)". Originally committed as revision 11557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More verbose error log message.Benoit Fouet2008-01-18
| | | | Originally committed as revision 11556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Save quantizer values as wellKostya Shishkov2008-01-18
| | | | Originally committed as revision 11555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-18
| | | | Originally committed as revision 11554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add system-specific network link flags to inet_aton test. This should fixMichael Kostylev2008-01-18
| | | | | | | the check on platforms that require those flags. patch by Michael Kostylev, mik niipt ru Originally committed as revision 11553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix forgotten braces from r11039Roberto Togni2008-01-17
| | | | Originally committed as revision 11552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the error message when video width, height, or framerate are notMichel Bardiaux2008-01-17
| | | | | | | specified. Patch by Michel Bardiaux (mbardiaux AT mediaxim DOT be) Originally committed as revision 11551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet2008-01-17
| | | | Originally committed as revision 25780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Consider initial EOR in the back_ptr calculation.Michael Niedermayer2008-01-17
| | | | Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some useless parentheses.Benoit Fouet2008-01-17
| | | | Originally committed as revision 25779 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: whitespacesBenoit Fouet2008-01-17
| | | | Originally committed as revision 25778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-17
| | | | Originally committed as revision 25777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simplify preprocessor expression as suggested by Mans.Diego Biurrun2008-01-17
| | | | Originally committed as revision 11549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disallow puts(), av_log() should be used instead.Diego Biurrun2008-01-17
| | | | Originally committed as revision 11548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace puts() by dprintf where appropriate.Diego Biurrun2008-01-17
| | | | Originally committed as revision 11547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Description: remove superfluous parentheses.Benoit Fouet2008-01-17
| | | | Originally committed as revision 25776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Check param in sws_getCachedContext().KO Myung-Hun2008-01-17
| | | | | | | | Patch by KO Myung-Hun komh chollian net Original thread: [FFmpeg-devel] [PATCH] param check in sws_getCachedContext() Date: Wed Jan 9 11:15:19 CET 2008 Originally committed as revision 25775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer2008-01-17
| | | | | | abort() Originally committed as revision 11546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use check_lib2 instead of check_lib in SDL test. This is helpful inKO Myung-Hun2008-01-16
| | | | | | | | combination with different calling/naming conventions as used in the OS/2 port of SDL. patch by Myung-Hun, komh a chollian d net Originally committed as revision 11545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some spaces to keep certain people's eyes from hurting.Diego Biurrun2008-01-16
| | | | Originally committed as revision 11544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make .vhookdep depend on version.h, same as .depend.Diego Pettenò2008-01-16
| | | | | | patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 11543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling/grammar fixesDiego Biurrun2008-01-16
| | | | Originally committed as revision 11542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename illegal identifiers, _ followed by capital is reserved for the system.Diego Biurrun2008-01-16
| | | | Originally committed as revision 11541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pqindex=0 is forbiddenKostya Shishkov2008-01-16
| | | | Originally committed as revision 11540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qscale==0 is invalidMichael Niedermayer2008-01-16
| | | | Originally committed as revision 11539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pentium4m is a valid CPU name, add it to the list.Igor Mozolevsky2008-01-16
| | | | | | patch by Igor Mozolevsky, igor hybrid-lab.co uk Originally committed as revision 11538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move "Creating config.mak and config.h..." message down to the point whereDiego Biurrun2008-01-16
| | | | | | those two files are actually created. Originally committed as revision 11537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const qualifiers to unmodified function parameters, fixes the warning:Diego Biurrun2008-01-16
| | | | | | svq1dec.c:584: warning: passing argument 1 of 'svq1_packet_checksum' discards qualifiers from pointer target type Originally committed as revision 11536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus cast.Diego Biurrun2008-01-16
| | | | Originally committed as revision 11535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print removing of nodes in the test code.Michael Niedermayer2008-01-16
| | | | Originally committed as revision 11534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-01-16
| | | | Originally committed as revision 11533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni2008-01-15
| | | | | | files (and add the ff_ prefix, to avoid polluting the namespace) Originally committed as revision 11532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add compilation rule for tools/pktdumper.Diego Biurrun2008-01-14
| | | | Originally committed as revision 11530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add '#undef strcat' to fix compilation.Diego Biurrun2008-01-14
| | | | Originally committed as revision 11529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-14
| | | | | | patch by Sigbjørn Skjæret, cisc broadpark no Originally committed as revision 11528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppress runaway index on streamed inputMichel Bardiaux2008-01-14
| | | | Originally committed as revision 11527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build both static and shared libs from the same object.Diego Pettenò2008-01-14
| | | | | | | This makes libpostproc consistent with all the other libraries. patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 11526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet2008-01-14
| | | | | | | Patch by Christophe GISQUET ([christophe][gisquet] <whirlpool sign> free <spot> fr) Thread [PATCH] Determine once and for all zz scan tables to use in VC-1 VLD Originally committed as revision 11525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove green clouds.Michael Niedermayer2008-01-14
| | | | | | fixes issue263 Originally committed as revision 11524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret ↵Luca Barbato2008-01-13
| | | | | | cisc...broadpark___no Originally committed as revision 11523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for S8 PCM (codec 2)Roberto Togni2008-01-13
| | | | | | Fix samples/au/vrooom.au Originally committed as revision 11522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-13
| | | | | | | patch by Paul Kelly paul stjohnspoint co uk with some changes by me Originally committed as revision 11521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-13
| | | | | | | | | | generation. Hard code Bessel I0 approximation iterations to 50. See thread for discussion: [FFmpeg-devel] [PATCH] Move Kaiser-Bessel Derived window to mdct.c Started on the 2008/01/10 Originally committed as revision 11520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of fft_rev table, use ff_reverse and a shift.Reimar Döffinger2008-01-13
| | | | | | Reduces maximum allowed value for MDCT_NBITS to 10 (current value is 9) Originally committed as revision 11519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use FFSWAP instead of "manual" swapReimar Döffinger2008-01-12
| | | | Originally committed as revision 11518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* refer users to ffmpeg-user list in case of errorsMåns Rullgård2008-01-12
| | | | Originally committed as revision 11517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AlignmentVíctor Paesa2008-01-12
| | | | Originally committed as revision 11516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link to libraries in dependency order.Víctor Paesa2008-01-12
| | | | | | Based on a patch by Gonzalo Garramuño, ggarra advancedsl com ar Originally committed as revision 11515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-12
| | | | | | Patch by Robert Swain, robert d swain a gmail d com Originally committed as revision 11514 to svn://svn.ffmpeg.org/ffmpeg/trunk