2006-07-24 |
Diego Biurrun | 10l: wrong quoting |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Michael Niedermayer | a tiny bit of cleanup |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Michael Niedermayer | vertical scaler with accurate rounding, some people... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Diego Biurrun | Remove unnecessary darwin variable. |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Diego Biurrun | Skip the MMX/SSE and memalign() check when running... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Kostya Shishkov | Some B-frames support (parsing and decoding only, no... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Kostya Shishkov | Some fixes for decode_p_mb() |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Diego Biurrun | Fix --extra-ldflags when cross-compiling for MinGW. |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Diego Biurrun | Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Alan Curry | Fix typo introduced in the memalign->av_malloc conversi... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Diego Biurrun | Remove obsolete and misleading warning. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Reimar Döffinger | Do not crash when the first frame is not a keyframe... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Reimar Döffinger | Try to find out correct start time to make seeking... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Reimar Döffinger | Missing part of the malloc -> av_malloc patch: memalign... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Kostya Shishkov | Correct edge MC for chroma |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Michael Niedermayer | disable libtheora, this change leaves all the libtheora... |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Kostya Shishkov | Replace code for clipping MV vectors (which is wrong... |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Kostya Shishkov | Don't do non-uniform quantization on zero coeffs. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Reimar Döffinger | do not include bswap.h in common.h for external program... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Kostya Shishkov | 1000l: scale DC predictors instead of predicted value. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Kostya Shishkov | Set DC = 0 for skipped MB as it interferes DC prediction |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Kostya Shishkov | Set correctly quantizer and transform mode when parsing... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Michael Niedermayer | update |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Luca Abeni | Use libavutil in libswscale, and allow it to be built... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Michael Niedermayer | removing redundant mess next time we break compatiility |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Michael Niedermayer | fix regression failure after adler simplification |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Michael Niedermayer | for floats fabs is better & smaller then ABS |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Michael Niedermayer | simpler, smaller and faster |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | avoid 4 + |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | remove 166 useless underscores, and make this file... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | remove a few useless casts and avoid the useless t1... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | more simplifications |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | simplification |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | iabs -> ABS |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | fix loop filter |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Luca Abeni | Install log.h |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Víctor Paesa | Add missing EXESUF to executable rules. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | disable the vp3 mmx and sse2 idcts, their output doesnt... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Baptiste Coudurier | GXF muxer |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2006-07-19 |
I. Po | Fix memleak, patch by I. Po % yyymmmm # gmail O com % |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Luca Abeni | Move av_malloc(), av_realloc(), and av_free() from... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Benjamin Larsson | Possibility to skip bytes in the beginning of a file. |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Michael Niedermayer | simplify b64_encode() |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Luca Abeni | Move av_log() & friends to libavutil |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Loren Merritt | sync to x264 r537 |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Michael Niedermayer | add header info to flv format based on a patch by ... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Michael Niedermayer | parse all QIS values (we still ignore them though ...) |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Michael Niedermayer | 100l for me |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Matthieu Castet | fix playback of theora.ogg on mphq patch by (matthieu... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Michael Niedermayer | attempt to implement xiphs useless and stupid quantizat... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Michael Niedermayer | replace *_dequant (2 intra, 1 inter) by qmat (3 intra... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Michael Niedermayer | use RSHIFT |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Michael Niedermayer | useless memcpy |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Michael Niedermayer | some fixmes if someone ever wants to implement theora... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Michael Niedermayer | check how many bits are left after decoding extradata |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Michael Niedermayer | cleanup |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Loren Merritt | slightly faster h264 fill_caches() |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Justin Ruggles | cosmetic change to adjust alignment. |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Justin Ruggles | Modify preset compression levels to utilize log search. |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Reimar Döffinger | Split common.h in two parts, purely internal stuff... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Måns Rullgård | cosmetics |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Michael Niedermayer | log prediction order search method |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Justin Ruggles | Add lpc order search. This creates new compression... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Kostya Shishkov | Don't pass block[6][64] parameter to decode_p_mb as... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Kostya Shishkov | Correct inverse quantization for P-frames |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Kostya Shishkov | Rounding control for motion compensation. |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Michael Niedermayer | calculate all coefficients for several orders during... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Diego Biurrun | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Víctor Paesa | Cygwin shared libraries support, patch by Víctor Paesa... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Diego Biurrun | Create infrastructure to install shared and static... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Diego Biurrun | Fix DESTDIR handling. DESTDIR got prepended twice... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Måns Rullgård | set defaults before showing help |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Stefan Gehrer | avoid double copying of left border in luma prediction |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Stefan Gehrer | replace run by run+1 in VLC tables |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Michael Niedermayer | cleanup |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Stefan Gehrer | change partition flags SYM -> FWD|SYM |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Stefan Gehrer | set mvP2 also in PSKIP macroblock |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Michael Niedermayer | optionally (use_lpc=2) support Cholesky factorization... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Stefan Gehrer | avoid overflows of qp and pic_type |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Diego Biurrun | Properly handle vhook build flags for platforms that... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Diego Biurrun | cosmetics: Reorder some entries for more consistency... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Michael Niedermayer | unneeded #include |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Diego Biurrun | 10l: the ${prefix} variable should not be expanded... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Michael Niedermayer | adding a \ so we can add more lines without having... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Michael Niedermayer | linear least squares solver using cholesky factorization |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Måns Rullgård | indent |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Måns Rullgård | simplify |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Måns Rullgård | simplify |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Måns Rullgård | remove impossible #ifdef case |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Måns Rullgård | remove old msvc cruft |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Måns Rullgård | remove redundant #include <math.h> |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Måns Rullgård | replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Måns Rullgård | cleanup suggested by Michael Niedermayer |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Måns Rullgård | move adler32 to libavutil |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Diego Biurrun | Simplify the setting of some defaults. |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Víctor Paesa | add loop_input to AVFormatContext, getting rid of old... |
commit | commitdiff | tree | snapshot |
next |