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
2013-03-21AviSynth demuxer rewrite.d s
2013-03-14lavc: make compilation of frame_thread_encoder.o optional.Ronald S. Bultje
2013-03-13mjpeg: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13svq1enc: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13snow: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13svq3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13mpegvideo: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13svq1: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13mimic: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13interplayvideo: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13bink: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13indeo3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13vp56: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13vp3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13hpeldsp: add half-pel functions (currently copies of dsputil).Ronald S. Bultje
2013-03-13Merge commit '2eaa3663fda750dac66d41fe8541a8744d5563a4'Michael Niedermayer
2013-03-13configure: remove selection of ff(a)buffersink.Nicolas George
2013-03-12dsputil: make selectable.Ronald S. Bultje
2013-03-12atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö
2013-03-10Revert "build: disable iconv by default."Carl Eugen Hoyos
2013-03-09avplay: enable only when SDL 1.2 is foundVittorio Giovara
2013-03-08Merge commit '65f1d45dcc71186ede72fff950996099d23359bd'Michael Niedermayer
2013-03-08Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2'Michael Niedermayer
2013-03-08Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51'Michael Niedermayer
2013-03-08Merge commit '06b54e84254e4834b4978ff5b27cc2b7ee8d7a98'Michael Niedermayer
2013-03-08atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö
2013-03-08lavu: add support for atomic operations.Ronald S. Bultje
2013-03-07configure: Add missing videodsp dependencies to some decodersDiego Biurrun
2013-03-07configure: Add missing h264chroma dependencies to vp5, vp6Diego Biurrun
2013-03-07build: Fix error_resilience code dependenciesDiego Biurrun
2013-03-07h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje
2013-03-06cavs: Add a dependency on h264chromaCarl Eugen Hoyos
2013-03-06Move the iconv test to the bottom of configure.Carl Eugen Hoyos
2013-03-05lavfi: port MP stereo3d filterPaul B Mahol
2013-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-05Merge commit '9c7d85b3b45a77742b1e69c48ab33f9c8a2e6f35'Michael Niedermayer
2013-03-05Merge commit 'f868b24d0f280bb966e5c352028a343e45d20a02'Michael Niedermayer
2013-03-05Merge commit '813b82b927b19532e3bc3397b972c8a27b9f6326'Michael Niedermayer
2013-03-05configure: Use check_builtin() where appropriateDiego Biurrun
2013-03-05configure: Add check_builtin convenience functionDiego Biurrun
2013-03-05configure: Add sanitize_var_name convenience functionDiego Biurrun
2013-03-05configure: Fix silly typo in logging command of check_struct()Diego Biurrun
2013-03-05Add h264chroma dependency for mpegvideo / lowres to configure.Carl Eugen Hoyos
2013-03-04Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-03-04build: [autodetect] -> [no] in iconv help.Clément Bœsch
2013-03-04Add h264chroma dependency for cavs decoder to configure.Carl Eugen Hoyos
2013-03-04Add h264qpel dependency for snow codec to configure.Carl Eugen Hoyos
2013-03-04Add h264chroma dependency for vp5 and vp6 decoder to configure.Carl Eugen Hoyos
2013-03-04build: disable iconv by default.Clément Bœsch
2013-03-03h264: make it possible to compile without error_resilience.Ronald S. Bultje