summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* In ogg muxer, pack multiple frames into one page, much lower overheadReinhard Tartler2010-05-23
| | | | | | | backport r23231 by bcoudurier Originally committed as revision 23263 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Open 2-pass logfile in binary mode for both reading and writing.Reinhard Tartler2010-05-23
| | | | | | | | | | | | | | This fixes a regression on Windows introduced by r22769 in which the data read from the file was not properly zero terminated. The file was read as text, which caused the \r characters to be suppressed. Since the zero termination happens at the end of the buffer, and there was one byte less read per line, this caused the remaining space on the buffer to contain random data. backport r23251 by ramiro Originally committed as revision 23261 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Mention RTP hinting in the 0.6 release notesMartin Storsjö2010-05-21
| | | | Originally committed as revision 23242 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add an APIchanges note regarding the new rtp hinting flagMartin Storsjö2010-05-21
| | | | | | | backport r23180 by mstorsjo Originally committed as revision 23241 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö2010-05-21
| | | | | | | backport r23179 by mstorsjo Originally committed as revision 23240 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add a changelog entry for the RTP hinting in the mov muxerMartin Storsjö2010-05-21
| | | | | | | backport r23178 by mstorsjo Originally committed as revision 23239 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Use a heuristic for describing the RTP packets using sample dataMartin Storsjö2010-05-21
| | | | | | | backport r23165 by mstorsjo Originally committed as revision 23238 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-21
| | | | | | | backport r23164 by mstorsjo Originally committed as revision 23237 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-21
| | | | | | | backport r23163 by mstorsjo Originally committed as revision 23236 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-21
| | | | | | | backport r23162 by mstorsjo Originally committed as revision 23235 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add a flag for enabling RTP hintingMartin Storsjö2010-05-21
| | | | | | | backport r23161 by mstorsjo Originally committed as revision 23234 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-21
| | | | | | | | | | | This is in preparation for RTP hinting in the MOV muxer, where it needs to be able to create SDP fragments for each media stream. backport r23160 by mstorsjo Originally committed as revision 23233 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Disable non interleaved avi code when there is no index available.Reinhard Tartler2010-05-21
| | | | | | | | | | Fixes issue1956. backport r23202 by michael Originally committed as revision 23230 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make aac_decode_frame() consume zero padding at the end of a packet.Reinhard Tartler2010-05-21
| | | | | | | backport r23195 by alexc Originally committed as revision 23229 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Fix a crash when opening WMS RTSP streamsReinhard Tartler2010-05-21
| | | | | | | | | | Fixes issue 1948 backport r23181 by mstorsjo Originally committed as revision 23228 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Fix signedness of q_delta field of the IVIMbInfo.Maxim Poliakovski2010-05-21
| | | | | | | | | | Patch by Maxim max_pole () gmx * de backport r23170 by benoit Originally committed as revision 23227 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* In ts demuxer, output pes packet as soon as they are complete.Janne Grunau2010-05-21
| | | | | | | | | | | This is needed for subtitles where packets are infrequent. Patch by Janne Grunau, janne-ffmpeg at jannau dot net. backport r23157 by bcoudurier Originally committed as revision 23226 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* set avg frame rate in mkv demuxerReinhard Tartler2010-05-21
| | | | | | | backport r23152 by bcoudurier Originally committed as revision 23225 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* ffserver: Make sure a destination URL is set when creating the SDPReinhard Tartler2010-05-21
| | | | | | | | | | Debugged by Howard Chu, hyc at highlandsun dot com. backport r23151 by mstorsjo Originally committed as revision 23224 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Clarify description for the MONOWHITE and MONOBLACK pixel formats.Reinhard Tartler2010-05-21
| | | | | | | backport r23144 by stefano Originally committed as revision 23223 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Clarify descriptions for RGB4, BGR4, NV12, NV21,Reinhard Tartler2010-05-21
| | | | | | | | | RGB48BE, and RGB48LE pixel formats. backport r23142 by stefano Originally committed as revision 23222 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Reinhard Tartler2010-05-21
| | | | | | | | | | It is not harmful and it scares too many users. backport r23139 by bcoudurier Originally committed as revision 23221 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Fix compilation of AC3 decoder if E-AC3 decoder was disabled.Reinhard Tartler2010-05-21
| | | | | | | backport r23131 by cehoyos Originally committed as revision 23220 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make lsf_sf_expand() 4 times faster.Reinhard Tartler2010-05-21
| | | | | | | backport r23096 by michael Originally committed as revision 23219 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Set cur_channel in the AAC encoder context where needed.Reinhard Tartler2010-05-21
| | | | | | | | | | | Most coder functions read it. Carting this around in the context may be suboptimal; a refactor should be considered. backport r23094 by alexc Originally committed as revision 23218 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs.Janne Grunau2010-05-21
| | | | | | | | | | | The latter does not exist and thus compilation fails. patch by Janne Grunau, janne-ffmpeg jannau.net backport r23087 by diego Originally committed as revision 23217 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* mlpdec: Comment channel_params field in struct SubStream.Nick Brereton2010-05-21
| | | | | | | | | Patch by Nick Brereton <nick at nbrereton dot net> backport r23085 by ramiro Originally committed as revision 23216 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton2010-05-21
| | | | | | | | | | | | was encountered with a channel range that overlapped the previous substreams, and the code assumed no such overlap was possible. Patch by Nick Brereton <nick at nbrereton dot net> backport r23084 by ramiro Originally committed as revision 23215 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Adding missing () to mathops.h.Reinhard Tartler2010-05-21
| | | | | | | backport r23083 by michael Originally committed as revision 23214 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Replace more "m" constraints with MANGLE to fix compilation issuesReinhard Tartler2010-05-21
| | | | | | | | | | with x86_32 gcc 4.4.4 and -fPIC. backport r23082 by reimar Originally committed as revision 23213 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* blackfin: fix yuv422 to yuv420 conversionRonaldo Moura2010-05-21
| | | | | | | | | | | | The old code is correct only when stride = 2*width. Patch by Ronaldo Moura <ronaldo d moura monity com br> backport r31142 by mru Originally committed as revision 23212 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-21
| | | | | | | | | | | | This fixes issue1907 Patch by Thomas Devanneaux gmail(thomdev) backport r23078 by benoit Originally committed as revision 23211 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make the nut demuxer issue a more meaningful error message if itReinhard Tartler2010-05-20
| | | | | | | | | cannot recognize the provided codec tag. backport r23071 by stefano Originally committed as revision 23205 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* bswap: 10L add missing parens around macro argsReinhard Tartler2010-05-20
| | | | | | | backport r23070 by mru Originally committed as revision 23204 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* qt-faststart: Avoid leaking memory if encountering a file with double ftyp atomsReinhard Tartler2010-05-19
| | | | | | | backport r23065 by mstorsjo Originally committed as revision 23190 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Fix build with swscale disabledReinhard Tartler2010-05-19
| | | | | | | backport r23062 by mru Originally committed as revision 23189 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Remove hardcoded-tables hack for IA-64: with latest binutils that now actuallyReinhard Tartler2010-05-19
| | | | | | | | | | causes linking errors instead of avoiding them. backport r23058 by reimar Originally committed as revision 23188 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Another try for fixing/improving decode_video documentation.Reinhard Tartler2010-05-19
| | | | | | | backport r23057 by reimar Originally committed as revision 23187 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Document cmdutils.c:print_error().Reinhard Tartler2010-05-19
| | | | | | | backport r23051 by stefano Originally committed as revision 23186 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Favor chunk size over hitting the correct position after reading the chunk ↵Reinhard Tartler2010-05-19
| | | | | | | | | | | | size in asf. Fixes issue1923 backport r23040 by michael Originally committed as revision 23185 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* 10l: store the result of clipping added in r23035Reinhard Tartler2010-05-19
| | | | | | | backport r23037 by alexc Originally committed as revision 23184 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Error out when too many bits per frame are requested.Reinhard Tartler2010-05-19
| | | | | | | backport r23036 by alexc Originally committed as revision 23183 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make the faac inspired quantizer search make sense for a slightly narrower ↵Reinhard Tartler2010-05-19
| | | | | | | | | definition of "make sense." backport r23035 by alexc Originally committed as revision 23182 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Reindent after the last commit.Reinhard Tartler2010-05-19
| | | | | | | backport r23034 by stefano Originally committed as revision 23177 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Simplify print_error(), directly use av_strerror()/strerror() forReinhard Tartler2010-05-19
| | | | | | | | | printing the error code associated to FF_NETERROR(EPROTONOSUPPORT). backport r23033 by stefano Originally committed as revision 23176 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make print_error() use strerror() in case av_strerror() fails.Reinhard Tartler2010-05-19
| | | | | | | | | | | | Should provide a meaningful error message for systems which do not support strerror_r(). Fix roundup issue #1894. backport r23032 by stefano Originally committed as revision 23175 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Make av_strerror() return -1 even in the case when av_strerror_r() isReinhard Tartler2010-05-19
| | | | | | | | | | | | | not defined. This allows applications to check if av_strerror() cannot provide a meaningful representation for the provided error code, without having to actually check the filled string. backport r23031 by stefano Originally committed as revision 23174 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* movenc: Write QuickTime chaptersReinhard Tartler2010-05-19
| | | | | | | backport r23022 by conrad Originally committed as revision 23173 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* movenc: Swap positions of mov_write_header and mov_write_packetReinhard Tartler2010-05-19
| | | | | | | backport r23021 by conrad Originally committed as revision 23172 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* mov: Read nero chaptersReinhard Tartler2010-05-19
| | | | | | | backport r23020 by conrad Originally committed as revision 23171 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6