23771 Commits (1235429c2792e879d50a06cc851f3065f1a481d5)
 

Author SHA1 Message Date
Stefano Sabatini 4bfe67da24 Implement -convert_tags option, which converts showed tag names to the 15 years ago
Vitor Sessak f990f6e3f7 Fix NUT (de)muxer warnings: 15 years ago
Martin Storsjö 4c1202f76e Initialize ssrc and base_timestamp using ff_random_get_seed() 15 years ago
Aurelien Jacobs 9b1db5ec99 correct first pts for ogg skeleton 15 years ago
Stefano Sabatini 66b6c7458e Document the behavior of av_metadata_get() if the prev parameter is 15 years ago
Reimar Döffinger d14f5391c1 Use more appropriate return values in txd demuxer. 15 years ago
Reimar Döffinger 36031c2033 eacdata: fix a memleak, return partial packets and use proper return values. 15 years ago
Diego Biurrun 227d1b98a1 misc wording and grammar fixes 15 years ago
Reimar Döffinger 9b489e0248 Clearer CODEC_CAP_DR1 documentation. 15 years ago
Diego Biurrun c08b985637 Clarify where the list of supported formats is. 15 years ago
Stefano Sabatini efe8bb095b 10l: Initialize tag to NULL in show_stream, fix metadata showing in 15 years ago
Diego Biurrun c271ad21ac Clarify which parts of libswscale remain GPL. 15 years ago
Diego Biurrun 819ee683d8 libswscale: Relicense almost all x86 assembler optimizations as LGPL. 15 years ago
Stefano Sabatini 7a5bdd79eb Use av_strerror() in print_error(). 15 years ago
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