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-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
2011-07-10lavc: remove a half-working attempt at different defaults for audio/video cod...Anton Khirnov
2011-07-10ac3dec: add a drc_scale private optionAnton Khirnov
2011-07-10lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-07-10H.264: fix filter_mb_fast with 4:4:4 + 8x8dctJason Garrett-Glaser
2011-07-09mpeg1video: don't abort if thread_count is too high.Frank Barchard
2011-07-09libxvid: Add const qualifier to silence compiler warning.Diego Biurrun
2011-07-09H.264: improve qp_thresh checkJason Garrett-Glaser
2011-07-09H.264: use fill_rectangle in CABAC decodingJason Garrett-Glaser
2011-07-09H.264: Remove redundant hl_motion_16/8 codeJason Garrett-Glaser
2011-07-09H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser
2011-07-09H.264: faster P-SKIP decodingJason Garrett-Glaser
2011-07-09H.264: av_always_inline some more functionsJason Garrett-Glaser
2011-07-09H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-07-09mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov
2011-07-08dnxhd: prettify tablesMans Rullgard
2011-07-08flashsv: inline copy_region() into flashsv_decode_frame()Diego Biurrun
2011-07-08flashsv: improve some variable namesDiego Biurrun
2011-07-08libschroedingerdec: Remove write-only variable.Diego Biurrun
2011-07-07libgsm: Drop const qualifier to silence compiler warning.Diego Biurrun
2011-07-07libvo-amrwbenc: Add braces to shut up gcc warning.Diego Biurrun
2011-07-06bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya
2011-07-06flashsv: improve some comments and fix some wrong onesDiego Biurrun
2011-07-06flashsv: Eliminate redundant variable indirection.Diego Biurrun