summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Not that we're that far from being an *initial* implementation, butRoman Shaposhnik2006-02-271-5/+0
* AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas2006-02-275-12/+71
* SRCS must be set using := or things break when ASM_OBJS is added to OBJSMåns Rullgård2006-02-271-1/+1
* don't try to test streams which are commented out in test.confAurelien Jacobs2006-02-262-3/+1
* remove wrong assert()Michael Niedermayer2006-02-261-1/+0
* replace for loop with 2 asserts()Michael Niedermayer2006-02-261-2/+3
* print a hint when trying V4L2 on V4L deviceAlex Beregszaszi2006-02-261-0/+7
* size[0-3] are not initialized (and can get random negative trashDan Maas2006-02-253-5/+8
* kill some warningsMåns Rullgård2006-02-255-46/+4
* fix a memory leak on seeking.Loren Merritt2006-02-251-1/+6
* Remove outdated FAQ entry about A/V sync issues when grabbing.Diego Biurrun2006-02-241-5/+0
* Use BSD-compatible expr syntax and change test -ne to test != for portability.Diego Biurrun2006-02-241-1/+1
* Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem thatAlan Curry2006-02-241-6/+6
* 10l (forgot EOBs)Michael Niedermayer2006-02-241-1/+1
* get ride of perl and sort in ffserver regtest (and avoid problem with behavio...Aurelien Jacobs2006-02-232-9/+9
* update ffserver.regression.ref to the actual md5 valuesAurelien Jacobs2006-02-231-10/+10
* fix ffserver regtest inconsistency between different arch (and even different...Aurelien Jacobs2006-02-231-1/+0
* dont lowwer qnos of more blocks then neededMichael Niedermayer2006-02-234-10/+11
* Give a hint about what is the expected the data type of command line options.Antoine Cellerier2006-02-231-0/+29
* fixing dv_guess_qnos()Michael Niedermayer2006-02-234-10/+35
* print a big warning if we mess up and run out of space ...Michael Niedermayer2006-02-231-0/+2
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-223-6/+51
* link fixesDiego Biurrun2006-02-222-4/+4
* Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ...Ivan Kalvachev2006-02-221-1/+1
* minor simplifications in cabac_mb_typeLoren Merritt2006-02-221-35/+21
* support correct ptses on other than version 3.2.0 aswellAlex Beregszaszi2006-02-221-7/+22
* Fix AltiVec H.264 decoding on FSF gcc.Luca Barbato2006-02-211-9/+9
* added none/8bit/24bit audio formats and defaulting to s16 for now (once the s...Alex Beregszaszi2006-02-212-2/+6
* make those nasty variables static, also fix a html bugAlex Beregszaszi2006-02-211-10/+10
* check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible...Alex Beregszaszi2006-02-211-4/+4
* explain extradata and pass avctx to av_log'sAlex Beregszaszi2006-02-211-13/+29
* ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's notKostya Shishkov2006-02-201-19/+236
* pass noise reduction option to x264Erik Slagter2006-02-201-0/+1
* Increase maximum number of B-frames, necessary for H.264 encoding.Erik Slagter2006-02-191-1/+1
* Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDU...Baptiste Coudurier2006-02-191-178/+101
* The current_sample field is meant to be the sample number, not an offset intoJulian Scheid2006-02-191-1/+1
* Create installation directories in the common install-* targets.Måns Rullgård2006-02-192-3/+4
* RMP4 ("xvid fork") decoding supportMichael Niedermayer2006-02-192-1/+4
* Colin offered to maintain Amiga PPC port, Romain has only OSXGuillaume Poirier2006-02-181-1/+2
* simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 sma...Baptiste Coudurier2006-02-181-13/+6
* add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 ...Baptiste Coudurier2006-02-181-0/+1
* add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Bapti...Baptiste Coudurier2006-02-181-0/+28
* Just a comment update, replacing a FIXME to reflect the new expectation ofAlan Curry2006-02-181-1/+2
* don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;Alan Curry2006-02-181-7/+12
* ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplacedLuca Abeni2006-02-172-5/+1
* Change license header to LGPL for consistency.Falk Hüffner2006-02-172-20/+20
* Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingAlan Curry2006-02-171-16/+14
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-1710-5/+417
* Clarify creative ADPCM changelog entryAurelien Jacobs2006-02-161-1/+1
* ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)Alan Curry2006-02-161-2/+2
OpenPOWER on IntegriCloud