Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17simple_idct: remove disabled codeDiego Biurrun
2011-07-17motion_est: remove disabled codeDiego Biurrun
2011-07-17vc1: remove disabled codeDiego Biurrun
2011-07-17Revert "Do not decode RV30 files if the extradata is too small"Michael Niedermayer
2011-07-17cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun
2011-07-16dct-test: remove write-only variableMans Rullgard
2011-07-16Use LOCAL_ALIGNED in ff_check_alignment()Mans Rullgard
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()Diego Biurrun
2011-07-16Remove commented-out call to non-existing function print_pow1().Diego Biurrun
2011-07-16mpegvideo: fix compilation after 900321b08c95bd42e6db53864bfffbe48d6019daStefano Sabatini
2011-07-16Do not decode RV30 files if the extradata is too smallRafaël Carré
2011-07-16Don't mark generated dummy frame output from mpeg1/2 decoder as keyframe.elupus
2011-07-16Patch for memory leaks in DVB subtitles decoderJernej Fijačko
2011-07-16flashsv: split flashsv_decode_block() off from flashsv_decode_frame().Diego Biurrun
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-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-14Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer
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