aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-019-0/+195
| | | | Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $(command) instead of `command`, it's POSIX, clearer and already used.Diego Biurrun2007-04-011-1/+1
| | | | Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always lowercase targetos.Diego Biurrun2007-04-011-8/+8
| | | | Originally committed as revision 8585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add '#undef exit', the function is now forbidden.Diego Biurrun2007-04-012-0/+3
| | | | Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* run ebp register check in subshell so we can redirect crash messageMåns Rullgård2007-04-011-1/+1
| | | | Originally committed as revision 8583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge redundant comments.Diego Biurrun2007-04-011-5/+1
| | | | Originally committed as revision 8582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMVAMichael Niedermayer2007-04-011-0/+1
| | | | Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy comment tweaksLoren Merritt2007-03-312-3/+3
| | | | Originally committed as revision 8580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-313-3/+21
| | | | | | | Date: Mar 30, 2007 9:00 PM Subject: Re: [Ffmpeg-devel] Motion Estimation in snow.c for Waevelet encoded frames (DWT) Originally committed as revision 8579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force lowercase targetos value for MinGW, we check against lowercase strings.Diego Biurrun2007-03-311-0/+1
| | | | Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct-test works on non-x86 now.Diego Biurrun2007-03-311-2/+2
| | | | Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* platform-independent restructuring and code simplificationMarc Hoffman2007-03-311-37/+68
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove illegal call to exit().Marc Hoffman2007-03-311-2/+1
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* call faacDecClose() with all libfaad versionsDiego Pettenò2007-03-311-3/+2
| | | | | | patch by Diego Petteno flameeyes gmail com Originally committed as revision 8574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning:Stanislav Brabec2007-03-311-1/+1
| | | | | | | ffserver.c:4303: warning: 'acl.next' is used uninitialized in this function patch by Stanislav Brabec, sbrabec suse cz Originally committed as revision 8573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVRn fourccBaptiste Coudurier2007-03-311-0/+1
| | | | Originally committed as revision 8572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-03-311-3/+3
| | | | Originally committed as revision 8571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin: Audio buffers are no longer allocated on the stack,Diego Biurrun2007-03-311-1/+1
| | | | | | | thus a 256KB stack is no longer required. according to Marc Hoffman, mmh pleasantst com Originally committed as revision 8570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error messageBaptiste Coudurier2007-03-311-2/+3
| | | | Originally committed as revision 8569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix x-octet-stream mime typeAlex Beregszaszi2007-03-311-1/+1
| | | | Originally committed as revision 8568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdupAlex Beregszaszi2007-03-311-5/+1
| | | | Originally committed as revision 8567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dead codeAlex Beregszaszi2007-03-311-25/+0
| | | | Originally committed as revision 8566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2007-03-311-1/+1
| | | | Originally committed as revision 8565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not return invalid pointer for non-audio or video streams.Sam Hocevar2007-03-301-3/+4
| | | | | | Patch by Sam Hocevar sam+ffmpeg zoy org Originally committed as revision 8564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* argh, who commited this trashMichael Niedermayer2007-03-301-5/+3
| | | | | | start must be 0 ... Originally committed as revision 8563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle proper compilation on Mac OS X.Marc Hoffman2007-03-301-8/+4
| | | | | | | Fix data alignment bug (the original purpose of the code is unclear, though). patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 22847 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 10^10l to the idiot who designed this format and didnt even realize what ↵Michael Niedermayer2007-03-301-1/+1
| | | | | | number he used Originally committed as revision 8562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typos in commentsLuca Barbato2007-03-301-5/+6
| | | | Originally committed as revision 8561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt2007-03-301-5/+4
| | | | Originally committed as revision 8560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-304-7/+48
| | | | Originally committed as revision 8559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of IMAG0002.ASFMichael Niedermayer2007-03-301-10/+8
| | | | Originally committed as revision 8558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* analyze end condition must match r_fps selection conditionMichael Niedermayer2007-03-301-1/+1
| | | | | | fixes fps for Channel\ 4\ News_Channel\ 4_20_10_2006_19_00_01.dvr-ms Originally committed as revision 8557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change -fs to use bytes instead of kbytesBaptiste Coudurier2007-03-301-2/+2
| | | | Originally committed as revision 8556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change -fs option to use OPT_INT64Baptiste Coudurier2007-03-301-2/+2
| | | | Originally committed as revision 8555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add OPT_INT64 optionBaptiste Coudurier2007-03-302-0/+4
| | | | Originally committed as revision 8554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bug in av_find_opt(). Because some of the AVOption structures have fieldKamil Nowosad2007-03-301-1/+1
| | | | | | | | | | | | unit = NULL, the function could pass NULL to strcmp and cause a segfault. Patch by Kamil Nowosad, k nowosad % students mimuw edu pl. Original thread: Subject: [PATCH] small bugfix in av_find_opt() Date: 03/23/2007 12:20 PM Originally committed as revision 8553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'all' and 'none' options for partitions configLimin Wang2007-03-301-0/+2
| | | | | | | | | Patch by Limin Wang % lance P lmwang A gmail P com % Original thread: date: Mar 24, 2007 3:53 PM subject: [Ffmpeg-devel] [PATCH] add all and none options for partitions config Originally committed as revision 8552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update specification and reference implementation links.Robert Swain2007-03-301-4/+5
| | | | | | patch by Robert Swain, robert.swain gmail com Originally committed as revision 8551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe of 001.vdr-broken-6025Michael Niedermayer2007-03-291-2/+2
| | | | Originally committed as revision 8550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-294-3/+44
| | | | | | | | | | interested in using a debugger to debug FFmpeg. Original thread: Subject: [PATCH] Fix compilation when using --disable-opts Date: 2007-03-15 16:58:35 GMT Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l, revert r8547, im too stupidBaptiste Coudurier2007-03-291-1/+1
| | | | Originally committed as revision 8548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo, fix -fsBaptiste Coudurier2007-03-291-1/+1
| | | | Originally committed as revision 8547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move atom size check before parsing function searchBaptiste Coudurier2007-03-291-5/+4
| | | | Originally committed as revision 8546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unset sample count to disable track when is brokenBaptiste Coudurier2007-03-291-0/+1
| | | | Originally committed as revision 8545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* break if atom size is more than size left in container atom, fix shooter.movBaptiste Coudurier2007-03-291-1/+1
| | | | Originally committed as revision 8544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept only existing bitrates.Benoit Fouet2007-03-291-40/+57
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow setting v4l2 input and video standard.Limin Wang2007-03-291-0/+54
| | | | | | Patch by Limin Wang (lance.lmwang AT gmail DOT com) Originally committed as revision 8542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the vhook code to send real timestamps to the filters instead of theBobby Bingham2007-03-293-4/+4
| | | | | | | | current time of day, which is useless, and which the filters could just as easily query for themselves. patch by Bobby Bingham, uhmmmm gmail com Originally committed as revision 8541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add hdv1 fourccBaptiste Coudurier2007-03-281-0/+1
| | | | Originally committed as revision 8540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r8538 (set bit rate for asf format) until regression tests issue is ↵Baptiste Coudurier2007-03-281-14/+7
| | | | | | stated Originally committed as revision 8539 to svn://svn.ffmpeg.org/ffmpeg/trunk