Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-29Update x264 presets in line with latest x264 changes.Lou Logan
2010-03-29Clarify (Open)Solaris section of the documentation.Michael Kostylev
2010-03-28Add myself as co-maintainer of tta.cJai Menon
2010-03-28TTA : Check if the output buffer size is within bounds.Jai Menon
2010-03-28Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu
2010-03-28Document url_seek().Stefano Sabatini
2010-03-28Implement -convert_tags option, which converts showed tag names to theStefano Sabatini
2010-03-28Fix NUT (de)muxer warnings:Vitor Sessak
2010-03-28Initialize ssrc and base_timestamp using ff_random_get_seed()Martin Storsjö
2010-03-28correct first pts for ogg skeletonAurelien Jacobs
2010-03-28Document the behavior of av_metadata_get() if the prev parameter isStefano Sabatini
2010-03-27Use more appropriate return values in txd demuxer.Reimar Döffinger
2010-03-27eacdata: fix a memleak, return partial packets and use proper return values.Reimar Döffinger
2010-03-27misc wording and grammar fixesDiego Biurrun
2010-03-27Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger
2010-03-27Clarify where the list of supported formats is.Diego Biurrun
2010-03-2710l: Initialize tag to NULL in show_stream, fix metadata showing inStefano Sabatini
2010-03-27Clarify which parts of libswscale remain GPL.Diego Biurrun
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
2010-03-27Use av_strerror() in print_error().Stefano Sabatini
2010-03-27Use the newly available x264 parameters in ffmpeg in the x264 preset files.Lou Logan
2010-03-26Don't report EINTR from select as an error, retry select insteadMartin Storsjö
2010-03-26Add (Open)Solaris section to platform documentation.Diego Biurrun
2010-03-26HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun
2010-03-26h264: Use + instead of | in some placesAlexander Strange
2010-03-26libxvid: Clear extradata pointer when freeing it.Ramiro Polla
2010-03-26h264: Remove unused function argumentAlexander Strange
2010-03-26h264: Simplify decode_cabac_residual() specializationAlexander Strange
2010-03-26Fix updating condition for the probe_size variable in the internalMicah F. Galizia
2010-03-26Reorder platform sections alphabetically.Diego Biurrun
2010-03-26Add FreeBSD subsection with compilation instructions.Diego Biurrun
2010-03-26Add APIchanges entry after av_strerror() addition.Stefano Sabatini
2010-03-26Implement av_strerror().Stefano Sabatini
2010-03-26Prefer '///< ...' doxygen inline syntax over '/**< ... */'.Stefano Sabatini
2010-03-26Use consistent punctuation rules for the error message descriptions.Stefano Sabatini
2010-03-26Reassemble the RTSP URL before replacing hostname with the numerical IPMartin Storsjö
2010-03-26Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary bufferMartin Storsjö
2010-03-26Remove a redundant null pointer checkMartin Storsjö
2010-03-26Don't force basic auth in RTSP, but retry with the server-specified method on...Martin Storsjö
2010-03-26Actually parse the auth headers in RTSPMartin Storsjö
2010-03-26Make RTSP use the generic http authentication codeMartin Storsjö
2010-03-26Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö
2010-03-26Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /Stefano Sabatini
2010-03-2510l, update ref value for ffm since default flags changed and are stored in t...Baptiste Coudurier
2010-03-25ReindentMartin Storsjö
2010-03-25Enable mbtree by default, and remove it from presetsBaptiste Coudurier
2010-03-25Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier
2010-03-25Matroska muxer : Don't create audio tracks for unsupported audio codecs.Jai Menon
2010-03-25Add a changelog entry for http digest authMartin Storsjö
2010-03-25Add support for http digest authenticationMartin Storsjö