2006-10-10 |
Baptiste Coudurier | quiet gcc about enum value not handled in switch |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Diego Biurrun | BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Diego Biurrun | Change libpostproc to use the FFMIN/FFMAX macros from... |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Guillaume Poirier | Move TRANSPOSE8 macro to dsputil_altivec.h. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Diego Biurrun | Move sign macro to libavutil. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Diego Biurrun | Use ABS macro from libavutil. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Michael Niedermayer | moving another bit&1 out, this is as fast as with it... |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Kostya Shishkov | 10l: remove alien seek function from demuxer |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Michael Niedermayer | move the &1 out of the asm so gcc can optimize it away... |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Michael Niedermayer | replace a few and/sub/... by cmov |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Diego Biurrun | Remove gcc-workaround that is already present in libavu... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Diego Biurrun | Fix default license header. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | reading 8bit mem into a 8bit register needs 2 uops... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | on the P4 inc needs twice as much time a add |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | 10l |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | reverse remainder of the failed attempt to optimize... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | x86 branchless cabac decoder |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | optimize branchless C CABAC decoder |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Luca Barbato | removing ALTIVEC_USE_REFERENCE_C_CODE, since has no... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | move outcommented START/STOP_TIMER to a hopefully bette... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | drop failed attempt to optimize *state= c->mps_state[s]; |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | 10l bugfix for some disabled code |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | first try of a handwritten get_cabac() for x86, this... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | always add -fomit-frame-pointer if optimizations are... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Luca Barbato | add_bytes passes tests |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | remove bytestream_end checks, seems to work fine withou... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Andrea Gianarro | fix AC3 5.1 being decoded as mono |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Diego Biurrun | Fix GPL/LGPL license version mismatch. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Michael Niedermayer | decrease ff_h264_norm_shift[] size |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Dominik Mierzejewski | Fixes: |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Michael Niedermayer | cleanup |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Dominik Mierzejewski | Fixes: |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Dominik Mierzejewski | Fixes: |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Dominik Mierzejewski | Fixes: |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Reimar Döffinger | Avoid void *-arithmetic |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Víctor Paesa | Quote names individually, since otherwise the whole... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Luca Barbato | Non Altivec optimizations already present at the top |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Michael Niedermayer | branchless renormalization (1% faster get_cabac) old... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Michael Niedermayer | 5% faster get_cabac() |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Diego Biurrun | output typo fixes |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Diego Biurrun | Compilation fix: pix_abs16x16_c was undeclared. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Diego Biurrun | Compilation fix, printf gets redefined to please_use_av... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Michael Niedermayer | disable benchmarking code |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Michael Niedermayer | renorm_cabac_decoder_once START/STOP_TIMER scores for... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Luca Barbato | fix the dcbz check and move it in configure |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Yong | Add fourccs for Wavpak and TTA |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Michael Niedermayer | refill cabac variables in 16bit steps, 3% faster get_ca... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Michael Niedermayer | () 10l |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Luca Barbato | fix a warning |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Diego Biurrun | Compilation fix, printf gets redefined to please_use_av... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Michael Niedermayer | several x86 renorm_cabac_decoder_once optimizations |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Diego Biurrun | Replace -I.. by -I$(BUILD_ROOT). |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Diego Biurrun | Replace -I../-I. by -I$(BUILD_ROOT). |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Diego Biurrun | Remove bogus commented out include line. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Diego Biurrun | cosmetics: Add backslashes to the last line of continue... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Michael Niedermayer | flac fourcc (fixes mplayer -demuxer 35 with flac) |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Michael Niedermayer | prevent >16bit tags to be truncated and used in creatin... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Michael Niedermayer | fix decoding of ED-small-sample-file.ogg |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Guillaume Poirier | Update checksum to match latest ASF patch |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Michael Niedermayer | fix buffer underflows by reencoding the current frame... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Diego Biurrun | message typo fixes |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Diego Biurrun | Simplify test program build. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Diego Biurrun | Simplify test program build. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Baptiste Coudurier | support D-10, XDCAM, fix ebu_small_d10_50_audio_resampl... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Diego Biurrun | Fix imgresample-test compilation. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Diego Biurrun | Test programs depend on $(LIB). |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Diego Biurrun | imgresample-test depends on $(LIB). |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Diego Biurrun | Simplify EXTRALIBS handling. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Diego Biurrun | Switch idct_mmx_xvid.c from GPL to LGPL as permitted... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Diego Biurrun | FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Diego Biurrun | cosmetics: Put all OBJS on a line of their own for... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Diego Biurrun | Libraries are created in the build tree, not in the... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Ramiro Polla | MSys bash 2.04 is broken. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Diego Biurrun | Remove cs_test and swscale-example on clean. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Diego Biurrun | Remove redundant EXTRALIBS declaration. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Diego Biurrun | Simplify compilation call by using $(EXTRALIBS). |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Diego Biurrun | Fix warnings: |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Diego Biurrun | Fix warnings: |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Diego Biurrun | Replace .. by $(SRC_PATH), otherwise there might be... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Baptiste Coudurier | remove useless casts |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Baptiste Coudurier | change extradata type to uint8_t * |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Baptiste Coudurier | mjpeg 4:2:2 encoding support |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Loren Merritt | don't try to inline cabac functions. gcc ignored the... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Loren Merritt | simplify write_back_motion for skip mbs |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Loren Merritt | 10l in r6412 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Aurelien Jacobs | make some global var static (fix a build failure with... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Michael Niedermayer | remove confusing divx note |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Diego Biurrun | Move EXTRALIBS handling to common.mak. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Michael Niedermayer | fix r_frame_rate detection in mpeg4 streams with non... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Diego Biurrun | Slightly simplify apiexample compilation command line. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Diego Biurrun | Also remove cpuid_test on clean. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Diego Biurrun | Remove bogus dependency information. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Diego Biurrun | make dep should also work. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Diego Biurrun | depend and dep are really the same target. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Diego Biurrun | Mark all phony targets as such. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Michael Niedermayer | 1000000l for lu_zero (commiting untested? code) |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Diego Biurrun | Remove unused variables and the corresponding warnings... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Diego Biurrun | Fix unused variable warning when compiling with MMX... |
commit | commitdiff | tree | snapshot |
next |