summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* movdec: Free the previous extradataMartin Storsjö2010-10-05
* movdec: Split out ff_mov_read_stsdMartin Storsjö2010-10-05
* ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int.Aurelien Jacobs2010-10-05
* vorbiscomment: add DISCNUMBER to the metadata conv tableAnton Khirnov2010-10-05
* configure: Consolidate rtsp/sdp deps to use _selectMartin Storsjö2010-10-05
* configure: Add the http protocol as an auto-enabled dependency of the rtsp de...Martin Storsjö2010-10-05
* rtsp/sdp: Move code into correct ifdefsMartin Storsjö2010-10-05
* find_info_tag: Make sure the output buffer is null terminatedMartin Storsjö2010-10-05
* Do not assume PIX_FMT_YUV420P will remain the only supported output format fo...Carl Eugen Hoyos2010-10-05
* udp: Define _DARWIN_C_SOURCEMartin Storsjö2010-10-05
* udp: Return the actual error code on errors, instead of AVERROR(EIO)Martin Storsjö2010-10-05
* Set proper error if server flags indicate that it doesn't support mmst. Thisqrtt12010-10-05
* Cosmetics, lots of.Tobias Bindhammer2010-10-05
* Skip unnecessary calculations in 4col-mode.Tobias Bindhammer2010-10-05
* Add possibility to crop screens inside of encoded frames.Tobias Bindhammer2010-10-05
* Add check for height when cropping.Tobias Bindhammer2010-10-05
* Introduce palette with dynamic size.Tobias Bindhammer2010-10-05
* Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs.Diego Biurrun2010-10-05
* Add some #endif comments to ease understanding.Diego Biurrun2010-10-05
* matroskaenc: write metadataAnton Khirnov2010-10-05
* 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