Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
Originally committed as revision 24596 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-30 avidec: demux ASS and SRT tracks out of GAB2 chunksAurelien Jacobs
Originally committed as revision 24579 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-30add seeking support in ASS demuxerAurelien Jacobs
Originally committed as revision 24578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-28Check for udp_set_remote_url error.Reimar Döffinger
Fixes issue 1784 (hang with nonsense URL/no network available). Originally committed as revision 24575 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-28rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö
Originally committed as revision 24571 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-28In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier
Originally committed as revision 24568 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-28Skip short padding in id3v2.Alexander Kojevnikov
Patch by Alexander Kojevnikov, alexander kojevnikov com Originally committed as revision 24567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-28rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann
Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24565 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-28Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger
redeclaration warning. Originally committed as revision 24564 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Fix doxy that refers to the wrong variable.Michael Niedermayer
Originally committed as revision 24549 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Fix 2 doxy comments that referred to the wrong variable.Michael Niedermayer
Originally committed as revision 24547 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Make doxygen formatting more consistent.Michael Niedermayer
Originally committed as revision 24546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Place the concat protocol entry at the begin of the registeredStefano Sabatini
protocol list, restore alphabetical order. Originally committed as revision 24545 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Document existing rules for AVInputFormat.name.Alex Converse
Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Make frames unsigned.Alexander Kojevnikov
Patch by Alexander Kojevnikov, alexander kojevnikov com Originally committed as revision 24540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Show correct bitrate for VBR MP3 files.Alexander Kojevnikov
Patch by Alexander Kojevnikov, alexander kojevnikov com Originally committed as revision 24539 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Remove duplicate initialiser for cavsvideo_muxer.extensionsMåns Rullgård
The extensions field was initialised first to "cavs", then to "avs". The name "cavs" is kept since this is used for the format elsewhere and "avs" is already used for avisynth files. Originally committed as revision 24538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27rtpdec_xiph: Drop RTP packets that come in without a prior fragment start ↵Josh Allmann
marker. This can avoid segfaults in some cases. Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24537 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27libavformat needs libavcoreMåns Rullgård
Originally committed as revision 24536 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27add Chinese AVS encoding via external library libxavsStefan Gehrer
Originally committed as revision 24533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h. This change also adds a linking-time dependency of libavcodec and of libavfilter on libavcore. Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Reindent after r24516.Ronald S. Bultje
Originally committed as revision 24517 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Use inverse error branches, i.e. instead of if(something){success} else {error},Ronald S. Bultje
use if(!something) {return error;} success;, which needs less indenting. Originally committed as revision 24516 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. ThisRonald S. Bultje
should help in making mmst a little more userfriendly, or at least debuggable. Also use helpful error return values instead of -1. Originally committed as revision 24515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-26matroskaenc: add support for muxing SRT tracksAurelien Jacobs
Originally committed as revision 24503 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-25add mime-type for ASS muxerAurelien Jacobs
Originally committed as revision 24502 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-25Include the correct header that actually is used, use quotes instead of ↵Martin Storsjö
angle brackets Originally committed as revision 24501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-25Cosmetics: fix indentation and remove a useless else.Reimar Döffinger
Originally committed as revision 24495 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-25Simplify get_byte and url_fgetc.Reimar Döffinger
Originally committed as revision 24494 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-25Move ffm_close function up to avoid a forward declaration.Reimar Döffinger
Originally committed as revision 24491 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-25ffmdec: Do not manually free streams on read_header error, this is alwaysReimar Döffinger
handled by upper layers. Fixes double-frees (issue 2003). Instead call ffm_close to ensure rc_eqs are freed also in the error case. Originally committed as revision 24490 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-25add SubRip muxer and demuxerAurelien Jacobs
Originally committed as revision 24488 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-24Fix a "function declaration isn't a prototype" warning.Reimar Döffinger
Originally committed as revision 24480 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-24Never shrink the ByteIOContext buffer in ff_rewind_with_probe_dataMartin Storsjö
If there is little unread data in the ByteIOContext buffer, this may lead to reducing the size of the ByteIOContext buffer to little more the probe data size. This can lead to suboptimal aviobuf behaviour, e.g. making some demuxers fail to do short seeks backwards (if the input isn't seekable). Originally committed as revision 24478 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-24mpegts: Warn if unable to seek backMartin Storsjö
Originally committed as revision 24477 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-23In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier
Originally committed as revision 24449 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22use return value of ff_get_line()Aurelien Jacobs
Originally committed as revision 24402 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22document ff_get_line()Aurelien Jacobs
Originally committed as revision 24401 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22improve ff_get_line to return line lengthAurelien Jacobs
Originally committed as revision 24400 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22move ff_get_line to aviobuf.cAurelien Jacobs
Originally committed as revision 24399 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-22rename get_line to ff_get_lineAurelien Jacobs
Originally committed as revision 24398 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-21Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger
Patch by Axel Holzinger, aholzinger at gmx dot de Originally committed as revision 24391 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-21Reindent, rewrap long comment lines to keep line length below 80 charsMartin Storsjö
Originally committed as revision 24390 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-21rtpdec_asf: Handle RTSP-MS packet splittingMartin Storsjö
Originally committed as revision 24389 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-21gxfenc: Fix ES name in the UMF media description, by using strlen instead of ↵Thierry Foucu
sizeof Patch by Thierry Foucu, tfoucu at gmail Originally committed as revision 24379 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Allow the ASF header to be transferred split over multiple packets, as someZhentan Feng
servers happen to do. For this, we also move several header-size-related variables to the MMSTContext. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24363 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Explicitely set the size of the "ff_asf_head1_guid" header chunk, this isZhentan Feng
part of the spec and causes problems otherwise. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Align outgoing messages to 8 bytes, this is required to interact withZhentan Feng
most servers. Also remove a case where we manually aligned to 8 bytes, since this is now no longer needed. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24360 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Fix a compile warning when compiling with DEBUG=1. The warning was:Zhentan Feng
format ‘%d’ expects type ‘int’, but argument 3 has type ‘uint64_t’ Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24359 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-20Check the status code of each server responses, and fail if it indicatesZhentan Feng
a problem. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24358 to svn://svn.ffmpeg.org/ffmpeg/trunk