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
2008-01-07Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs
2008-01-07cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun
2008-01-06Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun
2008-01-06cosmetics, split overly long linesBaptiste Coudurier
2008-01-06Make AVRtpPayloadTypes static and constantDiego Pettenò
2008-01-06cosmetics, superfluous spaceIvo van Poorten
2008-01-06proper check for valid pva_ptsIvo van Poorten
2008-01-06do not return an error, but warn and recover when encountering an audio packetIvo van Poorten
2008-01-06validate streamid before useIvo van Poorten
2008-01-06change audio codec id to mp2Ivo van Poorten
2008-01-06proper type and initialization of pva_ptsIvo van Poorten
2008-01-06remove unnecessary shiftIvo van Poorten
2008-01-05improve CRC APIAurelien Jacobs
2008-01-04Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni
2008-01-04Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni
2008-01-04Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer
2008-01-04Make three rm demuxer functions non static.Ronald S. Bultje
2008-01-03Rationalize some dependencies between rtsp and rtpLuca Abeni
2008-01-03Fix the RTP muxer dependenciesLuca Abeni
2008-01-03use one shift less in get_pts()Ivo van Poorten
2008-01-03mention libavfilter in warning about deprecated vhookAurelien Jacobs
2008-01-02Drop RTSP default protocol.Ronald S. Bultje
2008-01-02cosmetics: Reindent.Diego Biurrun
2008-01-02Merge double-nested if into && condition.Ronald S. Bultje
2008-01-02move num_packets=0 where it belongsAurelien Jacobs
2008-01-02TechnoTrend PVA DemuxerIvo van Poorten
2008-01-02cosmetics: sort()Diego Biurrun
2008-01-02Add portable way to check for the existence of definitions andDave Yeo
2008-01-02Extract aspect ratio from ODML/vprp.Michael Niedermayer
2007-12-31Correct doxy about timestamp units of read_timestamp().Michael Niedermayer
2007-12-31Document return of read_timestamp.Michael Niedermayer
2007-12-31More verbose aspect ratio error msg.Michael Niedermayer
2007-12-29export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov
2007-12-29clear internal queue when seekingAurelien Jacobs
2007-12-29move internal queue freeing code in its own functionAurelien Jacobs
2007-12-29fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté
2007-12-29indentMichael Niedermayer
2007-12-29Try to fix url_split() so that the ?foobar part is in the path and only the p...Michael Niedermayer
2007-12-28Sun Rasterfile decoderIvo van Poorten
2007-12-28Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato
2007-12-28Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup...Luca Barbato
2007-12-28Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato
2007-12-28Revert hack which should have never been commited.Michael Niedermayer
2007-12-27Check for the presence of sys/select.h and conditionally #include it.Michael Kostylev
2007-12-27Fix detected fps for old divx/xvid.Michael Niedermayer
2007-12-27Do not force fps unless the user actually specified one.Michael Niedermayer
2007-12-27PC Paintbrush PCX image decoderIvo van Poorten
2007-12-25Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen
2007-12-24djgpp port, first partMichael Kostylev
2007-12-24typo: begining --> beginningDiego Biurrun