summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cosmetics / remove #if 0 codeMichael Niedermayer2007-01-261-29/+1
* add waveformatextensible supportBaptiste Coudurier2007-01-251-11/+19
* add -Wno-pointer-sign to CFLAGSMåns Rullgård2007-01-251-0/+1
* Update gcc sections.Diego Biurrun2007-01-251-6/+4
* Silence GCC when incorrectly complaining that the "line" variable could be usedPanagiotis Issaris2007-01-251-1/+1
* Do not run (broken) ffserver test by default and warn about its brokenness.Diego Biurrun2007-01-251-1/+5
* Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla2007-01-253-8/+3
* comment typoDiego Biurrun2007-01-251-1/+1
* use more portable PRIu64Guillaume Poirier2007-01-251-1/+1
* Bring down the number of snow.c warnings from 27 to 17 by using the constPanagiotis Issaris2007-01-251-20/+20
* do not force output audio channelsBaptiste Coudurier2007-01-251-7/+1
* Brings down the number of snow.c warnings from 33 to 27 by putting parenthesesPanagiotis Issaris2007-01-251-6/+6
* Flash screen video encoding support.Benjamin Larsson2007-01-251-1/+1
* Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot co...Benjamin Larsson2007-01-251-2/+2
* Some TIFFs do not set rows per strip for single strip.Kostya Shishkov2007-01-251-0/+1
* PROGS depends on PROGS_G so depending on just PROGS is enough.Diego Biurrun2007-01-251-1/+1
* Simplify conditional compilation handling.Diego Biurrun2007-01-251-6/+3
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-253-6/+4
* Theora encoding via libtheora.Diego Biurrun2007-01-257-1/+296
* cosmetics: sortDiego Biurrun2007-01-251-1/+1
* TODO updateBaptiste Coudurier2007-01-241-0/+11
* Add debug messages for AP headersKostya Shishkov2007-01-241-3/+20
* Off-by-one error fixKostya Shishkov2007-01-241-2/+2
* Fail on VC-1 interlaced streamsKostya Shishkov2007-01-241-0/+4
* add hint for closed gop and sc threshold error messageBaptiste Coudurier2007-01-241-1/+1
* remove some printf warningsBaptiste Coudurier2007-01-241-2/+2
* make vars unsignedBaptiste Coudurier2007-01-241-9/+9
* stop if current sample is higher than sample countBaptiste Coudurier2007-01-241-2/+6
* fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %Ian Caulfield2007-01-241-22/+22
* Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ...Ian Caulfield2007-01-241-5/+46
* set last_picture for h.264 too, this significantly improves error concealment...Michael Niedermayer2007-01-241-2/+2
* replace strcpy by memcpyBaptiste Coudurier2007-01-241-3/+3
* crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer2007-01-241-1/+2
* explicit values for all enumsMichael Niedermayer2007-01-241-4/+4
* remove useless fieldBaptiste Coudurier2007-01-241-2/+0
* remove obsolete commentBaptiste Coudurier2007-01-241-3/+0
* make some fields unsignedBaptiste Coudurier2007-01-241-8/+8
* add sanity checksBaptiste Coudurier2007-01-241-1/+6
* enumMichael Niedermayer2007-01-241-5/+7
* maybe fix segfault with missing extradata (unchecked)Michael Niedermayer2007-01-241-1/+1
* mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj...Daniel Kristjansson2007-01-231-13/+28
* remove unused filesMåns Rullgård2007-01-232-1365/+0
* "converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu...Daniel Kristjansson2007-01-231-16/+21
* "removes definition for old crc func" patch by Daniel Kristjansson / danielk ...Daniel Kristjansson2007-01-231-1/+0
* make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer2007-01-231-12/+17
* fix segfault with darkkben.free.fr/corrupted_h264.mp4Michael Niedermayer2007-01-231-2/+2
* remove padding to 16bit code, i dont think this change can break anything and...Michael Niedermayer2007-01-231-4/+0
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-232-4/+7
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-231-2/+2
* improve probe and give it the max scoreMichael Niedermayer2007-01-231-2/+2