summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Document the behavior of av_metadata_get() if the prev parameter isStefano Sabatini2010-03-27
| | | | | | NULL. Originally committed as revision 22704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use more appropriate return values in txd demuxer.Reimar Döffinger2010-03-27
| | | | Originally committed as revision 22703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* eacdata: fix a memleak, return partial packets and use proper return values.Reimar Döffinger2010-03-27
| | | | Originally committed as revision 22702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc wording and grammar fixesDiego Biurrun2010-03-27
| | | | Originally committed as revision 22701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger2010-03-27
| | | | Originally committed as revision 22700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify where the list of supported formats is.Diego Biurrun2010-03-27
| | | | Originally committed as revision 22699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Initialize tag to NULL in show_stream, fix metadata showing inStefano Sabatini2010-03-27
| | | | | | streams. Originally committed as revision 22698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify which parts of libswscale remain GPL.Diego Biurrun2010-03-27
| | | | Originally committed as revision 22697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-27
| | | | | | | This is of course done with permissions from the authors. The only GPL component left are MMX optimizations for YUV to RGB conversion. Originally committed as revision 30965 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use av_strerror() in print_error().Stefano Sabatini2010-03-26
| | | | Originally committed as revision 22696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the newly available x264 parameters in ffmpeg in the x264 preset files.Lou Logan2010-03-26
| | | | | | Patch by Lou Logan. Originally committed as revision 22695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-26
| | | | Originally committed as revision 22694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (Open)Solaris section to platform documentation.Diego Biurrun2010-03-26
| | | | Originally committed as revision 22693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun2010-03-26
| | | | Originally committed as revision 30961 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* h264: Use + instead of | in some placesAlexander Strange2010-03-26
| | | | | | 6 insns less on x86-64/gcc 4.2. Originally committed as revision 22692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libxvid: Clear extradata pointer when freeing it.Ramiro Polla2010-03-26
| | | | | | | Fixes crash when avcodec_close() tried freeing it again. Fixes issue 1846. Originally committed as revision 22691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: Remove unused function argumentAlexander Strange2010-03-26
| | | | Originally committed as revision 22690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: Simplify decode_cabac_residual() specializationAlexander Strange2010-03-26
| | | | | | Gives more consistent inlining with some compilers (such as llvm). Originally committed as revision 22689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix updating condition for the probe_size variable in the internalMicah F. Galizia2010-03-26
| | | | | | | | | | | | loop of ff_probe_input_buffer(), making sure that probe_size is always set to probe_max_size in the last iteration. Also make the function return an error if we get to the max probe length and still cannot figure out what the format is. Patch by Micah Galizia micahgalizia A gmail D com. Originally committed as revision 22688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder platform sections alphabetically.Diego Biurrun2010-03-26
| | | | Originally committed as revision 22687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FreeBSD subsection with compilation instructions.Diego Biurrun2010-03-26
| | | | Originally committed as revision 22686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after av_strerror() addition.Stefano Sabatini2010-03-25
| | | | Originally committed as revision 22685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_strerror().Stefano Sabatini2010-03-25
| | | | Originally committed as revision 22684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer '///< ...' doxygen inline syntax over '/**< ... */'.Stefano Sabatini2010-03-25
| | | | Originally committed as revision 22683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use consistent punctuation rules for the error message descriptions.Stefano Sabatini2010-03-25
| | | | Originally committed as revision 22682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reassemble the RTSP URL before replacing hostname with the numerical IPMartin Storsjö2010-03-25
| | | | Originally committed as revision 22681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary bufferMartin Storsjö2010-03-25
| | | | Originally committed as revision 22680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a redundant null pointer checkMartin Storsjö2010-03-25
| | | | Originally committed as revision 22679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't force basic auth in RTSP, but retry with the server-specified method ↵Martin Storsjö2010-03-25
| | | | | | on failure Originally committed as revision 22678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-25
| | | | Originally committed as revision 22677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-25
| | | | | | Still hardcoded to use Basic auth, without parsing the reply headers Originally committed as revision 22676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-25
| | | | Originally committed as revision 22675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /Stefano Sabatini2010-03-25
| | | | | | | AVERROR_PATCHWELCOME in case of invalid / unsupported number of channels specified, rather than return AVERROR_NOTSUPP. Originally committed as revision 22674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, update ref value for ffm since default flags changed and are stored in ↵Baptiste Coudurier2010-03-25
| | | | | | the file Originally committed as revision 22673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-03-25
| | | | Originally committed as revision 22672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable mbtree by default, and remove it from presetsBaptiste Coudurier2010-03-25
| | | | Originally committed as revision 22671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-25
| | | | Originally committed as revision 22670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Matroska muxer : Don't create audio tracks for unsupported audio codecs.Jai Menon2010-03-25
| | | | Originally committed as revision 22669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a changelog entry for http digest authMartin Storsjö2010-03-25
| | | | Originally committed as revision 22668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for http digest authenticationMartin Storsjö2010-03-25
| | | | Originally committed as revision 22667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-03-25
| | | | Originally committed as revision 22666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
| | | | Originally committed as revision 22665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =Stefano Sabatini2010-03-25
| | | | | | AVERROR(-1) = 1. Originally committed as revision 22664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö2010-03-24
| | | | Originally committed as revision 22663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-24
| | | | | | | | | | libavformat/nutdec.c: In function ‘read_seek’: libavformat/nutdec.c:862: warning: passing argument 4 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘void **’ but argument is of type ‘struct Syncpoint **’ libavformat/nutdec.c:871: warning: passing argument 4 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘void **’ but argument is of type ‘struct Syncpoint **’ Originally committed as revision 22662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Issue a warning if the received CSeq isn't the expected oneLuca Barbato2010-03-24
| | | | Originally committed as revision 22661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-24
| | | | | | This prepares for adding support for more authentication methods Originally committed as revision 22660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning:Vitor Sessak2010-03-24
| | | | | | | | libavformat/nut.c: In function ‘ff_nut_free_sp’: libavformat/nut.c:80: warning: passing argument 4 of ‘av_tree_enumerate’ from incompatible pointer type ./libavutil/tree.h:92: note: expected ‘int (*)(void *, void *)’ but argument is of type ‘void (*)(void *, void *)’ Originally committed as revision 22659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö2010-03-24
| | | | Originally committed as revision 22657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-24
| | | | | | | | to share it with e.g. MMS. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 22656 to svn://svn.ffmpeg.org/ffmpeg/trunk