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
2009-07-21Register some additional AMF types in libavformat/flv.hKostya Shishkov
Originally committed as revision 19476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-19Use globally consistent include guard names.Stefano Sabatini
Originally committed as revision 19462 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-15Only free '*ic_ptr' when a caller has pre-allocated a context and passed it inArt Clarke
(wherein av_open_input_file assumes memory ownership). Patch by Art Clarke a<surname> xuggle com Originally committed as revision 19436 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-15Use ff_neterrno instead of errno in tcp.c.Martin Storsjö
If ff_neterrno() is checked instead of errno, that's probably what should be used in the return value. As a sideeffect, this gives better compatibility with Windows (CE), where network errors aren't visible in errno.) patch by Martin Storsjö, martin martin st Originally committed as revision 19433 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-13Only #define lseek to _lseeki64 on MinGW, not MinGW CE.İsmail Dönmez
This fixes compilation on WinCE, which does not support _lseeki64. patch by Ismail Dönmez, ismail namtrac org Originally committed as revision 19425 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-13Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun
It makes little sense to enable the variant without the main format. Originally committed as revision 19420 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-08Add block_align to sox input.Phil Rutschman
Patch by Phil Rutschman: name.surname modsystems com Originally committed as revision 19371 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-08Fix mem leak when user preallocates an AVFormatContext, passes it toArt Clarke
av_open_input_file(), but the file does not exist. Patch by Art Clarke a$(surname) xuggle com Originally committed as revision 19370 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-07flvdec: expose metadata through the generic metadata APIAurelien Jacobs
original patch from Art Clarke aclarke _at_ xuggle _dot_ com Originally committed as revision 19364 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-07flvdec: re-enable metadata parsingAurelien Jacobs
duration and videodatarate values are actually useful original patch from Art Clarke aclarke _at_ xuggle _dot_ com Originally committed as revision 19363 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-07flvdec: don't set format and codec context from metadata valuesAurelien Jacobs
This has proven to be useless and even harmfull since r18460 (expect for duration and videodatarate). original patch from Art Clarke aclarke _at_ xuggle _dot_ com Originally committed as revision 19362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-06Check for packet_length 0, it is already treated as invalid by the padding ↵Reimar Döffinger
check, but that resulted in a confusing/wrong error message. Originally committed as revision 19361 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-04fix and simplify long gop mpeg codec ul computationBaptiste Coudurier
Originally committed as revision 19339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-04set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier
Originally committed as revision 19338 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-04use ber4 length for descriptors preferred by specsBaptiste Coudurier
Originally committed as revision 19337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-04write profile and level local tag in mpeg descriptorBaptiste Coudurier
Originally committed as revision 19336 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-03Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger
Avoids division by 0 due to e.g. time_base denominator being 0. Originally committed as revision 19334 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-03Check for failed extradata malloc, fixes a crash in out-of-memory conditionsReimar Döffinger
or with extremely large extradata. Originally committed as revision 19333 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-03Check size of "strf" header against size of enclosing "LIST" if there is one.Reimar Döffinger
Originally committed as revision 19332 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-03Fix indentationReimar Döffinger
Originally committed as revision 19331 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-03Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.Reimar Döffinger
Originally committed as revision 19330 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-02If either of num or den is 0 make both 0 in av_set_pts_info().Michael Niedermayer
Originally committed as revision 19326 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-02Make sure av_set_pts_info() does not set the fields of a timebase toMichael Niedermayer
negative values. Originally committed as revision 19325 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-01Make arguments of av_set_pts_info() unsigned.Michael Niedermayer
Fixes issue1240/mpeg1/smclockmpeg1.avi.3.1 Originally committed as revision 19319 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-30cosmetics, change case and comments alignmentBaptiste Coudurier
Originally committed as revision 19305 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-30correctly compute frame flags with closed gopBaptiste Coudurier
Originally committed as revision 19304 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-30Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse
Originally committed as revision 19299 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-29Make the configure script select the input/output devices usingStefano Sabatini
--enable-indev, --enable-outdev rather than --enable-demuxer, --enable-muxer as before, same for disabling them. Originally committed as revision 19293 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-29indentMichael Niedermayer
Originally committed as revision 19292 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-29id3v2.4.0 uses syncsafe integers for sizes of frames.Michael Niedermayer
Fixes issue1234 Fixes regression introduced in r19275 Originally committed as revision 19291 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-29Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini
doxy. Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-29Use consistently the third person in doxy, as recommended by theStefano Sabatini
javadoc specs. Originally committed as revision 19288 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-25Fix id3v2.2 frame size parsing.Michael Niedermayer
Fixes issue1202. Originally committed as revision 19276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-25Fix id3v2.3/4 tag size parsing.Michael Niedermayer
Fixes issue1106 Originally committed as revision 19275 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-25use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier
Originally committed as revision 19274 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-25Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier
is read. Originally committed as revision 19273 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-25limit raw packet buffer size used for codec probingBaptiste Coudurier
Originally committed as revision 19272 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-25only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier
Originally committed as revision 19271 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-25Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje
AVFormatContext.packet_size. See "[PATCH] asf*.c/h: use AVFormatContext->packet_size instead of own copy" thread on ML. Originally committed as revision 19270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-25flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles
default values. This is needed because FLV files with Speex do not contain a Speex header, which is necessary for stream copy. Originally committed as revision 19267 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-24Reindent after last patch.Reimar Döffinger
Originally committed as revision 19265 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-24mov demuxer: Track the current position also for streams that have ↵Reimar Döffinger
AVDISCARD_ALL set. This allows for seamless switching of e.g. audio streams, with the previous code playback started always from the beginning when removing AVDISCARD_ALL. Originally committed as revision 19264 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-24mov_read_packet: extract code that searches for the stream/sample to demux nextReimar Döffinger
into a separate function. Originally committed as revision 19263 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-24mov_read_packet: if dv_get_packet fails, return exactly its error valueReimar Döffinger
instead of always -1 (makes no real difference currently since dv_get_packet always returns -1 so far). Originally committed as revision 19262 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-24In mov_read_packet remember the AVStream we want to demux next instead of theReimar Döffinger
MOVStreamContext. We need the AVStream anyway and it is easier to get the MOVStreamContext from the AVStream than the other way around. Originally committed as revision 19261 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-24check stream existence before assignment, fix #1222Baptiste Coudurier
Originally committed as revision 19259 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-23Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at).Peter Holik
Originally committed as revision 19256 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
patch by Daniel Verkamp, aniel drv nu Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-22Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje
value. Currently, this is only used in qcp.c and mpegenc.c, and they are practically unaffected by this change. See "[PATCH] make packet_size in AVFormatContext unsigned" thread on ML. Originally committed as revision 19250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-22oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles
corrupted data. Originally committed as revision 19248 to svn://svn.ffmpeg.org/ffmpeg/trunk