6039 Commits (bd4700b1ca1fdec6fe7026b6680dd4254fe6921b)
 

Author SHA1 Message Date
Måns Rullgård bd4700b1ca log stderr of test programs in check_exec() 19 years ago
Måns Rullgård fc4b254dd8 find all codecs, even the ones with numbers 19 years ago
Måns Rullgård 32f090dbcf 10l to Diego for disabling all codecs 19 years ago
Diego Biurrun 55006fc0e7 Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST. 19 years ago
Diego Biurrun f7facfbf23 cosmetics: Fix indentation after last commit. 19 years ago
Diego Biurrun 4bbefe6b5e Remove old MSVC remnants. 19 years ago
Diego Biurrun 8a85f46d2b CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo 19 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
Diego Biurrun 4cac0d5589 Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead. 19 years ago
Luca Abeni 57b3c36d0f make libswscale build system similar to the libav* one 19 years ago
Baptiste Coudurier 2ec7b29b98 assign exact codec id, needed when stream copy 19 years ago
Diego Biurrun 1a5f0dbe2b 100l: Add missing quotes to FFLDFLAGS in the MinGW section. 19 years ago
Diego Biurrun 4874eef483 MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works. 19 years ago
Diego Biurrun e67bcdd985 Move MinGW section before the combination of FFLDFLAGS and LDFLAGS. 19 years ago
Diego Biurrun 1db54e20ff Move gprof compiler flag handling to configure. 19 years ago
Diego Biurrun dea4953d82 Remove silly TEST variable that is used in one line but not directly above. 19 years ago
Diego Biurrun 7b0cd9ee2b Move MinGW LDFLAGS setting to configure. 19 years ago
Diego Biurrun d7b34d0831 Move UltraSparc CFLAG addition to configure. 19 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago
Michael Niedermayer 21227514de simplify 19 years ago
Michael Niedermayer b2846effb7 avoid redundant local variables 19 years ago
Michael Niedermayer 69f34e5b1f simplify 19 years ago
Diego Biurrun e148c6e193 FastUVMV vs FastUVMC typo, noticed by bond 19 years ago
Måns Rullgård 608bd84365 make some tables const 19 years ago
Måns Rullgård af9e7d1810 --enable/disable parsers. Warning: some combinations are broken. 19 years ago
Michael Niedermayer 18769c0a79 cosmetic 19 years ago
Michael Niedermayer a7702890bd remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 19 years ago
Kostya Shishkov fdb5983285 Check if 4-MV MB should not be decoded. 19 years ago
Kostya Shishkov 5c4b8efd4b MVRANGE may occur in all frames and RESPIC in all but B-frames 19 years ago
Kostya Shishkov 3a3f1cf3f8 Fix mquant selection for ALL_MBS mode 19 years ago
Kostya Shishkov 65c7bb9ec4 Use overlap filter instead of loop filter. 19 years ago
Kostya Shishkov d2779ecd8b Use s->first_slice_line in checks instead of s->mb_y 19 years ago
Måns Rullgård 88e2539b7e 10l: make disabling all pcm/adpcm codecs work 19 years ago
Baptiste Coudurier 4990951be8 simplify, use LE_32, BE_32 macros 19 years ago
Måns Rullgård f7e79298d1 only build dpcm.o if its codecs are enabled 19 years ago
Måns Rullgård 6f3d6022cf forgot to remove adx.o from objs always built 19 years ago
Måns Rullgård 7239fb5738 make the adx adpcm codec available 19 years ago
Måns Rullgård 327dcfd315 enable/disable pcm and adpcm codecs 19 years ago
Michael Niedermayer e5f28e8f4e set CONFIG_SMALL if user wants small ffmpeg 19 years ago
Michael Niedermayer a08d38ee82 put the code which is specific for the large crc table under #ifndef CONFIG_SMALL 19 years ago
Måns Rullgård a29ff6b76b cosmetic: sort codec list alphabetically 19 years ago
Justin Ruggles c6375bf23c allows user-settable block size and fixes related typo 19 years ago
Måns Rullgård bac3be382e rewrite kconfig-style 19 years ago
Måns Rullgård 7f53b77c83 Sun mlib works fine. Remove comment stating otherwise. 19 years ago
Nico Sabbi 2eb1a65d91 Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). 19 years ago
Diego Biurrun 6be4846a1a Remove bogus IPP section that is not referenced anywhere. 19 years ago
Baptiste Coudurier cfca95f14d clean up useless code 19 years ago
Baptiste Coudurier 1f1890c754 better handling of partial files 19 years ago
Baptiste Coudurier b72708f8f3 new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm 19 years ago
Aurelien Jacobs f1b163e01e set proper bits_per_sample value for ADPCM codecs 19 years ago