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-30cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier
2009-07-30init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297Baptiste Coudurier
2009-07-30Remove old_flags variable, which is a duplicate of the flags variable.Ronald S. Bultje
2009-07-30Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje
2009-07-30return EOF in image2 demuxerBaptiste Coudurier
2009-07-29Remove pointless '#ifdef DEBUG' around dprintf macro.Diego Biurrun
2009-07-29Stop parsing in read_header only after finding pmt, andBaptiste Coudurier
2009-07-28rename freq to period which is more correct, patch by Niobos, niobos dot be a...Niobos
2009-07-27Cosmetics: remove spaces between function name and arguments in declaration,Ronald S. Bultje
2009-07-27Use named initializers and use new/free_context() instead of extradata()Colin McQuillan
2009-07-27Implement support for EOS as used by WMS and other RTSP servers that do notRonald S. Bultje
2009-07-27Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. SeeRonald S. Bultje
2009-07-27Only consider -1 as an error return value for open().Martin Storsjö
2009-07-26Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:Ronald S. Bultje
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-25fix various compilation dependenciesAurelien Jacobs
2009-07-25fix compilation of cavsvideo demuxerAurelien Jacobs
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