26238 Commits (9446b4bbbc60c2b1241911efb65401b3ab83810a)
 

Author SHA1 Message Date
Robert Schlabbach 9446b4bbbc rtpdec: Handle RTP header extension 14 years ago
Martin Storsjö 3ece3e4c56 Add RTP depacketization of the X-QT QuickTime format 14 years ago
Martin Storsjö 9fd5f39b0e configure: Set _DARWIN_C_SOURCE while testing for struct ipv6_mreq 14 years ago
Carl Eugen Hoyos 0ada32c373 Remove unused variable. 14 years ago
Michael Niedermayer fe5feaeb76 Use retry_transfer_wrapper() in url_write() as its callers do not expect it to stop in the middle. 14 years ago
Michael Niedermayer a46f7516ec Factor retry_transfer_wrapper() out of url_read_complete() 14 years ago
Ramiro Polla e16c1569c0 doc,win32: add note about the use of dllimport for global data in MSVC++ 14 years ago
Ramiro Polla bc3836a180 doc,win32: update note on which files to use with shared libraries in msvc 14 years ago
Ramiro Polla 2344dc6bb6 doc: mention xmm clobber macros usage 14 years ago
Ramiro Polla 326bf69acc fft: mark xmm registers as clobbered in ff_imdct_calc_sse 14 years ago
Ramiro Polla 6f74fb03cd Check whether compiler supports xmm registers in asm clobber list 14 years ago
Ronald S. Bultje dd68d4db43 MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intra 14 years ago
Martin Storsjö 2f412421e8 movdec: Free the previous extradata 14 years ago
Martin Storsjö dc2cabd003 movdec: Split out ff_mov_read_stsd 14 years ago
Aurelien Jacobs 6d3421498e ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int. 14 years ago
Anton Khirnov ec4913a8ae vorbiscomment: add DISCNUMBER to the metadata conv table 14 years ago
Martin Storsjö 038d46c9c8 configure: Consolidate rtsp/sdp deps to use _select 14 years ago
Martin Storsjö a8d69098f4 configure: Add the http protocol as an auto-enabled dependency of the rtsp demuxer and muxer 14 years ago
Martin Storsjö 5fe8021a6a rtsp/sdp: Move code into correct ifdefs 14 years ago
Martin Storsjö eb99f179fa find_info_tag: Make sure the output buffer is null terminated 14 years ago
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