| Commit message (Expand) | Author | Age | Files | Lines |
* | two more typos spotted by Mike | Diego Biurrun | 2008-03-20 | 1 | -1/+1 |
* | Create object files in a.out (aout-emx) format on OS/2. This works around | Dave Yeo | 2008-03-20 | 1 | -4/+1 |
* | british_english--; | Diego Biurrun | 2008-03-20 | 1 | -1/+1 |
* | Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. | Diego Biurrun | 2008-03-20 | 6 | -0/+18 |
* | fix mpeg2 muxing, replace seq header if contained in extradata and key frame ... | Baptiste Coudurier | 2008-03-20 | 1 | -1/+12 |
* | cosmetics, move case up | Baptiste Coudurier | 2008-03-20 | 1 | -4/+3 |
* | More complete documentation for AVFrame.reference. | Michael Niedermayer | 2008-03-20 | 1 | -0/+2 |
* | One non functional AVPalette chunk less, one heap overflow less. | Michael Niedermayer | 2008-03-20 | 1 | -29/+21 |
* | remove useless debug print since now mov_build_index will do | Baptiste Coudurier | 2008-03-20 | 1 | -3/+1 |
* | free track data asap | Baptiste Coudurier | 2008-03-20 | 1 | -10/+9 |
* | move mov_build_index before mov_read_trak to avoid useless declaration | Baptiste Coudurier | 2008-03-20 | 1 | -109/+107 |
* | move specific end treatment when trak is detected, will be needed for fragments | Baptiste Coudurier | 2008-03-20 | 1 | -59/+60 |
* | Hardcode register to prevent aparent miscompilation. | Michael Niedermayer | 2008-03-20 | 1 | -2/+2 |
* | remove unused temp | Michael Niedermayer | 2008-03-20 | 1 | -5/+3 |
* | Additional checks for strange num_val in FLV metadata | Pascal Massimino | 2008-03-20 | 1 | -3/+5 |
* | omg, fix compilation | Baptiste Coudurier | 2008-03-20 | 1 | -3/+3 |
* | correctly set avctx->frame_size for mp3on4 and mp3adu | Baptiste Coudurier | 2008-03-20 | 1 | -16/+4 |
* | Add Mimic and MSN TCP Webcam streams to documentation. | Ramiro Polla | 2008-03-19 | 1 | -0/+3 |
* | Reindent after rtsp-alternate-protocol* patches. | Ronald S. Bultje | 2008-03-19 | 1 | -4/+3 |
* | Change protocol_mask into protocol, since we always just try a single one per | Ronald S. Bultje | 2008-03-19 | 1 | -7/+7 |
* | Allow cycling between different protocols (TCP, UDP or multicast) so that if | Ronald S. Bultje | 2008-03-19 | 2 | -3/+26 |
* | Check for sys/mman.h and set appropriate definitions. | Alexander Strange | 2008-03-19 | 1 | -0/+2 |
* | add missing #include "common.h" to libavutil headers | Måns Rullgård | 2008-03-19 | 5 | -0/+5 |
* | Cosmetic change: remove the whitespace after 'defined' | Zuxy Meng | 2008-03-19 | 1 | -1/+1 |
* | 'malloc' attribute isn't supported in old gcc. | Zuxy Meng | 2008-03-19 | 1 | -1/+1 |
* | Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz | Zuxy Meng | 2008-03-19 | 1 | -3/+9 |
* | Reapply r12489: Add pure, const and malloc attributes to proper functions | Zuxy Meng | 2008-03-19 | 13 | -55/+79 |
* | add some missing formats: lmlm4, pva, pcx and sun rasterfile. | Ivo van Poorten | 2008-03-18 | 1 | -0/+6 |
* | 32/64-bit agnostic x86 bswap | Måns Rullgård | 2008-03-18 | 1 | -14/+6 |
* | Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. | Diego Biurrun | 2008-03-18 | 1 | -2/+0 |
* | Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. | Diego Biurrun | 2008-03-18 | 1 | -6/+0 |
* | cosmetics: sanitise asm() statements in bswap.h | Måns Rullgård | 2008-03-18 | 1 | -21/+17 |
* | Remove useless variable since r8456. | Ramiro Polla | 2008-03-18 | 1 | -2/+0 |
* | MSN TCP Webcam stream demuxer. | Ramiro Polla | 2008-03-18 | 6 | -1/+145 |
* | Mimic decoder. | Ramiro Polla | 2008-03-18 | 6 | -1/+404 |
* | revert r12489. | Benoit Fouet | 2008-03-18 | 13 | -78/+55 |
* | Pure, const and malloc attributes to libavutil. | Zuxy Meng | 2008-03-18 | 13 | -55/+78 |
* | cosmetics, remove superflous comments | Baptiste Coudurier | 2008-03-18 | 1 | -10/+0 |
* | Check for and set HAVE_MMX2, it is used in several places. | Alexander Strange | 2008-03-18 | 1 | -1/+4 |
* | fix extern prefix detection when cross compiling. | Michael Kostylev | 2008-03-18 | 1 | -1/+3 |
* | fix extern prefix detection on mingw | Måns Rullgård | 2008-03-18 | 1 | -1/+1 |
* | check for prefix on extern symbols in configure | Måns Rullgård | 2008-03-18 | 2 | -11/+10 |
* | simplify ALIGN_MASK definition | Måns Rullgård | 2008-03-17 | 1 | -6/+1 |
* | get register names from x86_cpu.h | Måns Rullgård | 2008-03-17 | 2 | -22/+2 |
* | add REGd definition | Måns Rullgård | 2008-03-17 | 1 | -0/+2 |
* | use HAVE_FAST_64BIT | Måns Rullgård | 2008-03-17 | 1 | -1/+1 |
* | cosmetics: remove useless \-newline escapes | Måns Rullgård | 2008-03-17 | 1 | -6/+6 |
* | indentation | Måns Rullgård | 2008-03-17 | 1 | -25/+25 |
* | clean up FFT SIMD selection | Måns Rullgård | 2008-03-17 | 1 | -27/+28 |
* | Split the SETUP request into a separate function, as a prelude into allowing | Ronald S. Bultje | 2008-03-17 | 1 | -68/+89 |