summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* british_english--;Diego Biurrun2008-03-20
| | | | Originally committed as revision 12522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-20
| | | | Originally committed as revision 12521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ↵Baptiste Coudurier2008-03-20
| | | | | | does not contain it Originally committed as revision 12520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, move case upBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-20
| | | | Originally committed as revision 12518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-20
| | | | | | Fixes playback of CIMOVI01.avi. Originally committed as revision 12517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free track data asapBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-20
| | | | | | Fixes regression tests with gcc 2.95. Originally committed as revision 12512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused tempMichael Niedermayer2008-03-20
| | | | Originally committed as revision 12511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-20
| | | | | | | | Avoids some "Unsupported audio codec (6)" message in FLVs, e.g. Example of such problematic bitstream is 'bad_codec6.flv' in ftp's /incoming directory. Originally committed as revision 12510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* omg, fix compilationBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Mimic and MSN TCP Webcam streams to documentation.Ramiro Polla2008-03-19
| | | | Originally committed as revision 12507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-19
| | | | Originally committed as revision 12506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-19
| | | | | | | | | | iteration in make_setup_request(), and cycling between the different protocols is now done in the calling function, therefore the need for a mask goes away. This also makes the function somewhat simpler to read. Discussed and approved in "[PATCH] RTSP alternate protocol 3/4". Originally committed as revision 12505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-19
| | | | | | | | | one doesn't work, we can try the next one (i.e. trial-error protocol auto- probing). Discussed and approved in "[PATCH] RTSP alternate protocol 2-3/3". Originally committed as revision 12504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for sys/mman.h and set appropriate definitions.Alexander Strange2008-03-19
| | | | | | patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-19
| | | | Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic change: remove the whitespace after 'defined'Zuxy Meng2008-03-19
| | | | Originally committed as revision 12501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'malloc' attribute isn't supported in old gcc.Zuxy Meng2008-03-19
| | | | Originally committed as revision 12500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng2008-03-19
| | | | Originally committed as revision 12499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
| | | | | | | in libavutil. Fix a compilation failure in r12489. Originally committed as revision 12498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some missing formats: lmlm4, pva, pcx and sun rasterfile.Ivo van Poorten2008-03-18
| | | | Originally committed as revision 12497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 32/64-bit agnostic x86 bswapMåns Rullgård2008-03-18
| | | | Originally committed as revision 12496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
| | | | Originally committed as revision 26264 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
| | | | Originally committed as revision 12495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sanitise asm() statements in bswap.hMåns Rullgård2008-03-18
| | | | Originally committed as revision 12494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless variable since r8456.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mimic decoder.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r12489.Benoit Fouet2008-03-18
| | | | Originally committed as revision 12490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
| | | | | | | | | Patch by Zuxy Meng: zuxy meng gmail com Original thread: [FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil Date: 03/18/2008 6:09 AM Originally committed as revision 12489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove superflous commentsBaptiste Coudurier2008-03-18
| | | | Originally committed as revision 12488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for and set HAVE_MMX2, it is used in several places.Alexander Strange2008-03-18
| | | | | | patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix extern prefix detection when cross compiling.Michael Kostylev2008-03-18
| | | | | | Patch by Michael Kostylev: mik niipt ru Originally committed as revision 12486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix extern prefix detection on mingwMåns Rullgård2008-03-18
| | | | Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for prefix on extern symbols in configureMåns Rullgård2008-03-18
| | | | Originally committed as revision 12484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ALIGN_MASK definitionMåns Rullgård2008-03-17
| | | | Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get register names from x86_cpu.hMåns Rullgård2008-03-17
| | | | Originally committed as revision 12482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add REGd definitionMåns Rullgård2008-03-17
| | | | Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use HAVE_FAST_64BITMåns Rullgård2008-03-17
| | | | Originally committed as revision 12480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove useless \-newline escapesMåns Rullgård2008-03-17
| | | | Originally committed as revision 12479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2008-03-17
| | | | Originally committed as revision 12478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up FFT SIMD selectionMåns Rullgård2008-03-17
| | | | Originally committed as revision 12477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-17
| | | | | | | | | multiple SETUPs to be send to cycle protocols rather than bailing if one fails. Discussed and approved in "[PATCH] RTSP alternate protocol 1/3". Originally committed as revision 12476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix previously broken x86_64 check, simplifying it in the process.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix previously broken xlc checks, simplifying them in the process.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12474 to svn://svn.ffmpeg.org/ffmpeg/trunk