summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* ARM: NEON optimised vector_fmul_windowMåns Rullgård2009-01-30
* ARM: NEON optimised vector_fmulMåns Rullgård2009-01-30
* remove duplicate tablesStefan Gehrer2009-01-30
* Use the new RDFT code in the QDM2 decoder.Alex Converse2009-01-30
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
* Add required header mem.h, av_malloc and friends are used.Diego Biurrun2009-01-30
* cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun2009-01-30
* Add 'void' keyword to parameterless function declaration.Diego Biurrun2009-01-30
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Record B-fraction index from frame header and two fields from entry point str...Gwenole Beauchesne2009-01-30
* Make ff_h263_resync() return the bit position of the resync_marker orGwenole Beauchesne2009-01-30
* If AVPacket->data == NULL, the packet does not contain any buffer toLuca Abeni2009-01-30
* Use a constant instead of a magic number.Gwenole Beauchesne2009-01-30
* avoid indeterminate order of accessing srcStefan Gehrer2009-01-30
* typoAurelien Jacobs2009-01-30
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-29
* cosmetics: Add empty line for consistent formatting.Gwenole Beauchesne2009-01-29
* Mark ff_fft_end av_cold.Alex Converse2009-01-29
* pvez avi fourcc is truemotion1Ben Littler2009-01-29
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-28
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
* Add "const" to AES function arguments where possible without generatingReimar Döffinger2009-01-28
* Fix remotely exploitable arbitrary code execution vulnerability.Michael Niedermayer2009-01-28
* fix an overflow in vc1 intra overlap filterLoren Merritt2009-01-28
* Add common.h #include, necessary for av_const.Diego Biurrun2009-01-28
* Fix Doxygen comments for VC-1 decoder.Kostya Shishkov2009-01-28
* Fix Doxygen comments for RV3/4 decoder.Kostya Shishkov2009-01-28
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-28
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* second try fixing time code in gxfBaptiste Coudurier2009-01-27
* Prefer av_freep() over av_free() for variables in the context for safety.Michael Niedermayer2009-01-27
* Add {} between if/elseMichael Niedermayer2009-01-27
* Export all tracks (each is a different language) instead of just one.Michael Niedermayer2009-01-27
* remove pointless {}Michael Niedermayer2009-01-27
* Move current_track variable closer to where it is used.Michael Niedermayer2009-01-27
* Fix memleak of fourxm->tracks on error return.Michael Niedermayer2009-01-27
* vertical alignMichael Niedermayer2009-01-27
* Fix memleak of header in error returns.Michael Niedermayer2009-01-27
* better header_size checkMichael Niedermayer2009-01-27
* size < 4 is invalidMichael Niedermayer2009-01-27
* indentationRamiro Polla2009-01-27
* mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64Ramiro Polla2009-01-27
* Whitespace cosmetics to align return statements.Benoit Fouet2009-01-27
* Check buffer is inside what is passed when probing for flac.Benoit Fouet2009-01-27
* ARM: remove some unused macro argumentsMåns Rullgård2009-01-27
* ARM: reorder some instructions in put_pixels*_arm for speed gainsMåns Rullgård2009-01-27
* ARM: replace jump tables with conditional branchesMåns Rullgård2009-01-27
* ARM: replace explicit literal loads with ldr Rd, =litMåns Rullgård2009-01-27
* ARM: change alignment of loops in put_pixels*_arm to 32Måns Rullgård2009-01-27
* ARM: optimised mid_pred()Måns Rullgård2009-01-27