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-24rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö
2012-07-24rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset
2012-07-24build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabledDiego Biurrun
2012-07-24rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino
2012-07-23wav: init st to NULL to avoid a false-positive warning.Clément Bœsch
2012-07-23RTMPTE protocol supportSamuel Pitoiset
2012-07-23RTMPE protocol supportSamuel Pitoiset
2012-07-23rtmp: Add ff_rtmp_calc_digest_pos()Samuel Pitoiset
2012-07-23rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it globalSamuel Pitoiset
2012-07-23lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje
2012-07-22matroskadec: return more correct error code on read error.Anton Khirnov
2012-07-22Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer
2012-07-21rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje
2012-07-21mpegenc: remove disabled codeDiego Biurrun
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