summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doxy comment tweaksLoren Merritt2007-03-312-3/+3
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-313-3/+21
* Force lowercase targetos value for MinGW, we check against lowercase strings.Diego Biurrun2007-03-311-0/+1
* dct-test works on non-x86 now.Diego Biurrun2007-03-311-2/+2
* platform-independent restructuring and code simplificationMarc Hoffman2007-03-311-37/+68
* Remove illegal call to exit().Marc Hoffman2007-03-311-2/+1
* call faacDecClose() with all libfaad versionsDiego Pettenò2007-03-311-3/+2
* Fix warning:Stanislav Brabec2007-03-311-1/+1
* add AVRn fourccBaptiste Coudurier2007-03-311-0/+1
* Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-03-311-3/+3
* blackfin: Audio buffers are no longer allocated on the stack,Diego Biurrun2007-03-311-1/+1
* print error messageBaptiste Coudurier2007-03-311-2/+3
* fix x-octet-stream mime typeAlex Beregszaszi2007-03-311-1/+1
* use av_strdupAlex Beregszaszi2007-03-311-5/+1
* remove dead codeAlex Beregszaszi2007-03-311-25/+0
* cosmetics: Fix indentation.Diego Biurrun2007-03-311-1/+1
* Do not return invalid pointer for non-audio or video streams.Sam Hocevar2007-03-301-3/+4
* argh, who commited this trashMichael Niedermayer2007-03-301-5/+3
* Handle proper compilation on Mac OS X.Marc Hoffman2007-03-301-8/+4
* 10^10l to the idiot who designed this format and didnt even realize what numb...Michael Niedermayer2007-03-301-1/+1
* Typos in commentsLuca Barbato2007-03-301-5/+6
* move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt2007-03-301-5/+4
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-304-7/+48
* fix demuxing of IMAG0002.ASFMichael Niedermayer2007-03-301-10/+8
* analyze end condition must match r_fps selection conditionMichael Niedermayer2007-03-301-1/+1
* change -fs to use bytes instead of kbytesBaptiste Coudurier2007-03-301-2/+2
* change -fs option to use OPT_INT64Baptiste Coudurier2007-03-301-2/+2
* add OPT_INT64 optionBaptiste Coudurier2007-03-302-0/+4
* Fix a bug in av_find_opt(). Because some of the AVOption structures have fieldKamil Nowosad2007-03-301-1/+1
* add 'all' and 'none' options for partitions configLimin Wang2007-03-301-0/+2
* Update specification and reference implementation links.Robert Swain2007-03-301-4/+5
* fix probe of 001.vdr-broken-6025Michael Niedermayer2007-03-291-2/+2
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-294-3/+44
* 1000l, revert r8547, im too stupidBaptiste Coudurier2007-03-291-1/+1
* typo, fix -fsBaptiste Coudurier2007-03-291-1/+1
* move atom size check before parsing function searchBaptiste Coudurier2007-03-291-5/+4
* unset sample count to disable track when is brokenBaptiste Coudurier2007-03-291-0/+1
* break if atom size is more than size left in container atom, fix shooter.movBaptiste Coudurier2007-03-291-1/+1
* Accept only existing bitrates.Benoit Fouet2007-03-291-40/+57
* Allow setting v4l2 input and video standard.Limin Wang2007-03-291-0/+54
* Change the vhook code to send real timestamps to the filters instead of theBobby Bingham2007-03-293-4/+4
* add hdv1 fourccBaptiste Coudurier2007-03-281-0/+1
* revert r8538 (set bit rate for asf format) until regression tests issue is st...Baptiste Coudurier2007-03-281-14/+7
* set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail comZuxy Meng2007-03-281-7/+14
* fix decoding of big audio packets (48k 16bit 2 channels), needed size is rela...Baptiste Coudurier2007-03-281-1/+1
* prevent exit missuseMichael Niedermayer2007-03-275-0/+9
* require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAXMichael Niedermayer2007-03-271-6/+11
* codec id addition guidlinesMichael Niedermayer2007-03-271-0/+6
* FASTTX==0 means additional 16 bits in extradataKostya Shishkov2007-03-271-0/+2
* One more FASTTX-related hackKostya Shishkov2007-03-271-0/+1