3626 Commits (c6dafae954d8ab0fa923dc59f672414f5f9f3875)

Author SHA1 Message Date
Diego Biurrun 6be4846a1a Remove bogus IPP section that is not referenced anywhere. 19 years ago
Aurelien Jacobs f1b163e01e set proper bits_per_sample value for ADPCM codecs 19 years ago
Måns Rullgård ab7e315396 remove -fforce-addr as it to generate slightly slower code 19 years ago
Michael Niedermayer 9d82b0dda1 moving utf8 reading function to libavutil 19 years ago
Aurelien Jacobs 5da714699d simplify the voc demuxer using av_get_bits_per_sample() 19 years ago
Michael Niedermayer c448303df6 seems i forgot to commit this simplification ... 19 years ago
Baptiste Coudurier ac3e183403 av_get_bits_per_sample and due simplifications 19 years ago
Emiliano Parasassi 29c5cdcaec Fix compilation with --disable-decoders. 19 years ago
Michael Niedermayer 55582f8de3 table contains vlc with 19 bits and 8*2 < 19 19 years ago
Kostya Shishkov 913e93d5f2 Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC. 19 years ago
Kostya Shishkov 50af2fd30d Enable coefficient scaling 19 years ago
Kostya Shishkov 928dc49d0e Don't read out-of-bounds values. 19 years ago
Måns Rullgård 1ede1725f1 simplify 19 years ago
Måns Rullgård 0ac3dcb8e8 build mpegaudio.c and ac3enc.c only if needed 19 years ago
Stefan Gehrer 3284e7f3fe hopefully better for platforms not supporting misaligned read 19 years ago
Stefan Gehrer 1a1650feca make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it 19 years ago
Michael Niedermayer 76b566687f increasing version for AVBitStreamFilters 19 years ago
Michael Niedermayer 514e0831ae noise bitstream filter 19 years ago
Michael Niedermayer 748c2fca7e AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) 19 years ago
Stefan Huehner 62a05b5b00 Mark some read-only datastructures as const. 19 years ago
Kostya Shishkov 1ae4a8e61f Fix one case of choosing MV for chroma 19 years ago
Diego Biurrun da2e9781bb spelling typo 19 years ago
Måns Rullgård bb428277fa use $(LIBOBJFLAGS) when compiling sparc/*.c 19 years ago
Måns Rullgård 98d417cbcd #define SBUTTERFLY outside CONFIG_ENCODERS 19 years ago
Stefan Gehrer 2e0141c351 even more cbp safety 19 years ago
Stefan Gehrer 0e9b7305d0 missed removing this line in my last commit 19 years ago
Diego Biurrun f130fd4630 cosmetics: Break overly long lines. 19 years ago
Michael Niedermayer 05e7e64d1a add rounding bias earlier in the idct, avoids many adds 19 years ago
Stefan Huehner 109d2de108 Mark read-only data as const. Patch by stefan huehner org. 19 years ago
Michael Niedermayer 57d664ff32 return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode 19 years ago
Michael Niedermayer 784036e404 simplify intra prediction mode decoding 19 years ago
Michael Niedermayer 5ca0106879 check cbp for validity, avoids possible out of array reads / segfaults 19 years ago
Michael Niedermayer 5781d6d6e8 minor simplificationn 19 years ago
Kostya Shishkov 66d0ad2605 Implement intensity compensation 19 years ago
Kostya Shishkov 8a66a390cc Correctly choose global transform mode, MV mode and fix bitplane decoding 19 years ago
Kostya Shishkov 35a9cac888 Optimizations suggested by Michael Niedermayer 19 years ago
Stefan Gehrer ad78c0f3f1 cleanup macroblock layer: merged decode of skipped MBs 19 years ago
Stefan Gehrer f503b19574 cosmetic patch: 19 years ago
Kostya Shishkov 05103ed33f Correctly detect when use hpel or qpel mode 19 years ago
Kostya Shishkov ef6cc8ce46 4-MV mode final fixes (now it works for non-exotic modes) 19 years ago
Kostya Shishkov 4a5343fabc vc1_decode_intra_block() simplifications and corrections 19 years ago
Luca Abeni 9c39071d6d Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h 19 years ago
Justin Ruggles 1e5707b7b8 porder patch by (Justin Ruggles jruggle a t earthlink d ot net) 19 years ago
Kostya Shishkov e4bf0302a3 4-MV decoding support 19 years ago
Michael Niedermayer b482e2d12f CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) 19 years ago
Måns Rullgård 3f8674a902 remove redundant macro definitions 19 years ago
Måns Rullgård 8fb0d07339 kill warning 19 years ago
Stefan Gehrer 20ffddb93a CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) 19 years ago
Stefan Gehrer 761089b028 staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) 19 years ago
Michael Niedermayer 474176bf92 3 lines while -> 1 line for loop 19 years ago