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-02-22parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier
2009-02-22Waste less space for printing timebases.Michael Niedermayer
2009-02-22Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje
2009-02-22Print all timebases (idea from netgem)Michael Niedermayer
2009-02-21Check for alloc failures.Michael Niedermayer
2009-02-21Check for EOF during index reading.Michael Niedermayer
2009-02-21Use context variable repeat_pict for frame duration computation andIvan Schreter
2009-02-21Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer
2009-02-21Be less noisy with invalid pts/dts.Michael Niedermayer
2009-02-21Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer
2009-02-21Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje
2009-02-21add raw demuxer for Chinese AVS elementary streamsStefan Gehrer
2009-02-20Add convergence_duration to AVCodecParserContext.Ivan Schreter
2009-02-20Re-indent after last commitAlex Converse
2009-02-20AAC in ASF does not need parsing.Alex Converse
2009-02-20Add Divio MPEG-4 FOURCC (M4CC)Alex Converse
2009-02-20matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs
2009-02-19FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross
2009-02-19AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross
2009-02-19fix missing dependenciesAurelien Jacobs
2009-02-19Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter
2009-02-18av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder
2009-02-18fix partition index byte countBaptiste Coudurier
2009-02-18always use multi track since timecode track is presentBaptiste Coudurier
2009-02-18fix preface versionBaptiste Coudurier
2009-02-18check fifo size and realloc if neededBaptiste Coudurier
2009-02-18start counting track number from 0Baptiste Coudurier
2009-02-18remove redundant commentBaptiste Coudurier
2009-02-18do not write slice count when muxing cbrBaptiste Coudurier
2009-02-18flush pending write in mxf_write_footerBaptiste Coudurier
2009-02-18use index 0 for timecode track and write it in source package alsoBaptiste Coudurier
2009-02-18fix rip body sid when muxing cbrBaptiste Coudurier
2009-02-18simplify descriptor size computation logicBaptiste Coudurier
2009-02-18use new metadata API in nsv demuxerAurelien Jacobs
2009-02-18use new metadata API in mpegts muxerAurelien Jacobs
2009-02-18Add missing #includes to fix 'make checkheaders'.Diego Biurrun
2009-02-18remove now useless get_str16() from rmdec.cAurelien Jacobs
2009-02-18use new metadata API in rm (de)muxerAurelien Jacobs
2009-02-17apedec: display a warning when truncating a metadata tagAurelien Jacobs
2009-02-17cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun
2009-02-17Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni
2009-02-17Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni
2009-02-17use new metadata API in ape demuxerAurelien Jacobs
2009-02-16avidec: fix error introduced in r17382Måns Rullgård
2009-02-16Add a context to av_log() calls and modify a function prototype to allow it.Benoit Fouet
2009-02-16Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje
2009-02-16Add a context to av_log() call and update the trace not to be redundant.Benoit Fouet
2009-02-16Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje
2009-02-16Add a context to av_log() calls.Benoit Fouet
2009-02-16Add a context to av_log() call.Benoit Fouet