summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun2008-03-22
| | | | Originally committed as revision 12553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-22
| | | | Originally committed as revision 12552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make option time parsing functions take argument from optionsStefano Sabatini2008-03-22
| | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include files are now installed in $PREFIX/include.Diego Biurrun2008-03-22
| | | | Originally committed as revision 12550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: occured --> occurredDiego Biurrun2008-03-22
| | | | Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document get_*_buffer()Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is ↵Baptiste Coudurier2008-03-21
| | | | | | better than failing Originally committed as revision 12547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl2 documentation updateSascha Sommer2008-03-21
| | | | Originally committed as revision 12546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl2 demuxerSascha Sommer2008-03-21
| | | | Originally committed as revision 12545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yet again another hdv fourccBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl2 decoderSascha Sommer2008-03-21
| | | | Originally committed as revision 12543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support fragments when non streamableBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4 fragments supportBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-21
| | | | Originally committed as revision 12540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document AVCodec.flush()Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document AVCodec.capabilities.Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document a few url_* functions.Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, split or move too long linesBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show the "--disable-mmx2" and "--disable-ssse3" options when using "./configurePanagiotis Issaris2008-03-21
| | | | | | --help". Originally committed as revision 12535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, and only stop parsing when non streamableBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update descriptionBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return ENOMEMBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cannot free AVStream like this, and return ENOMEMBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng2008-03-21
| | | | Originally committed as revision 12527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-21
| | | | Originally committed as revision 12526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* two more typos spotted by MikeDiego Biurrun2008-03-20
| | | | Originally committed as revision 12524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create object files in a.out (aout-emx) format on OS/2. This works aroundDave Yeo2008-03-20
| | | | | | | needed system tools like nm not understanding the OMF object format. patch by Dave Yeo, daveryeo telus net Originally committed as revision 12523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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