summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* support fragments when non streamableBaptiste Coudurier2008-03-21
* mp4 fragments supportBaptiste Coudurier2008-03-21
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-21
* Document AVCodec.flush()Michael Niedermayer2008-03-21
* Document AVCodec.capabilities.Michael Niedermayer2008-03-21
* Document a few url_* functions.Michael Niedermayer2008-03-21
* cosmetics, split or move too long linesBaptiste Coudurier2008-03-21
* Show the "--disable-mmx2" and "--disable-ssse3" options when using "./configurePanagiotis Issaris2008-03-21
* simplify, and only stop parsing when non streamableBaptiste Coudurier2008-03-21
* remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier2008-03-21
* atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier2008-03-21
* update descriptionBaptiste Coudurier2008-03-21
* return ENOMEMBaptiste Coudurier2008-03-21
* cannot free AVStream like this, and return ENOMEMBaptiste Coudurier2008-03-21
* indentationBaptiste Coudurier2008-03-21
* Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng2008-03-21
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-21
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* two more typos spotted by MikeDiego Biurrun2008-03-20
* Create object files in a.out (aout-emx) format on OS/2. This works aroundDave Yeo2008-03-20
* british_english--;Diego Biurrun2008-03-20
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-20
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ...Baptiste Coudurier2008-03-20
* cosmetics, move case upBaptiste Coudurier2008-03-20
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-20
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-20
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-20
* free track data asapBaptiste Coudurier2008-03-20
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-20
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-20
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-20
* remove unused tempMichael Niedermayer2008-03-20
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-20
* omg, fix compilationBaptiste Coudurier2008-03-20
* correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier2008-03-20
* Add Mimic and MSN TCP Webcam streams to documentation.Ramiro Polla2008-03-19
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-19
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-19
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-19
* Check for sys/mman.h and set appropriate definitions.Alexander Strange2008-03-19
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-19
* Cosmetic change: remove the whitespace after 'defined'Zuxy Meng2008-03-19
* 'malloc' attribute isn't supported in old gcc.Zuxy Meng2008-03-19
* Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng2008-03-19
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
* add some missing formats: lmlm4, pva, pcx and sun rasterfile.Ivo van Poorten2008-03-18
* 32/64-bit agnostic x86 bswapMåns Rullgård2008-03-18
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
* cosmetics: sanitise asm() statements in bswap.hMåns Rullgård2008-03-18