2009-08-23 |
Måns Rullgård | Include required headers in {mips,ppc}/mathops.h |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Måns Rullgård | Skip headers requiring external libs not present in... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Måns Rullgård | configure: simplify directory creation for out of tree... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Måns Rullgård | Fix dependency generation for yasm assembler files |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Vitor Sessak | TwinVQ decoder |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Ramiro Polla | Fix inconsistent indentation. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Ivan Schreter | Use generic multi-stream key frame finding routine... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Ivan Schreter | Support for generic multi-stream key frame finding... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Loren Merritt | bring back some randomness in fft-test. (regression... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Sascha Sommer | Add some more wmapro decoder hunks |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Diego Biurrun | Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_A... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Reimar Döffinger | Replace #ifdef PIC checks with the more appropriate... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Diego Biurrun | Add missing #includes to pass 'make checkheaders'. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Bartlomiej... | Add support for S/PDIF encapsulation. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Reimar Döffinger | Always allocate a buffer of AVPALETTE_SIZE for palette... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ramiro Polla | Check return values of sws_allocVec() and sws_getConstV... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Måns Rullgård | configure: add --enable-pic flag |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Måns Rullgård | Get rid of large stack array in rd8x8_c() |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Måns Rullgård | eval: replace variable-length array with av_malloc... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Måns Rullgård | flacdec: change variable-length array to fixed length |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Reimar Döffinger | Free initial swscale context, too. Avoids a valgrind... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Reimar Döffinger | Remove useless casts of malloc return value. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Diego Biurrun | Remove disabled code cruft. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Ramiro Polla | Introduce and use sws_allocVec(). |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Ramiro Polla | Reuse sws_getConstVec() where possible. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Måns Rullgård | AVR32: optimised mathops.h |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Ramiro Polla | swscale-example: Make selection of dstW, dstH, and... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Alex Converse | Use the AOT enum instead of integer literals for settin... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Måns Rullgård | AVR32: optimisations for intreadwrite.h |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Måns Rullgård | AVR32: inline asm for bswap.h |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Måns Rullgård | configure: add AVR32 names for --cpu flag |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Alex Converse | Mark the AOT escape value as supported. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Alex Converse | Add USAC and SAOC AOTs to the AudioObjectType enum. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Ramiro Polla | More indentation changes leftover from r29522: |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Ramiro Polla | Cosmetics: |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Måns Rullgård | MIPS: 100L: fix AV_[RW]N64 on MIPS64 |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Måns Rullgård | cosmetics: reformat intreadwrite.h |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Måns Rullgård | intreadwrite: ensure arch-specific versions are always... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Måns Rullgård | intreadwrite: allow arch-specific 24-bit access macros |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Måns Rullgård | ARM: first value loaded in AV_RN64 needs to be early... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Måns Rullgård | version.sh: use standard sed syntax |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Ramiro Polla | Indent libswscale: |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Diego Biurrun | Use pkg-config to generate the linker flags for libdirac. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Anuradha Suraparaju | Fix bug caused by difference in stride and picture... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Diego Biurrun | cosmetics: indentation, prettyprinting, K&R coding... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Diego Biurrun | Drop some more useless braces around if/for constructs. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Diego Biurrun | Simplify another 'if' condition: Replace 'exp == 0... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Colin McQuillan | Add a function that can apply an order 2 rational trans... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Diego Biurrun | Remove useless braces around if/for/while expressions. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Diego Biurrun | Simplify 'if' condition statements. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Reimar Döffinger | Fix start_display_time/end_display_time to be relative... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Reimar Döffinger | Reindent. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Reimar Döffinger | Remove code that is now dead. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Reimar Döffinger | Simplify initialization of AVSubtitle by using memset. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Reimar Döffinger | Make sure AVSubtitle is initialized, memset it to 0. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Reimar Döffinger | 100l, error out if subtitle encoder failed instead... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Reimar Döffinger | Fix cmd_pos bounds check to avoid the overflow case. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Carl Eugen... | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Ramiro Polla | Vertical yuv -> yuv16 scaler. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Peter Schlaile | BGR32 MMX special convertor. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Måns Rullgård | 10L: remove instruction left over from debugging |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Måns Rullgård | ARM: NEON optimised vorbis_inverse_coupling |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | Introduce av_clip_uint16(). |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | swscale-example: Don't check for chroma planes in mono... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | MMX2 horizontal scaler: Determine code size at runtime. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | Protect mmx2 filter code buffers so they are not execut... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | Remove duplicate define (it is the same in the lum... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | Rename "funny" code to "mmx2 filter" code. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | Indent. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | swscale-example: Remove hack to end loop by setting... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | swscale-example: Don't return random value from main(). |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Ramiro Polla | swscale-example: Check for Gray formats. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Colin McQuillan | Add ff_celp_circ_addf() function to be used for sparse... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Shehzad Salim | Fix a memleak with win32 threads: the handle returned... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Peter Ross | Moves the display of metadata to dump_format() |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Matti Hamalainen | Parse ID3 tags in Musepack SV7 files |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Matti Hamalainen | Parse APE metadata tags in Musepack SV7 files |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Kostya Shishkov | Move APE tag parsing into separate module. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Matti Hamalainen | Do not use internals of ByteIOContext during APE tags... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Matti Hamalainen | Remove incorrect APE tag size adjustment based on flags. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Alexis Ballier | Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Loren Merritt | fix a crash in SVQ1 with cmp!=sad |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Aurelien Jacobs | avidec: simplify, using av_rescale_q() instead of av_re... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Aurelien Jacobs | actually define AVSEEK_FLAG_FRAME as described in avfor... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Aurelien Jacobs | matroskadec: disable h264 parser as long as it totally... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Aurelien Jacobs | matroskadec: correctly parse flags for simpleblock... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Måns Rullgård | Fix dependency generation with ccache/gcc |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Måns Rullgård | configure: fix gcc detection for v2.95 |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Diego Biurrun | cosmetics: whitespace, prettyprinting, coding style... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Verkamp | Sony Wave64 demuxer |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Diego Biurrun | Remove disabled code cruft. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Diego Biurrun | Remove pointless #ifdefs from conditionally used files. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Diego Biurrun | Remove disabled debug code. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Alexander Strange | Fix the EBX available configure check on Darwin/i386. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Måns Rullgård | eval: include libavutil/mathematics.h for NAN and M_PI |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Måns Rullgård | eval: include our headers after system headers |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Måns Rullgård | Define INFINITIY and NAN in mathematics.h if missing |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Ramiro Polla | Put some altivec code under COMPILE_ALTIVEC, and not... |
commit | commitdiff | tree | snapshot |
next |