6302 Commits (dc3f320dfd3bb2c0345ffcf7754af3e0bee9458a)

Author SHA1 Message Date
Diego Biurrun dc3f320dfd Add explanatory comment to '#define FLOAT float'. 17 years ago
Måns Rullgård 800c289a66 less preprocessor magic in version number macros 17 years ago
Michael Niedermayer 499e4700ef Stuffing bytes to not violate minimum legality rate. 17 years ago
Michael Niedermayer cc6116756c Remove another temporary variable with which gcc has problems. 17 years ago
Diego Biurrun 94ae6788e2 cosmetics: Demplayerify indentation. 17 years ago
Diego Biurrun 301df48074 Add comments to some #endif directives. 17 years ago
Diego Biurrun e6464f8b5e cosmetics: spelling/grammar 17 years ago
Michael Niedermayer c3a3d34427 Alternative and faster (on gcc x86) plane rotation. 17 years ago
Michael Niedermayer 8af4d0fc8d Get rid of another useless variable. 17 years ago
Michael Niedermayer 92ac614f85 Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), 17 years ago
Michael Niedermayer e6d7ef648c One variable less. No real change to the actual code. 17 years ago
Michael Niedermayer 6f08c541b4 floating point AAN IDCT 17 years ago
Loren Merritt 042e0adda9 decode mng color decorrelation 17 years ago
Diego Biurrun d248905ba5 Remove START_TIMER and STOP_TIMER macros. 17 years ago
Loren Merritt 00829b9bc1 simplify 17 years ago
Aurelien Jacobs 97d1d009e2 split encoding part of dsputil_mmx into its own file 17 years ago
Diego Biurrun 4847a997aa Remove commented-out av_log calls. 17 years ago
Michael Niedermayer b6bffc46b8 Fix trellis quant + AAN DCT. 17 years ago
Michael Niedermayer 2936438a38 Make diego happy. 17 years ago
Aurelien Jacobs 57b98634c4 compile various fdct only when encoders are enabled 17 years ago
Michael Niedermayer 062942e782 Clarify which BSD license. 17 years ago
Michael Niedermayer 5b0d04d308 Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute 17 years ago
Loren Merritt 4a5b619df7 png filters 17 years ago
Måns Rullgård 76a448ed4f Install headers in $prefix/include/$libname 17 years ago
Loren Merritt bd58e7f730 remove a memcpy 17 years ago
Måns Rullgård 6f4e2b5a95 fix memory leaks in vp3 decoder 17 years ago
Reimar Döffinger f2217d6f90 __asm __volatile -> asm volatile part 2 17 years ago
Reimar Döffinger 78d3d94f14 __asm __volatile -> asm volatile, improves code consistency and works 17 years ago
Vitor Sessak cf73e32a5f Fix bug I introduced in r11962. 17 years ago
Benjamin Larsson 7bb8d51c1f Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. 17 years ago
Michael Niedermayer a939a005f9 Remove apparently unneeded and buggy align. 17 years ago
Loren Merritt 917f55cc03 cleaner way of writing packed-byte constants. 17 years ago
Loren Merritt 31304587da indent 17 years ago
Loren Merritt 469bd7b150 pseudo-simd add_bytes and diff_bytes 17 years ago
Loren Merritt 4a9ca0a279 simd and unroll png_filter_row 17 years ago
Michael Niedermayer 1435e4ccde Disabling all SSE* code for old gcc to avoid alignment issues. 17 years ago
Michael Niedermayer 635fbcb17f revert 12156 17 years ago
Michael Niedermayer bdd745da60 Forgot this, which is needed for merging field pics too. 17 years ago
Michael Niedermayer 21da962cf1 Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 17 years ago
Michael Niedermayer ff2635b273 Make timestamp interpolation work with mpeg2 field pictures. 17 years ago
Måns Rullgård e97ac1e6f5 Clean up lib* version definitions 17 years ago
Michael Niedermayer cea9642014 Fix ;; 17 years ago
Reimar Döffinger 754bf3d8a1 Fix warnings: 17 years ago
Reimar Döffinger 816ebf9320 Remove duplicate ; 17 years ago
Reimar Döffinger 721052e981 Add casts to avoid warnings: 17 years ago
Reimar Döffinger e3cb2c4a08 Missing const 17 years ago
Michael Niedermayer 0521808158 Reduce the number of senselessly scanned bytes. 17 years ago
Guillaume Poirier c367d0c653 arg 10000l. Fix wrong fix committed in r12141 17 years ago
Guillaume Poirier d6267d027b fix broken indentation 17 years ago
Guillaume Poirier 9d8109ad0f 10l: fix always false test: Binary & has lower precedence than == 17 years ago