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