|
|
|
@59b56738
|
19 years |
baptiste.coudurier |
add uncompressed picture support
Originally committed as revision …
|
|
|
@8ce2215b
|
19 years |
baptiste.coudurier |
parse rgba descriptor (jpeg2000, uncompressed)
Originally committed …
|
|
|
@54a3360
|
19 years |
baptiste.coudurier |
add common codecs uls
Originally committed as revision 5851 to …
|
|
|
@eec3fec
|
19 years |
baptiste.coudurier |
simplify PRINT_KEY
Originally committed as revision 5850 to …
|
|
|
@6d0c3beb
|
19 years |
baptiste.coudurier |
add some debug infos
Originally committed as revision 5849 to …
|
|
|
@f03b6426
|
19 years |
baptiste.coudurier |
get rid of DECLARED_ALIGNED
Originally committed as revision 5848 to …
|
|
|
@67630cff
|
19 years |
stefan.gehrer |
add new tag 'CAVS' for Chinese AVS codec
Originally committed as …
|
|
|
@595e7bd
|
19 years |
stefan.gehrer |
some MMX optimizations for the CAVS decoder
Originally committed as …
|
|
|
@09be55df
|
19 years |
kostya.shishkov |
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will …
|
|
|
@ffb9a8b1
|
19 years |
kostya.shishkov |
Support range reduced frames
Originally committed as revision 5844 to …
|
|
|
@138712fe
|
19 years |
kostya.shishkov |
Support grayscale decoding.
Originally committed as revision 5843 to …
|
|
|
@dd15f9bf
|
19 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 5842 to …
|
|
|
@b7522224
|
19 years |
baptiste.coudurier |
use ternary
Originally committed as revision 5841 to …
|
|
|
@834bff48
|
19 years |
baptiste.coudurier |
remove useless variables
Originally committed as revision 5840 to …
|
|
|
@e076173f
|
19 years |
baptiste.coudurier |
rename variables
Originally committed as revision 5839 to …
|
|
|
@5e441e3
|
19 years |
baptiste.coudurier |
add error messages
Originally committed as revision 5838 to …
|
|
|
@743d772c
|
19 years |
baptiste.coudurier |
demuxer reworked, more accurate parsing, prepare handling of other …
|
|
|
@4bfff768
|
19 years |
baptiste.coudurier |
declare and use UID type
Originally committed as revision 5836 to …
|
|
|
@7c87a2f0
|
19 years |
Reimar.Doeffinger |
Set duration to AV_NOPTS_VALUE instead of 0 when unknown.
Set …
|
|
|
@69796008
|
19 years |
diego |
Comment some #endif lines.
Originally committed as revision 19211 to …
|
|
|
@0154bae1
|
19 years |
kostya.shishkov |
Add rounding for overlap filters
Originally committed as revision …
|
|
|
@b2828252
|
19 years |
diego |
Remove redundant TARGET_OS setting.
Originally committed as revision …
|
|
|
@abafc9c3
|
19 years |
diego |
Do not add -fomit-frame-pointer to CFLAGS when optimizations are …
|
|
|
@ae08a563
|
19 years |
lorenm |
10l in r5768 (broke mbaff)
Originally committed as revision 5831 to …
|
|
|
@e50bc5a
|
19 years |
pacman |
Fix compile error due to extra "FF" at beginning of file in the …
|
|
|
@1ea501af
|
19 years |
lucabe72 |
Remove sws_global_init() from swscaler emulation
Originally committed …
|
|
|
@6f209cb5
|
19 years |
lucabe72 |
Replace MIN() and MAX() with FFMIN() and FFMAX()
Originally committed …
|
|
|
@538389c
|
19 years |
diego |
Fix FSF postal address.
Originally committed as revision 5829 to …
|
|
|
@a94e666c
|
19 years |
diego |
Fix prefix vs PREFIX handling in pkgconfig files.
Originally …
|
|
|
@2793096f
|
19 years |
lucabe72 |
Fix a corner case in sws emulation
Originally committed as revision …
|
|
|
@07bf2af8
|
19 years |
baptiste.coudurier |
MXF demuxer
Originally committed as revision 5826 to …
|
|
|
@43dcf590
|
19 years |
baptiste.coudurier |
Changelog update for GXF muxer
Originally committed as revision 5825 …
|
|
|
@ad21ad45
|
19 years |
diego |
Explain usage of image formats other than GIF.
patch by Victor Paesa, …
|
|
|
@d4b0cca7
|
19 years |
diego |
10l: wrong quoting
Originally committed as revision 5823 to …
|
|
|
@8422aa8
|
19 years |
michaelni |
a tiny bit of cleanup
Originally committed as revision 19178 to …
|
|
|
@bca11e75
|
19 years |
michaelni |
vertical scaler with accurate rounding, some people on doom9 can see …
|
|
|
@fc8833a1
|
19 years |
diego |
Remove unnecessary darwin variable.
Originally committed as revision …
|
|
|
@8b3a43cf
|
19 years |
diego |
Skip the MMX/SSE and memalign() check when running on OS X/Darwin, …
|
|
|
@5df68893
|
19 years |
kostya.shishkov |
Some B-frames support (parsing and decoding only, no motion …
|
|
|
@c39e3c6f
|
19 years |
kostya.shishkov |
Some fixes for decode_p_mb()
Originally committed as revision 5819 to …
|
|
|
@88b6f0fa
|
19 years |
diego |
Fix --extra-ldflags when cross-compiling for MinGW.
Originally …
|
|
|
@c536cb09
|
19 years |
diego |
Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.
…
|
|
|
@d8cfa553
|
19 years |
pacman |
Fix typo introduced in the memalign->av_malloc conversion (there is no …
|
|
|
@9f82cdc7
|
19 years |
diego |
Remove obsolete and misleading warning.
Originally committed as …
|
|
|
@bc185f72
|
19 years |
Reimar.Doeffinger |
Do not crash when the first frame is not a keyframe (and thus none of …
|
|
|
@22ffac70
|
19 years |
Reimar.Doeffinger |
Try to find out correct start time to make seeking faster and add some …
|
|
|
@8dfe909
|
19 years |
Reimar.Doeffinger |
Missing part of the malloc -> av_malloc patch: memalign must be …
|
|
|
@83b3df83
|
19 years |
kostya.shishkov |
Correct edge MC for chroma
Originally committed as revision 5813 to …
|
|
|
@1997a988
|
19 years |
michaelni |
disable libtheora, this change leaves all the libtheora related code …
|
|
|
@230e9d4c
|
19 years |
kostya.shishkov |
Replace code for clipping MV vectors (which is wrong to use here) with …
|
|
|
@4b944659
|
19 years |
kostya.shishkov |
Don't do non-uniform quantization on zero coeffs.
Originally …
|
|
|
@aab77159
|
19 years |
Reimar.Doeffinger |
do not include bswap.h in common.h for external programs, since the …
|
|
|
@27ed1a0d
|
19 years |
kostya.shishkov |
1000l: scale DC predictors instead of predicted value.
Originally …
|
|
|
@92ad0d9
|
19 years |
kostya.shishkov |
Set DC = 0 for skipped MB as it interferes DC prediction
Originally …
|
|
|
@b53921aa
|
19 years |
kostya.shishkov |
Set correctly quantizer and transform mode when parsing frame header.
…
|
|
|
@53be4c90
|
19 years |
michaelni |
update
Originally committed as revision 5805 to …
|
|
|
@94c4def2
|
19 years |
lucabe72 |
Use libavutil in libswscale, and allow it to be built out of the …
|
|
|
@918a4591
|
19 years |
michaelni |
removing redundant mess next time we break compatiility
Originally …
|
|
|
@ccb15994
|
19 years |
michaelni |
fix regression failure after adler simplification
Originally …
|
|
|
@79dc59b7
|
19 years |
michaelni |
simplify
Originally committed as revision 5802 to …
|
|
|
@0912bf57
|
19 years |
michaelni |
for floats fabs is better & smaller then ABS
Originally committed as …
|
|
|
@f2964465
|
19 years |
michaelni |
simpler, smaller and faster
Originally committed as revision 5800 to …
|
|
|
@d9cf32d9
|
19 years |
michaelni |
avoid 4 +
Originally committed as revision 5799 to …
|
|
|
@d26a9ea0
|
19 years |
michaelni |
remove 166 useless underscores, and make this file valid c code as a …
|
|
|
@e003ea06
|
19 years |
michaelni |
remove a few useless casts and avoid the useless t1/t2 variables
…
|
|
|
@684d9e36
|
19 years |
michaelni |
simplify
Originally committed as revision 5796 to …
|
|
|
@006ff1c
|
19 years |
michaelni |
more simplifications
Originally committed as revision 5795 to …
|
|
|
@f72f8a77
|
19 years |
michaelni |
simplification
Originally committed as revision 5794 to …
|
|
|
@09eb00f6
|
19 years |
michaelni |
iabs -> ABS
Originally committed as revision 5793 to …
|
|
|
@1abbf64e
|
19 years |
michaelni |
simplify
Originally committed as revision 5792 to …
|
|
|
@1af5f60f
|
19 years |
michaelni |
fix loop filter
Originally committed as revision 5791 to …
|
|
|
@47adb886
|
19 years |
lucabe72 |
Install log.h
Originally committed as revision 5790 to …
|
|
|
@462f3c37
|
19 years |
diego |
Add missing EXESUF to executable rules.
patch by Victor Paesa, wzrlpy …
|
|
|
@5ced7b80
|
19 years |
michaelni |
disable the vp3 mmx and sse2 idcts, their output doesnt match the c …
|
|
|
@86329cc
|
19 years |
baptiste.coudurier |
GXF muxer
Originally committed as revision 5787 to …
|
|
|
@1d94a662
|
19 years |
michaelni |
simplify
Originally committed as revision 5786 to …
|
|
|
@cfc4bd46
|
19 years |
gpoirier |
Fix memleak, patch by I. Po % yyymmmm # gmail O com %
Original …
|
|
|
@cea8f6f3
|
19 years |
lucabe72 |
Move av_malloc(), av_realloc(), and av_free() from libavcodec to …
|
|
|
@b8889ea5
|
19 years |
banan |
Possibility to skip bytes in the beginning of a file.
Originally …
|
|
|
@7028259a
|
19 years |
michaelni |
simplify b64_encode()
maybe this should be moved to libavutil ...
…
|
|
|
@4b45de0e
|
19 years |
lucabe72 |
Move av_log() & friends to libavutil
Originally committed as revision …
|
|
|
@8b75e45d
|
19 years |
lorenm |
sync to x264 r537
Originally committed as revision 5780 to …
|
|
|
@fd0fb306
|
19 years |
michaelni |
add header info to flv format based on a patch by (Philipp Klaus …
|
|
|
@efea8528
|
19 years |
michaelni |
parse all QIS values (we still ignore them though ...)
Originally …
|
|
|
@a14ab4e4
|
19 years |
michaelni |
100l for me
Originally committed as revision 5777 to …
|
|
|
@116d866c
|
19 years |
michaelni |
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet …
|
|
|
@ae1dd8e1
|
19 years |
michaelni |
attempt to implement xiphs useless and stupid quantization matrix mess …
|
|
|
@187c9be7
|
19 years |
michaelni |
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) …
|
|
|
@d2744e1
|
19 years |
michaelni |
use RSHIFT
Originally committed as revision 5773 to …
|
|
|
@4501e678
|
19 years |
michaelni |
useless memcpy
Originally committed as revision 5772 to …
|
|
|
@7cfe7fe5
|
19 years |
michaelni |
some fixmes if someone ever wants to implement theora support …
|
|
|
@e278056f
|
19 years |
michaelni |
check how many bits are left after decoding extradata
this change is …
|
|
|
@b7f3fdd7
|
19 years |
michaelni |
cleanup
Originally committed as revision 5769 to …
|
|
|
@717b1733
|
19 years |
lorenm |
slightly faster h264 fill_caches()
Originally committed as revision …
|
|
|
@e1bbc032
|
19 years |
justin.ruggles |
cosmetic change to adjust alignment.
Originally committed as revision …
|
|
|
@5f3acd9e
|
19 years |
justin.ruggles |
Modify preset compression levels to utilize log search.
Originally …
|
|
|
@05020c89
|
19 years |
Reimar.Doeffinger |
Split common.h in two parts, purely internal stuff (internal.h) and …
|
|
|
@7a5f09f6
|
19 years |
mans |
cosmetics
Originally committed as revision 5764 to …
|
|
|
@dbb45a3b
|
19 years |
michaelni |
log prediction order search method
Originally committed as revision …
|
|
|
@26053bdc
|
19 years |
justin.ruggles |
Add lpc order search. This creates new compression levels 6 to 12.
…
|
|
|