summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun2010-03-26
* h264: Use + instead of | in some placesAlexander Strange2010-03-26
* libxvid: Clear extradata pointer when freeing it.Ramiro Polla2010-03-26
* h264: Remove unused function argumentAlexander Strange2010-03-26
* h264: Simplify decode_cabac_residual() specializationAlexander Strange2010-03-26
* Fix updating condition for the probe_size variable in the internalMicah F. Galizia2010-03-26
* Reorder platform sections alphabetically.Diego Biurrun2010-03-26
* Add FreeBSD subsection with compilation instructions.Diego Biurrun2010-03-26
* Add APIchanges entry after av_strerror() addition.Stefano Sabatini2010-03-25
* Implement av_strerror().Stefano Sabatini2010-03-25
* Prefer '///< ...' doxygen inline syntax over '/**< ... */'.Stefano Sabatini2010-03-25
* Use consistent punctuation rules for the error message descriptions.Stefano Sabatini2010-03-25
* Reassemble the RTSP URL before replacing hostname with the numerical IPMartin Storsjö2010-03-25
* Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary bufferMartin Storsjö2010-03-25
* Remove a redundant null pointer checkMartin Storsjö2010-03-25
* Don't force basic auth in RTSP, but retry with the server-specified method on...Martin Storsjö2010-03-25
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-25
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-25
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-25
* Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /Stefano Sabatini2010-03-25
* 10l, update ref value for ffm since default flags changed and are stored in t...Baptiste Coudurier2010-03-25
* ReindentMartin Storsjö2010-03-25
* Enable mbtree by default, and remove it from presetsBaptiste Coudurier2010-03-25
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-25
* Matroska muxer : Don't create audio tracks for unsupported audio codecs.Jai Menon2010-03-25
* Add a changelog entry for http digest authMartin Storsjö2010-03-25
* Add support for http digest authenticationMartin Storsjö2010-03-25
* ReindentMartin Storsjö2010-03-25
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
* Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =Stefano Sabatini2010-03-25
* Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö2010-03-24
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-24
* Issue a warning if the received CSeq isn't the expected oneLuca Barbato2010-03-24
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-24
* Fix warning:Vitor Sessak2010-03-24
* Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö2010-03-24
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-24
* aacenc: Merge quantize_band_cost() with quantize_and_encode_band().Alex Converse2010-03-24
* Silence ridiculous gcc warning.Carl Eugen Hoyos2010-03-24
* Mask away AVSEEK_FORCE properly in some checks in url_fseek()Tomas Härdin2010-03-24
* Put ff_flac_write_header() in a separate C file to allow it to be shared withoutJustin Ruggles2010-03-23
* x11grab: AVFormatParameters are always passed from av_open_input_stream(),Ramiro Polla2010-03-23
* AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun2010-03-23
* Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun2010-03-23
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-23
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-23
* Always check if ff_alloc_picture() succeeds.Pavel Pavlov2010-03-23
* Remove unused variable, fixes the warning:Diego Biurrun2010-03-23
* Add a loop option to ffplay.Robert Krüger2010-03-23
* Fix seeking in DV when filesize is unknown.Tomas Härdin2010-03-23