summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-275-74/+59
* Use av_strerror() in print_error().Stefano Sabatini2010-03-261-26/+4
* Use the newly available x264 parameters in ffmpeg in the x264 preset files.Lou Logan2010-03-2612-0/+12
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-263-1/+10
* Add (Open)Solaris section to platform documentation.Diego Biurrun2010-03-261-0/+7
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun2010-03-261-1/+1
* h264: Use + instead of | in some placesAlexander Strange2010-03-261-8/+8
* libxvid: Clear extradata pointer when freeing it.Ramiro Polla2010-03-261-1/+1
* h264: Remove unused function argumentAlexander Strange2010-03-261-4/+4
* h264: Simplify decode_cabac_residual() specializationAlexander Strange2010-03-261-17/+6
* Fix updating condition for the probe_size variable in the internalMicah F. Galizia2010-03-261-1/+7
* Reorder platform sections alphabetically.Diego Biurrun2010-03-261-9/+9
* Add FreeBSD subsection with compilation instructions.Diego Biurrun2010-03-261-0/+8
* Add APIchanges entry after av_strerror() addition.Stefano Sabatini2010-03-251-0/+3
* Implement av_strerror().Stefano Sabatini2010-03-255-1/+60
* Prefer '///< ...' doxygen inline syntax over '/**< ... */'.Stefano Sabatini2010-03-251-14/+14
* Use consistent punctuation rules for the error message descriptions.Stefano Sabatini2010-03-251-9/+9
* Reassemble the RTSP URL before replacing hostname with the numerical IPMartin Storsjö2010-03-251-5/+6
* Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary bufferMartin Storsjö2010-03-251-5/+3
* Remove a redundant null pointer checkMartin Storsjö2010-03-251-3/+0
* Don't force basic auth in RTSP, but retry with the server-specified method on...Martin Storsjö2010-03-251-1/+9
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-253-4/+12
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-253-17/+17
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-253-68/+55
* Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /Stefano Sabatini2010-03-251-3/+6
* 10l, update ref value for ffm since default flags changed and are stored in t...Baptiste Coudurier2010-03-251-1/+1
* ReindentMartin Storsjö2010-03-251-5/+5
* Enable mbtree by default, and remove it from presetsBaptiste Coudurier2010-03-2529-29/+29
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-253-3/+67
* Matroska muxer : Don't create audio tracks for unsupported audio codecs.Jai Menon2010-03-251-3/+5
* Add a changelog entry for http digest authMartin Storsjö2010-03-251-0/+1
* Add support for http digest authenticationMartin Storsjö2010-03-252-0/+210
* ReindentMartin Storsjö2010-03-251-3/+3
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-254-6/+10
* Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =Stefano Sabatini2010-03-251-1/+1
* Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö2010-03-241-3/+1
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-241-2/+2
* Issue a warning if the received CSeq isn't the expected oneLuca Barbato2010-03-241-0/+5
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-244-11/+212
* Fix warning:Vitor Sessak2010-03-241-1/+2
* Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö2010-03-241-1/+3
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-243-20/+21
* aacenc: Merge quantize_band_cost() with quantize_and_encode_band().Alex Converse2010-03-241-114/+30
* Silence ridiculous gcc warning.Carl Eugen Hoyos2010-03-241-1/+1
* Mask away AVSEEK_FORCE properly in some checks in url_fseek()Tomas Härdin2010-03-241-2/+3
* Put ff_flac_write_header() in a separate C file to allow it to be shared withoutJustin Ruggles2010-03-233-25/+55
* x11grab: AVFormatParameters are always passed from av_open_input_stream(),Ramiro Polla2010-03-231-1/+1
* AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun2010-03-232-4/+4
* Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun2010-03-231-3/+3
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-232-2/+2
OpenPOWER on IntegriCloud