26318 Commits (f5b05b951c81f23c8a79f1c19b2657f85d43f93a)
 

Author SHA1 Message Date
Carl Eugen Hoyos 5dd7f994c6 Do not assume PIX_FMT_YUV420P will remain the only supported output format for H264. 14 years ago
Martin Storsjö 5961253463 udp: Define _DARWIN_C_SOURCE 14 years ago
Martin Storsjö 25a2ebb917 udp: Return the actual error code on errors, instead of AVERROR(EIO) 14 years ago
qrtt1 42f9582d8d Set proper error if server flags indicate that it doesn't support mmst. This 14 years ago
Tobias Bindhammer 2a26520a97 Cosmetics, lots of. 14 years ago
Tobias Bindhammer bbc26bae11 Skip unnecessary calculations in 4col-mode. 14 years ago
Tobias Bindhammer 90a3ffe276 Add possibility to crop screens inside of encoded frames. 14 years ago
Tobias Bindhammer 93ee7f9c41 Add check for height when cropping. 14 years ago
Tobias Bindhammer a4d2690309 Introduce palette with dynamic size. 14 years ago
Diego Biurrun a44da176ac Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs. 14 years ago
Diego Biurrun 2e802e3855 Add some #endif comments to ease understanding. 14 years ago
Anton Khirnov 9b75309c19 matroskaenc: write metadata 14 years ago
Stefano Sabatini 3a1429ec3c Update av_cmp_q() documentation after r25338. 14 years ago
Michael Niedermayer 59a3bf0e51 Add selftest code for av_cmp_q(). 14 years ago
Michael Niedermayer dec1126915 Make av_cmp_q() work with infinities and NAN. 14 years ago
Michael Niedermayer cfa5a81ea6 Move aspect ratio 0/0 avoidance code so the values in the sps struct are not missed. 14 years ago
Baptiste Coudurier c9b8762856 xdcam hd422 720p24 fourcc in mov 14 years ago
Aurelien Jacobs 0f02a7e2d2 mms: remove dependency on MAX_STREAM API 14 years ago
Stefano Sabatini 00e962a275 Add a test for av_parse_video_rate(). 14 years ago
Stefano Sabatini bc12b3b11b Use av_parse_and_eval_expr() in av_parse_video_rate(), simplify. 14 years ago
Stefano Sabatini 6b4ed22f75 Make av_d2q() manage the case in which the value to convert is inf. 14 years ago
İsmail Dönmez 9276bdddca snowdsp: Explicitly state the operand sizes 14 years ago
Martin Storsjö 92c5052db9 Add protocol documentation on RTSP 14 years ago
Aurelien Jacobs 59ac1da26d cosmetic: break long line 14 years ago
İsmail Dönmez 5ef42826d2 yadif: Explicit wordlength for compare. Fixes compile with clang. 14 years ago
Martin Storsjö 7fe3c270c0 rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flag 14 years ago
Stefano Sabatini 4c74d1660c Fix typo, -flags 4mv => -flags mv4. 14 years ago
Martin Storsjö d7810f4541 rtsp: In the muxer, show the generated with verbose log level 14 years ago
Martin Storsjö 6ecd741713 rtsp: Show the received SDP 14 years ago
Víctor Paesa 524aae8625 Use SLIBSUF instead of .so, as a more generic dynamic library suffix. 14 years ago
Reimar Döffinger 12eef0d1ba 100l, fix sws_getCachedContext. It did not set the colorspace details, 14 years ago
Benjamin Larsson 62784e3733 Add the CODEC_CAP_CHANNEL_CONF capability code and add 14 years ago
Martin Storsjö ae8c28db87 applehttp: Add comments to make_absolute_url 14 years ago
Martin Storsjö 9d229ef9e6 applehttp: Handle a .. path segment in the base url 14 years ago
Martin Storsjö 978a5ce82e Reindent 14 years ago
Martin Storsjö 8f7c2452de applehttp: Allow the base url to be a local file name, too 14 years ago
Justin Ruggles 2e0559b713 Support decoding of FLAC files without a STREAMINFO header. 14 years ago
Reimar Döffinger f71abdbbd7 Remove pointless -vn option, the file has no video stream. 14 years ago
Reimar Döffinger 01e4b67598 Rename fate-gsm test to the more accurate fate-gsm-ms 14 years ago
Reimar Döffinger 645e75992d Fix GSM decoding: regular GSM and MSGSM do not use the same 14 years ago
Stefano Sabatini 1405782cf4 Avoid cast of double nan to int. 14 years ago
Stefano Sabatini 8bf256bcc0 Document url_get_filename(). 14 years ago
Reimar Döffinger a5c33faacc Add init and uninit functions to cmdutils, reduces code duplication 14 years ago
Jason Garrett-Glaser 05931ab763 Make FRAPS decoder use PC range instead of TV range 14 years ago
Baptiste Coudurier 35e33b9aac 10l fix h263 encoder resolution test, array size is 8 not 7 14 years ago
Aurelien Jacobs 84fd51e5ad ffmpeg: replace MAX_STREAMS by an arbitrary sanity check 14 years ago
Aurelien Jacobs 620a67d56a ffmpeg: dynamically allocate bitstream_filters 14 years ago
Aurelien Jacobs 3a8e882419 ffmpeg: dynamically allocate stream_maps 14 years ago
Aurelien Jacobs 0a6d97b371 ffmpeg: dynamically allocate output_codecs 14 years ago
Aurelien Jacobs 311e223f28 ffmpeg: dynamically allocate input_codecs 14 years ago