summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Avoid cast of double nan to int.Stefano Sabatini2010-10-02
| | | | | | It may cause exceptions on some platform. Originally committed as revision 25311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document url_get_filename().Stefano Sabatini2010-10-02
| | | | Originally committed as revision 25310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger2010-10-02
| | | | | | | between ffmpeg and ffplay and avoids a valgrind error by freeing avformat_opts->key. Originally committed as revision 25309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make FRAPS decoder use PC range instead of TV rangeJason Garrett-Glaser2010-10-02
| | | | | | | FRAPS appears to output PC range streams. I can't guarantee this is true of all versions. Originally committed as revision 25308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l fix h263 encoder resolution test, array size is 8 not 7Baptiste Coudurier2010-10-02
| | | | Originally committed as revision 25305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: replace MAX_STREAMS by an arbitrary sanity checkAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate bitstream_filtersAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate stream_mapsAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate output_codecsAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate input_codecsAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate input_files_ts_scaleAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: dynamically allocate streamid_mapAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: add a grow_array() helper functionAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reference to nonexistent function.Stefano Sabatini2010-10-01
| | | | Originally committed as revision 25296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Return a queued packet if it has been in the queue for longer than ↵Martin Storsjö2010-10-01
| | | | | | max_delay Originally committed as revision 25295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-01
| | | | | | Reordering is enabled only when receiving over UDP. Originally committed as revision 25294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec: Split out the part of rtp_parse_packet that does the parsing of new ↵Martin Storsjö2010-10-01
| | | | | | packets Originally committed as revision 25293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indentation of ff_id3v2_readReimar Döffinger2010-10-01
| | | | Originally committed as revision 25292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent/rewrapMartin Storsjö2010-10-01
| | | | Originally committed as revision 25291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Reorganize if statements in rtsp_read_playMartin Storsjö2010-10-01
| | | | Originally committed as revision 25290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-01
| | | | | | | Do the same change for ff_rdt_parse_packet, too, to keep the interfaces similar. Originally committed as revision 25289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Use a dynamically allocated receive bufferMartin Storsjö2010-10-01
| | | | Originally committed as revision 25288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix weird indent.Stefano Sabatini2010-10-01
| | | | Originally committed as revision 25287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avassert: add missing #include <stdlib.h>Måns Rullgård2010-10-01
| | | | Originally committed as revision 25286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avassert: prettify macroMåns Rullgård2010-10-01
| | | | Originally committed as revision 25285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename libavutil/assert.h to avassert.hMåns Rullgård2010-10-01
| | | | | | This avoids conflicts with the system assert.h. Originally committed as revision 25284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix av_cmp_q() with negative denominators.Michael Niedermayer2010-10-01
| | | | Originally committed as revision 25283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as maintainer of lxfdec.cTomas Härdin2010-10-01
| | | | Originally committed as revision 25282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin2010-10-01
| | | | Originally committed as revision 25281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin2010-10-01
| | | | Originally committed as revision 25280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo in the nameing of av_assert0() in currently not compiled code.Michael Niedermayer2010-09-30
| | | | Originally committed as revision 25279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_assert() system.Michael Niedermayer2010-09-30
| | | | | | | With this the developer can now choose if he wants an assert always enabled or at which compile time assert level. This can thus replace the #define NDEBUG hacks Originally committed as revision 25278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs2010-09-30
| | | | Originally committed as revision 25277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs2010-09-30
| | | | Originally committed as revision 25276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs2010-09-30
| | | | Originally committed as revision 25275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return AVERROR(EINVAL) rather than -1 in case of invalid values.Stefano Sabatini2010-09-30
| | | | Originally committed as revision 25274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle APIAurelien Jacobs2010-09-30
| | | | Originally committed as revision 25273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_VIDEO_OLD define to disable the deprecated decode_video APIAurelien Jacobs2010-09-30
| | | | Originally committed as revision 25272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct tag is m2v1Baptiste Coudurier2010-09-30
| | | | Originally committed as revision 25271 to svn://svn.ffmpeg.org/ffmpeg/trunk