summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update av_cmp_q() documentation after r25338.Stefano Sabatini2010-10-05
* Add selftest code for av_cmp_q().Michael Niedermayer2010-10-05
* Make av_cmp_q() work with infinities and NAN.Michael Niedermayer2010-10-05
* Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer2010-10-05
* xdcam hd422 720p24 fourcc in movBaptiste Coudurier2010-10-04
* mms: remove dependency on MAX_STREAM APIAurelien Jacobs2010-10-04
* Add a test for av_parse_video_rate().Stefano Sabatini2010-10-04
* Use av_parse_and_eval_expr() in av_parse_video_rate(), simplify.Stefano Sabatini2010-10-04
* Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini2010-10-04
* snowdsp: Explicitly state the operand sizesİsmail Dönmez2010-10-04
* Add protocol documentation on RTSPMartin Storsjö2010-10-04
* cosmetic: break long lineAurelien Jacobs2010-10-03
* yadif: Explicit wordlength for compare. Fixes compile with clang.İsmail Dönmez2010-10-03
* rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flagMartin Storsjö2010-10-03
* Fix typo, -flags 4mv => -flags mv4.Stefano Sabatini2010-10-03
* rtsp: In the muxer, show the generated with verbose log levelMartin Storsjö2010-10-03
* rtsp: Show the received SDPMartin Storsjö2010-10-03
* Use SLIBSUF instead of .so, as a more generic dynamic library suffix.Víctor Paesa2010-10-03
* 100l, fix sws_getCachedContext. It did not set the colorspace details,Reimar Döffinger2010-10-03
* Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson2010-10-02
* applehttp: Add comments to make_absolute_urlMartin Storsjö2010-10-02
* applehttp: Handle a .. path segment in the base urlMartin Storsjö2010-10-02
* ReindentMartin Storsjö2010-10-02
* applehttp: Allow the base url to be a local file name, tooMartin Storsjö2010-10-02
* Support decoding of FLAC files without a STREAMINFO header.Justin Ruggles2010-10-02
* Remove pointless -vn option, the file has no video stream.Reimar Döffinger2010-10-02
* Rename fate-gsm test to the more accurate fate-gsm-msReimar Döffinger2010-10-02
* Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger2010-10-02
* Avoid cast of double nan to int.Stefano Sabatini2010-10-02
* Document url_get_filename().Stefano Sabatini2010-10-02
* Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger2010-10-02
* Make FRAPS decoder use PC range instead of TV rangeJason Garrett-Glaser2010-10-02
* 10l fix h263 encoder resolution test, array size is 8 not 7Baptiste Coudurier2010-10-02
* ffmpeg: replace MAX_STREAMS by an arbitrary sanity checkAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate bitstream_filtersAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate stream_mapsAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate output_codecsAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate input_codecsAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate input_files_ts_scaleAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate streamid_mapAurelien Jacobs2010-10-01
* ffmpeg: add a grow_array() helper functionAurelien Jacobs2010-10-01
* Fix reference to nonexistent function.Stefano Sabatini2010-10-01
* rtsp: Return a queued packet if it has been in the queue for longer than max_...Martin Storsjö2010-10-01
* rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö2010-10-01
* rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p...Martin Storsjö2010-10-01
* Fix indentation of ff_id3v2_readReimar Döffinger2010-10-01
* Reindent/rewrapMartin Storsjö2010-10-01
* rtsp: Reorganize if statements in rtsp_read_playMartin Storsjö2010-10-01
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-01
* rtsp: Use a dynamically allocated receive bufferMartin Storsjö2010-10-01