summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-212-8/+10
| | | | | | | 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-212-59/+89
| | | | | | | 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-212-0/+2
| | | | | | | 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-212-2/+24
| | | | | | | | | | | 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-211-0/+10
| | | | | | | | | | 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-211-1/+6
| | | | | | | 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-211-0/+2
| | | | | | | | | | 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-211-1/+1
| | | | | | | | | | 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-211-0/+10
| | | | | | | | | | | 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-211-0/+2
| | | | | | | 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-211-0/+2
| | | | | | | | | | 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-211-2/+2
| | | | | | | 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-211-5/+5
| | | | | | | | | 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-211-1/+1
| | | | | | | | | | 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-211-1/+1
| | | | | | | 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-211-15/+24
| | | | | | | 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-211-0/+2
| | | | | | | | | | | 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-211-1/+1
| | | | | | | | | | | 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-211-0/+1
| | | | | | | | | 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-211-16/+18
| | | | | | | | | | | | 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-211-3/+3
| | | | | | | 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-211-7/+6
| | | | | | | | | | 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-211-5/+12
| | | | | | | | | | | | 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-211-1/+14
| | | | | | | | | | | | 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-201-1/+2
| | | | | | | | | 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-201-2/+2
| | | | | | | 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-191-0/+1
| | | | | | | 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-191-0/+5
| | | | | | | 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-191-5/+0
| | | | | | | | | | 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-191-2/+2
| | | | | | | 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-191-0/+9
| | | | | | | 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-191-2/+5
| | | | | | | | | | | | 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-191-1/+1
| | | | | | | 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-191-0/+4
| | | | | | | 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-191-7/+9
| | | | | | | | | 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-191-3/+3
| | | | | | | 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-191-8/+0
| | | | | | | | | 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-191-2/+4
| | | | | | | | | | | | 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-193-3/+6
| | | | | | | | | | | | | 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-191-5/+70
| | | | | | | 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-191-111/+111
| | | | | | | backport r23021 by conrad Originally committed as revision 23172 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* mov: Read nero chaptersReinhard Tartler2010-05-191-0/+31
| | | | | | | 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-131-1/+1
| | | | Originally committed as revision 23130 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* first draft of the release notesReinhard Tartler2010-05-131-0/+84
| | | | Originally committed as revision 23117 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* update version string in changelogReinhard Tartler2010-05-133-211/+115
| | | | Originally committed as revision 23114 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* movenc: Write QuickTime chaptersDavid Conrad2010-05-051-5/+70
| | | | 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-051-111/+111
| | | | Originally committed as revision 23021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov: Read nero chaptersDavid Conrad2010-05-051-0/+31
| | | | 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-041-1/+1
| | | | | | 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-044-3/+469
| | | | | | written by Kostya Shishkov Originally committed as revision 31135 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale