summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Mention that both packetizers and depacketizers of H.263 and AMR were addedMartin Storsjö2010-05-13
| | | | Originally committed as revision 23130 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* first draft of the release notesReinhard Tartler2010-05-13
| | | | Originally committed as revision 23117 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* update version string in changelogReinhard Tartler2010-05-13
| | | | Originally committed as revision 23114 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* movenc: Write QuickTime chaptersDavid Conrad2010-05-05
| | | | Originally committed as revision 23022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad2010-05-05
| | | | Originally committed as revision 23021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov: Read nero chaptersDavid Conrad2010-05-05
| | | | Originally committed as revision 23020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use pkt->size when it is potentially uninitialized.Thierry Foucu2010-05-04
| | | | | | Patch by Thierry Foucu, tfoucu gmail Originally committed as revision 23017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-04
| | | | | | written by Kostya Shishkov Originally committed as revision 31135 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Revert r22974 int->unsigned parts that don't have any meaningful effect.Ronald S. Bultje2010-05-03
| | | | Originally committed as revision 23016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_strerror() print an error message mentioning the error codeStefano Sabatini2010-05-03
| | | | | | | | | number if strerror_r() did not succeed for whatever reason. This avoids the need for the application to fill the string in case strerror_r() fails, for example because the error code is not known. Originally committed as revision 23015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse2010-05-03
| | | | Originally committed as revision 23014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: allow compiler-specific flags for --disable-optimizationsMåns Rullgård2010-05-03
| | | | | | | ICC needs at least -O1 to link so add this when optimisations are otherwise disabled. Originally committed as revision 23013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder outputMartin Storsjö2010-05-03
| | | | | | The output scaling was accidentally removed in rev 22937. Originally committed as revision 23012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another buffer overflow, fixes issue1758.Ronald S. Bultje2010-05-02
| | | | Originally committed as revision 23011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to set archiver tool ar.Carl Eugen Hoyos2010-05-02
| | | | Originally committed as revision 23010 to svn://svn.ffmpeg.org/ffmpeg/trunk