Lou Logan
|
94052341be
Use the newly available x264 parameters in ffmpeg in the x264 preset files.
|
15 years ago |
Martin Storsjö
|
cae9a15c98
Don't report EINTR from select as an error, retry select instead
|
15 years ago |
Diego Biurrun
|
3fd427cd19
Add (Open)Solaris section to platform documentation.
|
15 years ago |
Diego Biurrun
|
f25b1c4b6b
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
|
15 years ago |
Alexander Strange
|
767738f7a3
h264: Use + instead of | in some places
|
15 years ago |
Ramiro Polla
|
e644db613a
libxvid: Clear extradata pointer when freeing it.
|
15 years ago |
Alexander Strange
|
601ca8c55c
h264: Remove unused function argument
|
15 years ago |
Alexander Strange
|
f7ba470d58
h264: Simplify decode_cabac_residual() specialization
|
15 years ago |
Micah F. Galizia
|
532aa889eb
Fix updating condition for the probe_size variable in the internal
|
15 years ago |
Diego Biurrun
|
fd12dd9593
Reorder platform sections alphabetically.
|
15 years ago |
Diego Biurrun
|
54dab567ba
Add FreeBSD subsection with compilation instructions.
|
15 years ago |
Stefano Sabatini
|
82ba847ea4
Add APIchanges entry after av_strerror() addition.
|
15 years ago |
Stefano Sabatini
|
87958234f9
Implement av_strerror().
|
15 years ago |
Stefano Sabatini
|
0394c928db
Prefer '///< ...' doxygen inline syntax over '/**< ... */'.
|
15 years ago |
Stefano Sabatini
|
b748b9d69b
Use consistent punctuation rules for the error message descriptions.
|
15 years ago |
Martin Storsjö
|
4bc5cc2313
Reassemble the RTSP URL before replacing hostname with the numerical IP
|
15 years ago |
Martin Storsjö
|
7b4a36450b
Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary buffer
|
15 years ago |
Martin Storsjö
|
60f198a774
Remove a redundant null pointer check
|
15 years ago |
Martin Storsjö
|
30af077942
Don't force basic auth in RTSP, but retry with the server-specified method on failure
|
15 years ago |
Martin Storsjö
|
2626308abb
Actually parse the auth headers in RTSP
|
15 years ago |
Martin Storsjö
|
aa8bf2fb80
Make RTSP use the generic http authentication code
|
15 years ago |
Martin Storsjö
|
b17d11c632
Add separate method/url parameters to the rtsp_send_cmd functions
|
15 years ago |
Stefano Sabatini
|
c5c20ae436
Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /
|
15 years ago |
Baptiste Coudurier
|
ab379c671f
10l, update ref value for ffm since default flags changed and are stored in the file
|
15 years ago |
Martin Storsjö
|
e9fea405a7
Reindent
|
15 years ago |
Baptiste Coudurier
|
dac99c359e
Enable mbtree by default, and remove it from presets
|
15 years ago |
Baptiste Coudurier
|
f3b3b4895a
Enable more libx264 options, aq, psy, rc lookahead and ssim
|
15 years ago |
Jai Menon
|
4896dd57fa
Matroska muxer : Don't create audio tracks for unsupported audio codecs.
|
15 years ago |
Martin Storsjö
|
b26708d5d1
Add a changelog entry for http digest auth
|
15 years ago |
Martin Storsjö
|
855e7732c6
Add support for http digest authentication
|
15 years ago |
Martin Storsjö
|
d8f9295753
Reindent
|
15 years ago |
Martin Storsjö
|
ddbeb95447
Add a lowercase parameter to ff_data_to_hex
|
15 years ago |
Stefano Sabatini
|
bd01c39330
Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =
|
15 years ago |
Martin Storsjö
|
b1cc5540e7
Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content
|
15 years ago |
Vitor Sessak
|
3bfb30b9e3
Fix warnings in NUT demuxer:
|
15 years ago |
Luca Barbato
|
7ed8211b3e
Issue a warning if the received CSeq isn't the expected one
|
15 years ago |
Martin Storsjö
|
9405f733d9
Split out http authentication handling into a separate file
|
15 years ago |
Vitor Sessak
|
59856b9891
Fix warning:
|
15 years ago |
Martin Storsjö
|
3032276b18
Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly
|
15 years ago |
Zhentan Feng
|
852e0ca555
Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier
|
15 years ago |
Alex Converse
|
508f092a78
aacenc: Merge quantize_band_cost() with quantize_and_encode_band().
|
15 years ago |
Carl Eugen Hoyos
|
d692850bbb
Silence ridiculous gcc warning.
|
15 years ago |
Tomas Härdin
|
c6a5e087cf
Mask away AVSEEK_FORCE properly in some checks in url_fseek()
|
15 years ago |
Justin Ruggles
|
06ebe9161e
Put ff_flac_write_header() in a separate C file to allow it to be shared without
|
15 years ago |
Ramiro Polla
|
85f273c7ca
x11grab: AVFormatParameters are always passed from av_open_input_stream(),
|
15 years ago |
Diego Biurrun
|
f684f3c58a
AltiVec implies a PPC CPU, so there is no need to check for both.
|
15 years ago |
Diego Biurrun
|
13bc1ac31a
Do not compile AltiVec code when AltiVec is not available; not even in
|
15 years ago |
Vitor Sessak
|
690877426b
Bump minor version, I forgot in the last commit
|
15 years ago |
Vitor Sessak
|
e1484ebed6
Implement the discrete sine/cosine transforms DCT-I and DST-I
|
15 years ago |
Pavel Pavlov
|
be548816dc
Always check if ff_alloc_picture() succeeds.
|
15 years ago |