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
2011-07-16ppc: remove disabled codeDiego Biurrun
2011-07-16libspeexdec: Drop const qualifier to silence compiler warning.Diego Biurrun
2011-07-16libopenjpeg: Drop const qualifier to silence compiler warning.Diego Biurrun
2011-07-16alac: Remove unused dummy code.Diego Biurrun
2011-07-16Remove unused structs and tables.Diego Biurrun
2011-07-16vaapi: do not assert on value read from input bitstreamDiego Biurrun
2011-07-16flashsvenc: replace bitstream description by a link to the specificationDiego Biurrun
2011-07-16flashsvenc: drop unnecessary castDiego Biurrun
2011-07-16flashsvenc: improve some variable names and fix corresponding commentsDiego Biurrun
2011-07-16flashsvenc: merge two consecutive if-conditionsDiego Biurrun
2011-07-16flashsvenc: merge variable declarations and initializationsDiego Biurrun
2011-07-16flashsvenc: convert some debug av_log() to av_dlog()Diego Biurrun
2011-07-16flashsvenc: whitespace cosmeticsDiego Biurrun
2011-07-16flashsvenc: drop some unnecessary parenthesesDiego Biurrun
2011-07-16flashsvenc: fix some comment typosDiego Biurrun
2011-07-16aacps: skip some memcpy() if src and dst would be equalMans Rullgard
2011-07-15doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-07-15ac3enc: Mark AVClasses constMartin Storsjö
2011-07-14doxygen: misc consistency cosmeticsDiego Biurrun
2011-07-14doxygen: consistently place brief descriptionDiego Biurrun
2011-07-14doxygen: place empty line between brief description and detailed descriptionDiego Biurrun
2011-07-14Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov
2011-07-14doxygen: Move function documentation into the macro generating the function.Diego Biurrun
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-14h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun
2011-07-14H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-07-14ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles
2011-07-14ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles
2011-07-14ac3enc: fix memleakJustin Ruggles
2011-07-13mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje
2011-07-13lavf: Cleanup try_decode_frame() logic.Alex Converse
2011-07-12h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun
2011-07-12dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun
2011-07-12h264: move h264_mvpred.h include.Ronald S. Bultje
2011-07-12H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser
2011-07-11H.264: avoid redundant alpha/beta calculations in loopfilterJason Garrett-Glaser
2011-07-11H.264: optimize intra/inter loopfilter decisionJason Garrett-Glaser
2011-07-11vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje
2011-07-11mt: proper locking around release_buffer calls.Ronald S. Bultje
2011-07-11DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf
2011-07-11hwaccel: unbreak buildMans Rullgard
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-10ARM: use const macro to define constant data in asmMans Rullgard
2011-07-10bitdepth: simplify FUNC/FUNCC macrosMans Rullgard
2011-07-10dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard
2011-07-109/10-bit: simplify clipping macrosMans Rullgard
2011-07-10lavc: add support for codec-specific defaults.Anton Khirnov
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov