summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
* Include appropriate header in table generators instead of using a dummyReimar Döffinger2010-03-29
* Add some documentation about the table generation code.Reimar Döffinger2010-03-29
* Fix indentation.Reimar Döffinger2010-03-29
* Some spelling fixes.Reimar Döffinger2010-03-29
* Simplify interleaving code.Ronald S. Bultje2010-03-29
* Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlabSam Gerstein2010-03-29
* Cosmetics : add a space after ",".Jai Menon2010-03-29
* indentLoren Merritt2010-03-29
* optimize init_vlc().Loren Merritt2010-03-29
* Update x264 presets in line with latest x264 changes.Lou Logan2010-03-29
* Clarify (Open)Solaris section of the documentation.Michael Kostylev2010-03-28
* Add myself as co-maintainer of tta.cJai Menon2010-03-28
* TTA : Check if the output buffer size is within bounds.Jai Menon2010-03-28
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-28
* Document url_seek().Stefano Sabatini2010-03-28
* Implement -convert_tags option, which converts showed tag names to theStefano Sabatini2010-03-28
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-28
* Initialize ssrc and base_timestamp using ff_random_get_seed()Martin Storsjö2010-03-28
* correct first pts for ogg skeletonAurelien Jacobs2010-03-28
* Document the behavior of av_metadata_get() if the prev parameter isStefano Sabatini2010-03-27
* Use more appropriate return values in txd demuxer.Reimar Döffinger2010-03-27
* eacdata: fix a memleak, return partial packets and use proper return values.Reimar Döffinger2010-03-27
* misc wording and grammar fixesDiego Biurrun2010-03-27
* Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger2010-03-27
* Clarify where the list of supported formats is.Diego Biurrun2010-03-27
* 10l: Initialize tag to NULL in show_stream, fix metadata showing inStefano Sabatini2010-03-27
* Clarify which parts of libswscale remain GPL.Diego Biurrun2010-03-27
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-27
* Use av_strerror() in print_error().Stefano Sabatini2010-03-26
* Use the newly available x264 parameters in ffmpeg in the x264 preset files.Lou Logan2010-03-26
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-26
* Add (Open)Solaris section to platform documentation.Diego Biurrun2010-03-26
* 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