| Commit message (Expand) | Author | Age | Files | Lines |
* | assign exact codec id, needed when stream copy | Baptiste Coudurier | 2006-07-10 | 1 | -1/+1 |
* | 100l: Add missing quotes to FFLDFLAGS in the MinGW section. | Diego Biurrun | 2006-07-10 | 1 | -1/+1 |
* | MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works. | Diego Biurrun | 2006-07-10 | 1 | -1/+2 |
* | Move MinGW section before the combination of FFLDFLAGS and LDFLAGS. | Diego Biurrun | 2006-07-10 | 1 | -29/+29 |
* | Move gprof compiler flag handling to configure. | Diego Biurrun | 2006-07-10 | 3 | -11/+5 |
* | Remove silly TEST variable that is used in one line but not directly above. | Diego Biurrun | 2006-07-10 | 1 | -7/+1 |
* | Move MinGW LDFLAGS setting to configure. | Diego Biurrun | 2006-07-10 | 2 | -5/+1 |
* | Move UltraSparc CFLAG addition to configure. | Diego Biurrun | 2006-07-10 | 2 | -5/+3 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 72 | -299/+299 |
* | simplify | Michael Niedermayer | 2006-07-09 | 1 | -33/+16 |
* | avoid redundant local variables | Michael Niedermayer | 2006-07-09 | 1 | -11/+7 |
* | simplify | Michael Niedermayer | 2006-07-09 | 2 | -80/+58 |
* | FastUVMV vs FastUVMC typo, noticed by bond | Diego Biurrun | 2006-07-09 | 1 | -1/+1 |
* | make some tables const | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 8 | -17/+93 |
* | cosmetic | Michael Niedermayer | 2006-07-09 | 1 | -6/+3 |
* | remove STATS code (probably hasnt been used for years ..., and its not comple... | Michael Niedermayer | 2006-07-09 | 6 | -115/+0 |
* | Check if 4-MV MB should not be decoded. | Kostya Shishkov | 2006-07-09 | 1 | -0/+2 |
* | MVRANGE may occur in all frames and RESPIC in all but B-frames | Kostya Shishkov | 2006-07-09 | 1 | -11/+11 |
* | Fix mquant selection for ALL_MBS mode | Kostya Shishkov | 2006-07-09 | 1 | -4/+3 |
* | Use overlap filter instead of loop filter. | Kostya Shishkov | 2006-07-09 | 1 | -34/+24 |
* | Use s->first_slice_line in checks instead of s->mb_y | Kostya Shishkov | 2006-07-09 | 1 | -6/+8 |
* | 10l: make disabling all pcm/adpcm codecs work | Måns Rullgård | 2006-07-09 | 2 | -50/+210 |
* | simplify, use LE_32, BE_32 macros | Baptiste Coudurier | 2006-07-08 | 1 | -12/+2 |
* | only build dpcm.o if its codecs are enabled | Måns Rullgård | 2006-07-08 | 1 | -1/+5 |
* | forgot to remove adx.o from objs always built | Måns Rullgård | 2006-07-08 | 1 | -1/+1 |
* | make the adx adpcm codec available | Måns Rullgård | 2006-07-08 | 3 | -7/+6 |
* | enable/disable pcm and adpcm codecs | Måns Rullgård | 2006-07-08 | 2 | -3/+77 |
* | set CONFIG_SMALL if user wants small ffmpeg | Michael Niedermayer | 2006-07-08 | 1 | -0/+1 |
* | put the code which is specific for the large crc table under #ifndef CONFIG_S... | Michael Niedermayer | 2006-07-08 | 1 | -0/+4 |
* | cosmetic: sort codec list alphabetically | Måns Rullgård | 2006-07-08 | 1 | -17/+17 |
* | allows user-settable block size and fixes related typo | Justin Ruggles | 2006-07-08 | 2 | -2/+2 |
* | rewrite kconfig-style | Måns Rullgård | 2006-07-08 | 1 | -357/+195 |
* | Sun mlib works fine. Remove comment stating otherwise. | Måns Rullgård | 2006-07-08 | 1 | -1/+0 |
* | Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). | Nico Sabbi | 2006-07-08 | 1 | -2/+6 |
* | Remove bogus IPP section that is not referenced anywhere. | Diego Biurrun | 2006-07-08 | 1 | -6/+0 |
* | clean up useless code | Baptiste Coudurier | 2006-07-08 | 1 | -20/+0 |
* | better handling of partial files | Baptiste Coudurier | 2006-07-08 | 1 | -5/+6 |
* | new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm | Baptiste Coudurier | 2006-07-08 | 1 | -428/+228 |
* | set proper bits_per_sample value for ADPCM codecs | Aurelien Jacobs | 2006-07-08 | 2 | -3/+5 |
* | remove -fforce-addr as it to generate slightly slower code | Måns Rullgård | 2006-07-07 | 1 | -1/+0 |
* | moving utf8 reading function to libavutil | Michael Niedermayer | 2006-07-07 | 2 | -44/+17 |
* | simplify the voc demuxer using av_get_bits_per_sample() | Aurelien Jacobs | 2006-07-07 | 2 | -13/+6 |
* | seems i forgot to commit this simplification ... | Michael Niedermayer | 2006-07-07 | 1 | -37/+14 |
* | av_get_bits_per_sample and due simplifications | Baptiste Coudurier | 2006-07-07 | 4 | -57/+38 |
* | Fix compilation with --disable-decoders. | Emiliano Parasassi | 2006-07-07 | 3 | -0/+10 |
* | Chinese AVS decoder | Diego Biurrun | 2006-07-07 | 1 | -0/+1 |
* | table contains vlc with 19 bits and 8*2 < 19 | Michael Niedermayer | 2006-07-07 | 1 | -1/+1 |
* | spelling/grammar | Diego Biurrun | 2006-07-07 | 1 | -5/+5 |
* | unresponsive maintainer policy (its pretty much what has always been done in ... | Michael Niedermayer | 2006-07-07 | 1 | -1/+4 |