summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.Diego Biurrun2006-07-10
| | | | | | hint by Derek E. Lewis, dlewis_at_solnetworks net Originally committed as revision 5706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make libswscale build system similar to the libav* oneLuca Abeni2006-07-10
| | | | Originally committed as revision 18994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* assign exact codec id, needed when stream copyBaptiste Coudurier2006-07-10
| | | | Originally committed as revision 5705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Add missing quotes to FFLDFLAGS in the MinGW section.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW section before the combination of FFLDFLAGS and LDFLAGS.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove silly TEST variable that is used in one line but not directly above.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW LDFLAGS setting to configure.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move UltraSparc CFLAG addition to configure.Diego Biurrun2006-07-10
| | | | Originally committed as revision 5698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid redundant local variablesMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FastUVMV vs FastUVMC typo, noticed by bondDiego Biurrun2006-07-09
| | | | Originally committed as revision 5693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some tables constMåns Rullgård2006-07-09
| | | | Originally committed as revision 5692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
| | | | Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2006-07-09
| | | | Originally committed as revision 5690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove STATS code (probably hasnt been used for years ..., and its not ↵Michael Niedermayer2006-07-09
| | | | | | completely clear what it was good for anyway) Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check if 4-MV MB should not be decoded.Kostya Shishkov2006-07-09
| | | | Originally committed as revision 5688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MVRANGE may occur in all frames and RESPIC in all but B-framesKostya Shishkov2006-07-09
| | | | Originally committed as revision 5687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mquant selection for ALL_MBS modeKostya Shishkov2006-07-09
| | | | Originally committed as revision 5686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use overlap filter instead of loop filter.Kostya Shishkov2006-07-09
| | | | Originally committed as revision 5685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use s->first_slice_line in checks instead of s->mb_yKostya Shishkov2006-07-09
| | | | Originally committed as revision 5684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: make disabling all pcm/adpcm codecs workMåns Rullgård2006-07-09
| | | | Originally committed as revision 5683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use LE_32, BE_32 macrosBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only build dpcm.o if its codecs are enabledMåns Rullgård2006-07-08
| | | | Originally committed as revision 5681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to remove adx.o from objs always builtMåns Rullgård2006-07-08
| | | | Originally committed as revision 5680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the adx adpcm codec availableMåns Rullgård2006-07-08
| | | | Originally committed as revision 5679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable/disable pcm and adpcm codecsMåns Rullgård2006-07-08
| | | | Originally committed as revision 5678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set CONFIG_SMALL if user wants small ffmpegMichael Niedermayer2006-07-08
| | | | Originally committed as revision 5677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put the code which is specific for the large crc table under #ifndef ↵Michael Niedermayer2006-07-08
| | | | | | CONFIG_SMALL Originally committed as revision 5676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: sort codec list alphabeticallyMåns Rullgård2006-07-08
| | | | Originally committed as revision 5675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allows user-settable block size and fixes related typoJustin Ruggles2006-07-08
| | | | Originally committed as revision 5674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite kconfig-styleMåns Rullgård2006-07-08
| | | | Originally committed as revision 5673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sun mlib works fine. Remove comment stating otherwise.Måns Rullgård2006-07-08
| | | | Originally committed as revision 5672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi2006-07-08
| | | | | | | | | This patch permits to recognize these streams but it's untested for lack of samples. Patch by Nico Sabbi <nicola_sabbi at fastwebnet it> Originally committed as revision 5671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus IPP section that is not referenced anywhere.Diego Biurrun2006-07-08
| | | | Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up useless codeBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better handling of partial filesBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier2006-07-08
| | | | Originally committed as revision 5667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-08
| | | | Originally committed as revision 5666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove -fforce-addr as it to generate slightly slower codeMåns Rullgård2006-07-07
| | | | Originally committed as revision 5665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-07
| | | | Originally committed as revision 5664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-07
| | | | Originally committed as revision 5663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems i forgot to commit this simplification ...Michael Niedermayer2006-07-07
| | | | Originally committed as revision 5662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
| | | | Originally committed as revision 5661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with --disable-decoders.Emiliano Parasassi2006-07-07
| | | | | | patch by Emiliano Parasassi, millallo --at-- gmail --dot-- com Originally committed as revision 5660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Chinese AVS decoderDiego Biurrun2006-07-07
| | | | Originally committed as revision 5659 to svn://svn.ffmpeg.org/ffmpeg/trunk