summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Check whether compiler supports xmm registers in asm clobber listRamiro Polla2010-10-06
| | | | Originally committed as revision 25362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intraRonald S. Bultje2010-10-05
| | | | | | | prediction (plus some with different rounding for svq3/rv40). Speedup (for SSSE3) about ~6-fold, 3.6% faster overall with cathedral sample. Originally committed as revision 25361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movdec: Free the previous extradataMartin Storsjö2010-10-05
| | | | | | | If multiple stsd atoms are parsed for the same stream, the old extradata would be leaked. Originally committed as revision 25360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movdec: Split out ff_mov_read_stsdMartin Storsjö2010-10-05
| | | | Originally committed as revision 25359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int.Aurelien Jacobs2010-10-05
| | | | Originally committed as revision 25358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbiscomment: add DISCNUMBER to the metadata conv tableAnton Khirnov2010-10-05
| | | | | | patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: Consolidate rtsp/sdp deps to use _selectMartin Storsjö2010-10-05
| | | | | | | This makes e.g. --disable-everything --enable-demuxer=rtsp actually enable the rtsp demuxer and everything else that is needed. Originally committed as revision 25356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: Add the http protocol as an auto-enabled dependency of the rtsp ↵Martin Storsjö2010-10-05
| | | | | | demuxer and muxer Originally committed as revision 25355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp/sdp: Move code into correct ifdefsMartin Storsjö2010-10-05
| | | | | | | | | This makes the code dependencies correct. Previously, the SDP demuxer wasn't buildable on its own. This also reverts rev 25343. Originally committed as revision 25354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* find_info_tag: Make sure the output buffer is null terminatedMartin Storsjö2010-10-05
| | | | Originally committed as revision 25353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not assume PIX_FMT_YUV420P will remain the only supported output format ↵Carl Eugen Hoyos2010-10-05
| | | | | | for H264. Originally committed as revision 25352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* udp: Define _DARWIN_C_SOURCEMartin Storsjö2010-10-05
| | | | | | This is required in order to get the IP_MULTICAST_TTL define. Originally committed as revision 25351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* udp: Return the actual error code on errors, instead of AVERROR(EIO)Martin Storsjö2010-10-05
| | | | Originally committed as revision 25350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set proper error if server flags indicate that it doesn't support mmst. Thisqrtt12010-10-05
| | | | | | | | prevents a read-after-close-induced segfault later. Fixes issue 2266. Patch by qrtt1 <chingyichan dot tw gmail com>. Originally committed as revision 25349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics, lots of.Tobias Bindhammer2010-10-05
| | | | Originally committed as revision 25348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip unnecessary calculations in 4col-mode.Tobias Bindhammer2010-10-05
| | | | Originally committed as revision 25347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add possibility to crop screens inside of encoded frames.Tobias Bindhammer2010-10-05
| | | | Originally committed as revision 25346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add check for height when cropping.Tobias Bindhammer2010-10-05
| | | | Originally committed as revision 25345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce palette with dynamic size.Tobias Bindhammer2010-10-05
| | | | Originally committed as revision 25344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs.Diego Biurrun2010-10-05
| | | | | | They reside within a large CONFIG_RTSP_DEMUXER block and are thus pointless. Originally committed as revision 25343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some #endif comments to ease understanding.Diego Biurrun2010-10-05
| | | | Originally committed as revision 25342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: write metadataAnton Khirnov2010-10-05
| | | | | | patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update av_cmp_q() documentation after r25338.Stefano Sabatini2010-10-05
| | | | Originally committed as revision 25340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add selftest code for av_cmp_q().Michael Niedermayer2010-10-05
| | | | Originally committed as revision 25339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_cmp_q() work with infinities and NAN.Michael Niedermayer2010-10-05
| | | | Originally committed as revision 25338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ↵Michael Niedermayer2010-10-05
| | | | | | | | missed. This preempts issues with av_cmp_q(0/0, X) Originally committed as revision 25337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xdcam hd422 720p24 fourcc in movBaptiste Coudurier2010-10-04
| | | | Originally committed as revision 25336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mms: remove dependency on MAX_STREAM APIAurelien Jacobs2010-10-04
| | | | Originally committed as revision 25335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a test for av_parse_video_rate().Stefano Sabatini2010-10-04
| | | | Originally committed as revision 25334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_parse_and_eval_expr() in av_parse_video_rate(), simplify.Stefano Sabatini2010-10-04
| | | | Originally committed as revision 25333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini2010-10-04
| | | | Originally committed as revision 25332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snowdsp: Explicitly state the operand sizesİsmail Dönmez2010-10-04
| | | | | | | | Fixes compilation with clang's builtin assembler Patch by İsmail Dönmez, ismail at namtrac dot org Originally committed as revision 25331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add protocol documentation on RTSPMartin Storsjö2010-10-04
| | | | Originally committed as revision 25330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: break long lineAurelien Jacobs2010-10-03
| | | | Originally committed as revision 25329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yadif: Explicit wordlength for compare. Fixes compile with clang.İsmail Dönmez2010-10-03
| | | | | | Patch by İsmail Dönmez: ismail at namtrac dot org Originally committed as revision 25328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flagMartin Storsjö2010-10-03
| | | | Originally committed as revision 25327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo, -flags 4mv => -flags mv4.Stefano Sabatini2010-10-03
| | | | Originally committed as revision 25326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: In the muxer, show the generated with verbose log levelMartin Storsjö2010-10-03
| | | | | | It is only useful for debugging, so it doesn't have to be shown every time. Originally committed as revision 25323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Show the received SDPMartin Storsjö2010-10-03
| | | | Originally committed as revision 25322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use SLIBSUF instead of .so, as a more generic dynamic library suffix.Víctor Paesa2010-10-03
| | | | Originally committed as revision 25321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, fix sws_getCachedContext. It did not set the colorspace details,Reimar Döffinger2010-10-03
| | | | | | | but worse it did not set up destination dimensions, thus every user of it would necessarily fail. Originally committed as revision 32424 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson2010-10-02
| | | | | | | | | that flag to the dca codec. This capability when set will make sure the codec will initialize the channel configuration instead of trusting the container. This fixes issue 2137 and issue 850. Originally committed as revision 25320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* applehttp: Add comments to make_absolute_urlMartin Storsjö2010-10-02
| | | | Originally committed as revision 25319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* applehttp: Handle a .. path segment in the base urlMartin Storsjö2010-10-02
| | | | Originally committed as revision 25318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-10-02
| | | | Originally committed as revision 25317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* applehttp: Allow the base url to be a local file name, tooMartin Storsjö2010-10-02
| | | | Originally committed as revision 25316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support decoding of FLAC files without a STREAMINFO header.Justin Ruggles2010-10-02
| | | | Originally committed as revision 25315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless -vn option, the file has no video stream.Reimar Döffinger2010-10-02
| | | | Originally committed as revision 25314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename fate-gsm test to the more accurate fate-gsm-msReimar Döffinger2010-10-02
| | | | | | | | and add a test for regular GSM as fate-gsm. Fixes a 8kHz sample from issue 113. Originally committed as revision 25313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger2010-10-02
| | | | | | | | bitstream endianness, so they cannot reuse the same code without a lot of function call overhead. Thus use templating to compile two different binaries. Originally committed as revision 25312 to svn://svn.ffmpeg.org/ffmpeg/trunk