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-04-07use av_freep() instead of av_free() + =NULL.Aurelien Jacobs
2009-04-07Fix the copyright yearLuca Abeni
2009-04-07Add support for H.263 video in the RTP muxerMartin Storsjö
2009-04-07Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni
2009-04-07Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö
2009-04-03Do not fail on zero packets.Michael Niedermayer
2009-04-03Implement JACK input device.Olivier Guilyardi
2009-04-02Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann
2009-04-02Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon
2009-04-02ReindentReimar Döffinger
2009-04-02Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger
2009-04-02skip empty data packets in flv, fix input.flvBaptiste Coudurier
2009-04-01Add $(ELIBS) to example/test app link commandMåns Rullgård
2009-04-01Make examples and test progs depend on librariesMåns Rullgård
2009-04-01add another dv fourcc CDVHBen Littler
2009-03-31matroska: add support for MLP and TRUEHD codec tagsAurelien Jacobs
2009-03-30Fix timefilter test program build without previously building libavformat.Diego Biurrun
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
2009-03-28Don't strip the first three characters off of any metadata in ASF file.Ronald S. Bultje
2009-03-28Make rtp_write_header() fail in case of unsupported payload typeLuca Abeni
2009-03-27Move output-example dependency declaration after subdir.mak include so that i...Diego Biurrun
2009-03-27Move output_example.c --> libavformat/output-example.c.Diego Biurrun
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla
2009-03-25Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun
2009-03-25set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_...Baptiste Coudurier
2009-03-24strchr(string, '\0') returns non-NULL, and is thus not suited for use inRonald S. Bultje
2009-03-23Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun
2009-03-22handle id3v2 'genre' tag formated as '%d'Aurelien Jacobs
2009-03-22Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje
2009-03-22Add a @todo with a comment from Kostya so we don't forget to optimize that atRonald S. Bultje
2009-03-22Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov
2009-03-22allocate tracks instead of using MAX_STREAMSBaptiste Coudurier
2009-03-22since code now use get_bits_long, allocate padding bufferBaptiste Coudurier
2009-03-22avoid creating a new stream not referenced in pmt since it cannot be associat...Baptiste Coudurier
2009-03-22reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier
2009-03-22Remove slash-skipping code because the function called right after thatRonald S. Bultje
2009-03-22Reindent something where a if () --> { <-- is on a newline rather than on theRonald S. Bultje
2009-03-21Free metadata if already allocated; fixes a memleak if the header occurs twiceRonald S. Bultje
2009-03-21Fix silly bug in hex_to_data() where it compares a string pointer for whetherRonald S. Bultje
2009-03-21Remove useless comment about something that is deprecated. See summary inRonald S. Bultje
2009-03-21Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".Ronald S. Bultje
2009-03-21Merge functional code from get_word() and get_word_sep() into a singleRonald S. Bultje
2009-03-21Allow (and parse) incoming server messages (notices) interleaved with TCPRonald S. Bultje
2009-03-21Add a @todo item to use ByteIOContext instead of URLContext at some point inRonald S. Bultje
2009-03-21Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje
2009-03-21Don't allow to sync on packets of zero-size length, since these are neverRonald S. Bultje
2009-03-21Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-lengthRonald S. Bultje
2009-03-21Make Smacker audio decoder output audio in original bit depthDaniel Verkamp
2009-03-21ReindentDavid Conrad
2009-03-21Fix Speex header parsing in ogg demuxerDavid Conrad