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
2012-07-20cafdec: allow larger ALAC magic cookieJustin Ruggles
2012-07-19avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles
2012-07-19caf: use int64_t for num_packetsJustin Ruggles
2012-07-19caf: fix 'pakt' chunk parsingJustin Ruggles
2012-07-19caf: support either old or new style ALAC magic kuki chunkJustin Ruggles
2012-07-17os_support: K&R formatting cosmeticsDiego Biurrun
2012-07-17RTMPTS protocol supportSamuel Pitoiset
2012-07-17RTMPS protocol supportSamuel Pitoiset
2012-07-17rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset
2012-07-16rtmp: rtmp_parse_result() add case for video and audio packets to avoid undes...Jordi Ortiz
2012-07-16mpeg: remove disabled codeDiego Biurrun
2012-07-15network: Always use our version of gai_strerror on windowsMartin Storsjö
2012-07-15network: Undefine existing gai_strerror definitionsMartin Storsjö
2012-07-15network: Extend the fallback gai_strerror implementation to handle more error...Martin Storsjö
2012-07-13build: Fix APE tag dependenciesDiego Biurrun
2012-07-13MS Expression Encoder Screen decoderKostya Shishkov
2012-07-12build: Fix MP2 muxer dependenciesDiego Biurrun
2012-07-12build: Add missing build rules for the ISMV muxerDiego Biurrun
2012-07-11TechSmith Screen Codec 2 decoderKostya Shishkov
2012-07-10rtsp: Add listen modeJordi Ortiz
2012-07-10rtsp: Make rtsp_open_transport_ctx() non-staticJordi Ortiz
2012-07-10rtsp: Move rtsp_read_closeJordi Ortiz
2012-07-10rtsp: Parse the mode=receive/record parameter in transport linesJordi Ortiz
2012-07-10mxfdec: fix off by one error.Michael Niedermayer
2012-07-10mxfdec: only parse next partition pack if parsing forwardTomas Härdin
2012-07-10mxfdec: let pkt->pts = mxf->current_edit_unit if intra-onlyTomas Härdin
2012-07-10mxfdec: fix frame height vs field height confusionJoseph Artsimovich
2012-07-10mxfdec: Add intra_only flag to MXFTrackTomas Härdin
2012-07-10mxfdec: fix Avid AirSpeed files being misinterpreted as OP1aTomas Härdin
2012-07-10mxfdec: truncate packets that extend past the next edit unitTomas Härdin
2012-07-10mxfdec: set pixel format for cdci picture formatsPhilip de Nier
2012-07-10mxfdec: detect uncomp pictures using essence container ulPhilip de Nier
2012-07-10mxfdec: set track edit rate num/den in expected orderPhilip de Nier
2012-07-09tcp: add initial timeout limit for incoming connectionsJordi Ortiz
2012-07-09matroskadec: honor error_recognition when encountering unknown elements.Anton Khirnov
2012-07-07id3v2: add a mimetype for bmp pictures.Anton Khirnov
2012-07-07flacdec: be less strict when parsing attached pictures.Anton Khirnov
2012-07-07flacdec: don't create an attached picture stream until we have all information.Anton Khirnov
2012-07-07mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).Ronald S. Bultje
2012-07-05flvdec: Treat all nellymoser versions as the same codecMartin Storsjö
2012-07-05flvdec: optionally trust the metadataLuca Barbato
2012-07-04mov: use forward declaration of a function instead of a table.Ronald S. Bultje
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-03misc typo and wording fixesDiego Biurrun
2012-07-03flvdec: initial stream switch supportLuca Barbato
2012-07-02asfdec: read attached pictures.Anton Khirnov
2012-07-02apetag: reindentAnton Khirnov
2012-07-02apetag: export attached covers as video streams.Anton Khirnov
2012-07-02apetag: fix the amount of data read from binary tags.Anton Khirnov
2012-07-02apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov