summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: typo fixesDiego Biurrun2008-03-226-7/+8
* cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun2008-03-221-5/+5
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-225-4838/+4706
* Make option time parsing functions take argument from optionsStefano Sabatini2008-03-221-12/+16
* Include files are now installed in $PREFIX/include.Diego Biurrun2008-03-221-1/+1
* typo: occured --> occurredDiego Biurrun2008-03-2213-22/+22
* Document get_*_buffer()Michael Niedermayer2008-03-211-0/+12
* sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is bett...Baptiste Coudurier2008-03-211-5/+1
* rl2 documentation updateSascha Sommer2008-03-213-0/+5
* rl2 demuxerSascha Sommer2008-03-214-1/+302
* yet again another hdv fourccBaptiste Coudurier2008-03-211-0/+1
* rl2 decoderSascha Sommer2008-03-214-1/+244
* support fragments when non streamableBaptiste Coudurier2008-03-211-3/+10
* mp4 fragments supportBaptiste Coudurier2008-03-211-0/+155
* Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng2008-03-211-0/+4
* Document AVCodec.flush()Michael Niedermayer2008-03-211-0/+4
* Document AVCodec.capabilities.Michael Niedermayer2008-03-211-0/+4
* Document a few url_* functions.Michael Niedermayer2008-03-211-0/+25
* cosmetics, split or move too long linesBaptiste Coudurier2008-03-211-6/+9
* Show the "--disable-mmx2" and "--disable-ssse3" options when using "./configurePanagiotis Issaris2008-03-211-0/+2
* simplify, and only stop parsing when non streamableBaptiste Coudurier2008-03-211-6/+1
* remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier2008-03-211-4/+0
* atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier2008-03-211-2/+0
* update descriptionBaptiste Coudurier2008-03-211-1/+1
* return ENOMEMBaptiste Coudurier2008-03-211-1/+1
* cannot free AVStream like this, and return ENOMEMBaptiste Coudurier2008-03-211-4/+1
* indentationBaptiste Coudurier2008-03-211-4/+4
* Apply 'alloc_size' attribute to ff_realloc_static()Zuxy Meng2008-03-211-1/+2
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-211-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21145-288/+296
* two more typos spotted by MikeDiego Biurrun2008-03-201-1/+1
* Create object files in a.out (aout-emx) format on OS/2. This works aroundDave Yeo2008-03-201-4/+1
* british_english--;Diego Biurrun2008-03-201-1/+1
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-206-0/+18
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ...Baptiste Coudurier2008-03-201-1/+12
* cosmetics, move case upBaptiste Coudurier2008-03-201-4/+3
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-201-0/+2
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-201-29/+21
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-201-3/+1
* free track data asapBaptiste Coudurier2008-03-201-10/+9
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-201-109/+107
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-201-59/+60
* Hardcode register to prevent aparent miscompilation.Michael Niedermayer2008-03-201-2/+2
* remove unused tempMichael Niedermayer2008-03-201-5/+3
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-201-3/+5
* omg, fix compilationBaptiste Coudurier2008-03-201-3/+3
* correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier2008-03-201-16/+4
* Add Mimic and MSN TCP Webcam streams to documentation.Ramiro Polla2008-03-191-0/+3
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-191-4/+3
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-191-7/+7
OpenPOWER on IntegriCloud