2006-07-28 |
Baptiste Coudurier | demuxer reworked, more accurate parsing, prepare handli... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Baptiste Coudurier | declare and use UID type |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Reimar Döffinger | Set duration to AV_NOPTS_VALUE instead of 0 when unknown. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Diego Biurrun | Comment some #endif lines. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Kostya Shishkov | Add rounding for overlap filters |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Diego Biurrun | Remove redundant TARGET_OS setting. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Graham Booker | Do not add -fomit-frame-pointer to CFLAGS when optimiza... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Loren Merritt | 10l in r5768 (broke mbaff) |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Alan Curry | Fix compile error due to extra "FF" at beginning of... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Luca Abeni | Remove sws_global_init() from swscaler emulation |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Luca Abeni | Replace MIN() and MAX() with FFMIN() and FFMAX() |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Diego Biurrun | Fix FSF postal address. |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Diego Biurrun | Fix prefix vs PREFIX handling in pkgconfig files. |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Luca Abeni | Fix a corner case in sws emulation |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Baptiste Coudurier | MXF demuxer |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Baptiste Coudurier | Changelog update for GXF muxer |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Víctor Paesa | Explain usage of image formats other than GIF. |
commit | commitdiff | tree | snapshot |
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 |
next |