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 (Expand)Author
2009-07-21Register some additional AMF types in libavformat/flv.hKostya Shishkov
2009-07-19Use globally consistent include guard names.Stefano Sabatini
2009-07-15Only free '*ic_ptr' when a caller has pre-allocated a context and passed it inArt Clarke
2009-07-15Use ff_neterrno instead of errno in tcp.c.Martin Storsjö
2009-07-13Only #define lseek to _lseeki64 on MinGW, not MinGW CE.İsmail Dönmez
2009-07-13Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun
2009-07-08Add block_align to sox input.Phil Rutschman
2009-07-08Fix mem leak when user preallocates an AVFormatContext, passes it toArt Clarke
2009-07-07flvdec: expose metadata through the generic metadata APIAurelien Jacobs
2009-07-07flvdec: re-enable metadata parsingAurelien Jacobs
2009-07-07flvdec: don't set format and codec context from metadata valuesAurelien Jacobs
2009-07-06Check for packet_length 0, it is already treated as invalid by the padding ch...Reimar Döffinger
2009-07-04fix and simplify long gop mpeg codec ul computationBaptiste Coudurier
2009-07-04set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier
2009-07-04use ber4 length for descriptors preferred by specsBaptiste Coudurier
2009-07-04write profile and level local tag in mpeg descriptorBaptiste Coudurier
2009-07-03Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger
2009-07-03Check for failed extradata malloc, fixes a crash in out-of-memory conditionsReimar Döffinger
2009-07-03Check size of "strf" header against size of enclosing "LIST" if there is one.Reimar Döffinger
2009-07-03Fix indentationReimar Döffinger
2009-07-03Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.Reimar Döffinger
2009-07-02If either of num or den is 0 make both 0 in av_set_pts_info().Michael Niedermayer
2009-07-02Make sure av_set_pts_info() does not set the fields of a timebase toMichael Niedermayer
2009-07-01Make arguments of av_set_pts_info() unsigned.Michael Niedermayer
2009-06-30cosmetics, change case and comments alignmentBaptiste Coudurier
2009-06-30correctly compute frame flags with closed gopBaptiste Coudurier
2009-06-30Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse
2009-06-29Make the configure script select the input/output devices usingStefano Sabatini
2009-06-29indentMichael Niedermayer
2009-06-29id3v2.4.0 uses syncsafe integers for sizes of frames.Michael Niedermayer
2009-06-29Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini
2009-06-29Use consistently the third person in doxy, as recommended by theStefano Sabatini
2009-06-25Fix id3v2.2 frame size parsing.Michael Niedermayer
2009-06-25Fix id3v2.3/4 tag size parsing.Michael Niedermayer
2009-06-25use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier
2009-06-25Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier
2009-06-25limit raw packet buffer size used for codec probingBaptiste Coudurier
2009-06-25only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier
2009-06-25Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje
2009-06-25flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles
2009-06-24Reindent after last patch.Reimar Döffinger
2009-06-24mov demuxer: Track the current position also for streams that have AVDISCARD_...Reimar Döffinger
2009-06-24mov_read_packet: extract code that searches for the stream/sample to demux nextReimar Döffinger
2009-06-24mov_read_packet: if dv_get_packet fails, return exactly its error valueReimar Döffinger
2009-06-24In mov_read_packet remember the AVStream we want to demux next instead of theReimar Döffinger
2009-06-24check stream existence before assignment, fix #1222Baptiste Coudurier
2009-06-23Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at).Peter Holik
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-06-22Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje
2009-06-22oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles