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-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-16configure: Move the getaddrinfo function check into the network blockMartin Storsjö
2012-07-16configure: Remove an unused 'have' itemMartin Storsjö
2012-07-16mpeg: remove disabled codeDiego Biurrun
2012-07-15libfdk-aac: Check if cutoff value is validMohammad Alsaleh
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-15configure: Check for CommandLineToArgvWRonald S. Bultje
2012-07-15vc1dec: Do not use random pred_flag if motion vector data is skippedMashiat Sarker Shakkhar
2012-07-15vp8: Enclose pthread function calls in ifdefsMartin Storsjö
2012-07-15snow: refactor code to work around a compiler bug in MSVC.Ronald S. Bultje
2012-07-15vp8: Include the thread headers before using the pthread typesMartin Storsjö
2012-07-15configure: Check for getaddrinfo in ws2tcpip.h, tooRonald S. Bultje
2012-07-14vp8: implement sliced threadingDaniel Kang
2012-07-14vp8: move data from VP8Context->VP8MacroblockDaniel Kang
2012-07-14vp8: refactor decoding a single mb_rowDaniel Kang
2012-07-14doc: update api changes with the right commit hashesLuca Barbato
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2012-07-14eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau
2012-07-14eval: fix swapping of lt() and lte()Max Lazarov
2012-07-13imgconvert: deprecate avcodec_find_best_pix_fmt()Janne Grunau
2012-07-13imgconvert: add avcodec_find_best_pix_fmt2()Janne Grunau
2012-07-13imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmtJanne Grunau
2012-07-13build: Fix APE tag dependenciesDiego Biurrun
2012-07-13MS Expression Encoder Screen decoderKostya Shishkov
2012-07-13libfdk-aac: Allow setting the encoder bandwidth/cutoff frequencyMartin Storsjö
2012-07-12build: Fix Ogg demuxer dependenciesDiego Biurrun
2012-07-12build: Fix FLAC demuxer dependenciesDiego Biurrun
2012-07-12flac: Move flac functions shared between libraries to flac common codeDiego Biurrun
2012-07-12build: Fix CAF demuxer dependenciesDiego Biurrun
2012-07-12build: Fix MP2 muxer dependenciesDiego Biurrun
2012-07-12build: Add missing build rules for the ISMV muxerDiego Biurrun
2012-07-12configure: Drop redundant mxf_d10 test dependency declarationDiego Biurrun
2012-07-12Support AAC encoding via the external library fdk-aacMartin Storsjö
2012-07-12libavcodec: Add more AAC profilesMartin Storsjö
2012-07-11dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje
2012-07-11configure: Check for the math function rintRonald S. Bultje
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-10mss1: fix decoding masked regions in interframesKostya Shishkov
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