6158 Commits (a94e666cb5db1b23b22b5804abaee7c44b547431)
 

Author SHA1 Message Date
Kostya Shishkov d2779ecd8b Use s->first_slice_line in checks instead of s->mb_y 18 years ago
Måns Rullgård 88e2539b7e 10l: make disabling all pcm/adpcm codecs work 18 years ago
Baptiste Coudurier 4990951be8 simplify, use LE_32, BE_32 macros 18 years ago
Måns Rullgård f7e79298d1 only build dpcm.o if its codecs are enabled 18 years ago
Måns Rullgård 6f3d6022cf forgot to remove adx.o from objs always built 18 years ago
Måns Rullgård 7239fb5738 make the adx adpcm codec available 18 years ago
Måns Rullgård 327dcfd315 enable/disable pcm and adpcm codecs 18 years ago
Michael Niedermayer e5f28e8f4e set CONFIG_SMALL if user wants small ffmpeg 18 years ago
Michael Niedermayer a08d38ee82 put the code which is specific for the large crc table under #ifndef CONFIG_SMALL 18 years ago
Måns Rullgård a29ff6b76b cosmetic: sort codec list alphabetically 18 years ago
Justin Ruggles c6375bf23c allows user-settable block size and fixes related typo 18 years ago
Måns Rullgård bac3be382e rewrite kconfig-style 18 years ago
Måns Rullgård 7f53b77c83 Sun mlib works fine. Remove comment stating otherwise. 18 years ago
Nico Sabbi 2eb1a65d91 Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). 18 years ago
Diego Biurrun 6be4846a1a Remove bogus IPP section that is not referenced anywhere. 18 years ago
Baptiste Coudurier cfca95f14d clean up useless code 18 years ago
Baptiste Coudurier 1f1890c754 better handling of partial files 18 years ago
Baptiste Coudurier b72708f8f3 new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm 18 years ago
Aurelien Jacobs f1b163e01e set proper bits_per_sample value for ADPCM codecs 18 years ago
Måns Rullgård ab7e315396 remove -fforce-addr as it to generate slightly slower code 18 years ago
Michael Niedermayer 9d82b0dda1 moving utf8 reading function to libavutil 18 years ago
Aurelien Jacobs 5da714699d simplify the voc demuxer using av_get_bits_per_sample() 18 years ago
Michael Niedermayer c448303df6 seems i forgot to commit this simplification ... 18 years ago
Baptiste Coudurier ac3e183403 av_get_bits_per_sample and due simplifications 18 years ago
Emiliano Parasassi 29c5cdcaec Fix compilation with --disable-decoders. 18 years ago
Diego Biurrun 6a09487edc Chinese AVS decoder 18 years ago
Michael Niedermayer 55582f8de3 table contains vlc with 19 bits and 8*2 < 19 18 years ago
Diego Biurrun 5ab0f20449 spelling/grammar 18 years ago
Michael Niedermayer 9fcee5853d unresponsive maintainer policy (its pretty much what has always been done in practice anyway) 18 years ago
Baptiste Coudurier e8d2507c1a add MS ADPCM fourcc 18 years ago
Baptiste Coudurier e7cc4b52f9 skip others fourcc, if present 18 years ago
Baptiste Coudurier 421de2575b clean 18 years ago
Kostya Shishkov 913e93d5f2 Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC. 18 years ago
Kostya Shishkov 50af2fd30d Enable coefficient scaling 18 years ago
Kostya Shishkov 928dc49d0e Don't read out-of-bounds values. 18 years ago
Måns Rullgård 1ede1725f1 simplify 18 years ago
Måns Rullgård 0ac3dcb8e8 build mpegaudio.c and ac3enc.c only if needed 18 years ago
Stefan Gehrer 3284e7f3fe hopefully better for platforms not supporting misaligned read 18 years ago
Stefan Gehrer 1a1650feca make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it 18 years ago
Michael Niedermayer 76b566687f increasing version for AVBitStreamFilters 18 years ago
Michael Niedermayer 514e0831ae noise bitstream filter 18 years ago
Michael Niedermayer 748c2fca7e AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) 18 years ago
Baptiste Coudurier 06fcf56c50 typo fix 18 years ago
Baptiste Coudurier 875f92876a 10l, all modes is 0x81FF 18 years ago
Baptiste Coudurier b7d9da100d simplify and write correct values conforming to specs 18 years ago
Stefan Huehner 62a05b5b00 Mark some read-only datastructures as const. 18 years ago
Michael Niedermayer 0540cad324 100l to whoever write this 18 years ago
Michael Niedermayer 2111e3f9f2 check for unparsed AMR input 18 years ago
Michael Niedermayer 9a39cd35b8 vbr requires version=1 and samplesize=0 per QT spec 18 years ago
Kostya Shishkov 1ae4a8e61f Fix one case of choosing MV for chroma 18 years ago