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
2010-06-25fix typo in vp8 decoder error messageJason Garrett-Glaser
2010-06-24tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård
2010-06-24Set an opaque alpha value when decoding rgba ffv1.Thad Ward
2010-06-24Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård
2010-06-24vp6: convert VLA to fixed sizeMåns Rullgård
2010-06-24Fix compilation on x64.Vitor Sessak
2010-06-24Fix asm constraints in apply_window()Vitor Sessak
2010-06-24alac: change VLAs to fixed sizeMåns Rullgård
2010-06-24SSE-optimized MP3 floating point windowing functionsVitor Sessak
2010-06-24snow: remove unused parameter to mc_block()Måns Rullgård
2010-06-24avoid conditional and division in chroma MV calculationStefan Gehrer
2010-06-24flacenc: convert VLA to fixed sizeMåns Rullgård
2010-06-24Move float-specific function to mpegaudiodec_float.cVitor Sessak
2010-06-24Remove pointless condition in #ifVitor Sessak
2010-06-23Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.Alex Converse
2010-06-23aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse
2010-06-23Update x264asm header files to latest versions.Jason Garrett-Glaser
2010-06-23Fix a typo, spotted by Diego.Ronald S. Bultje
2010-06-23Add required #includes to pass 'make checkheaders'.Diego Biurrun
2010-06-23Remove OS/2 threads supportMåns Rullgård
2010-06-23Remove beosthreads supportMåns Rullgård
2010-06-23Improve some uses of ff_cropTbl with constant offsetMåns Rullgård
2010-06-23Use right-shift instead of division by two.Jason Garrett-Glaser
2010-06-23Reindent after r23721.Ronald S. Bultje
2010-06-23Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje
2010-06-22Move Parametric Stereo related ps* files to aacps*.Alex Converse
2010-06-22Native VP8 decoder.David Conrad
2010-06-22Change a / 256 into a >> 8.Ronald S. Bultje
2010-06-22Reindent after r23716.Ronald S. Bultje
2010-06-22Add intra prediction functions for VP8.David Conrad
2010-06-22Add a macro to pack 4 bytes into native byte-order so they can be writtenRonald S. Bultje
2010-06-22Make "topright" argument to pred4x4() const.David Conrad
2010-06-22Cosmetics whitespace.Alex Converse
2010-06-22IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gm...Peter Ross
2010-06-22Bump micro version, add changelog entry for DTS-ES extension decoding supportMartin Storsjö
2010-06-22Support DTS-ES extension (XCh) in dca: Cosmetic cleanupNick Brereton
2010-06-22Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extensionNick Brereton
2010-06-22Support DTS-ES extension (XCh) in dca: update and add channel mapping tables ...Nick Brereton
2010-06-22Support DTS-ES extension (XCh) in dca: move original code around to allow reu...Nick Brereton
2010-06-22Support DTS-ES extension (XCh) in dca: move subband_samples into context stru...Nick Brereton
2010-06-22libvorbis: Only drop 1-byte packets at end of streamMartin Storsjö
2010-06-21mathematics.h no longer needs config.h, so update tablegen code andReimar Döffinger
2010-06-21aacdec: cosmetics: (more) whitespaceAlex Converse
2010-06-21aacdec: cosmetics: whitespaceAlex Converse
2010-06-21aacdec: Factorize if (elem_type < TYPE_DSE).Alex Converse
2010-06-21aacdec: Handle the first frame being empty case.Alex Converse
2010-06-21aacsbr: Make dk signed. There is no point in it being unsigned.Alex Converse
2010-06-21psdec: IPD/OPD reset is no longer needed by the context initializer.Alex Converse
2010-06-21psdec: Simplify filter addressing by incrementing the "in" pointer.Alex Converse
2010-06-21Fix typo in macro name.Nick Brereton