|
|
|
@d6975eb8
|
18 years |
michaelni |
use qscale_table in adaptive quant
some PSNR/bitrate improvement for …
|
|
|
@2175b80b
|
18 years |
michaelni |
simplify
Originally committed as revision 7345 to …
|
|
|
@3b9cf3bd
|
18 years |
michaelni |
i think this if() is useless lets abuse our users to test this ;)
…
|
|
|
@2f16af06
|
18 years |
michaelni |
skip motion estimation and encoding of non direct-0,0 MBs if the next …
|
|
|
@59743d16
|
18 years |
michaelni |
dont randomly disallow intr4v in adaptive quant
some PSNR/bitrate …
|
|
|
@51b1a6c9
|
18 years |
michaelni |
dont randomly dissallow direct MBs
some PSNR/bitrate gain for b …
|
|
|
@2d1e507
|
18 years |
michaelni |
QPRD & adaptive quantization regression tests
Originally committed as …
|
|
|
@4a49d9b2
|
18 years |
diego |
Remove useless #include.
Originally committed as revision 7339 to …
|
|
|
@2cb396eb
|
18 years |
diego |
Remove useless MinGW #ifdefs.
patch by Ramiro Polla, ramiro lisha.ufsc …
|
|
|
@7c057f46
|
18 years |
lucabe72 |
libswscale can now be compiled under LGPL too
Originally committed as …
|
|
|
@cb284d4b
|
18 years |
michaelni |
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + …
|
|
|
@e825b500
|
18 years |
Aurélien Jacobs |
Fix a crash when probing img2 format with a NULL filename.
patch by …
|
|
|
@e4d0e2e
|
18 years |
michaelni |
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate …
|
|
|
@0683a5c5
|
18 years |
lucabe72 |
Fix compilation of non-MMX code with gcc 2.95
Originally committed as …
|
|
|
@9bde778e
|
18 years |
lucabe72 |
Allow to compile swscale's non-SIMD code under the LGPL license.
Since …
|
|
|
@ff8dc81b
|
18 years |
michaelni |
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging …
|
|
|
@5a5c770d
|
18 years |
gpoirier |
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) …
|
|
|
@832a7b63
|
18 years |
michaelni |
minor doc fix
Originally committed as revision 7331 to …
|
|
|
@7910d134
|
18 years |
baptiste.coudurier |
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR
…
|
|
|
@9110a0e3
|
18 years |
Aurélien Jacobs |
Add support for VP60 and VP61.
Originally committed as revision 7329 …
|
|
|
@95cefcb4
|
18 years |
michaelni |
10l
Originally committed as revision 7328 to …
|
|
|
@c29ff23
|
18 years |
Aurélien Jacobs |
small optimization
Originally committed as revision 7327 to …
|
|
|
@af6a403
|
18 years |
michaelni |
warn user if the selected diamond size is larger then the motion …
|
|
|
@a6daaf7c
|
18 years |
michaelni |
limit x/ymin/max to me_range
slight psnr/bitrate gain for most but …
|
|
|
@6f3e4e17
|
18 years |
Reimar.Doeffinger |
Check mb_pos is big enough before trying to access data left or above. …
|
|
|
@3b61ab0b
|
18 years |
Aurélien Jacobs |
put_*() are not only useful to muxers and protocol
fix compilation of …
|
|
|
@9d824ad1
|
18 years |
mans |
fix libavutil.pc
Originally committed as revision 7322 to …
|
|
|
@c505dd3
|
18 years |
mans |
don't use non-standard sed -i option
Originally committed as revision …
|
|
|
@0cd4faf
|
18 years |
takis.issaris |
Allow provision of displaynumber, screennumber, x-offset and y-offset …
|
|
|
@162b9835
|
18 years |
banan |
av_log(NULL,... -> av_log(avctx,.. where appropriate.
Originally …
|
|
|
@e7a6d5f3
|
18 years |
banan |
Bug fix for crashes when SSE is used on unaligned arrays.
No …
|
|
|
@9c476fd6
|
18 years |
mans |
replace bashism with POSIX construct
Originally committed as revision …
|
|
|
@f70d367b
|
18 years |
diego |
vqmin/vqmax --> qmin/qmax in the option description
Originally …
|
|
|
@913e4081
|
18 years |
diego |
grammar/wording
Originally committed as revision 7315 to …
|
|
|
@76d2efda
|
18 years |
baptiste.coudurier |
documentation for X11 grabbing
Originally committed as revision 7314 …
|
|
|
@d0674868
|
18 years |
diego |
Generate pkgconfig files via two functions.
Originally committed as …
|
|
|
@7224e896
|
18 years |
baptiste.coudurier |
dont segv is ap->device is not set, display error message
Originally …
|
|
|
@ba78f9d
|
18 years |
baptiste.coudurier |
fix compilation, use the standard INT64_C macro
Originally committed …
|
|
|
@05f3b6ab
|
18 years |
gpoirier |
remove trailing whitespace left over
Originally committed as revision …
|
|
|
@bd839338
|
18 years |
gpoirier |
Feedback from Karl H. Beckers about mouse cursor
(patch by Edouard …
|
|
|
@6e71a18e
|
18 years |
gpoirier |
RFC 6: Overall cleanups again.
- License should be fixed now …
|
|
|
@0235a31
|
18 years |
gpoirier |
RFC 5: Mouse cursor painting reduc and more cleanups
- License is for …
|
|
|
@aac105fc
|
18 years |
gpoirier |
RFC 3&4 stage: FFmpeg style aint't my style
- Tabs are 4 width
- No …
|
|
|
@ef84bf04
|
18 years |
gpoirier |
RFC 2 stage: First feedback from review comments
- License is GPL, …
|
|
|
@65a1c656
|
18 years |
gpoirier |
RFC 1 stage: Improve maintainability of the cursoir painting code
- …
|
|
|
@2909f17
|
18 years |
gpoirier |
Adapt the patch to more recent FFmpeg habits
- Indentation
- Use …
|
|
|
@f58f4ce1
|
18 years |
gpoirier |
Original X11 device demuxer patch from Clemens Fruhwirth
- Build …
|
|
|
@83c547a
|
18 years |
gpoirier |
revert broken commit of x11 device demuxer patch
Originally committed …
|
|
|
@77e5024c
|
18 years |
gpoirier |
Feedback from Karl H. Beckers about mouse cursor
Reverse direction of …
|
|
|
@bfac8d3a
|
18 years |
gpoirier |
RFC 6: Overall cleanups again.
- License should be fixed now …
|
|
|
@86904e83
|
18 years |
gpoirier |
RFC 5: Mouse cursor painting reduc and more cleanups
- License is for …
|
|
|
@9b91c1e2
|
18 years |
gpoirier |
RFC 3&4 stage: FFmpeg style aint't my style
- Tabs are 4 width
- No …
|
|
|
@04b01de8
|
18 years |
gpoirier |
RFC 2 stage: First feedback from review comments
- License is GPL, …
|
|
|
@d797fdf4
|
18 years |
gpoirier |
RFC 1 stage: Improve maintainability of the cursoir painting code
- …
|
|
|
@b9255fb9
|
18 years |
gpoirier |
Adapt the patch to more recent FFmpeg habits
- Indentation
- Use …
|
|
|
@e519b02c
|
18 years |
gpoirier |
Original X11 device demuxer patch from Clemens Fruhwirth
- Build …
|
|
|
@fc53da20
|
18 years |
diego |
typo
Originally committed as revision 7292 to …
|
|
|
@7e303556
|
18 years |
diego |
libpostproc has its own version number and should not use …
|
|
|
@e07d892
|
18 years |
michaelni |
indent
Originally committed as revision 7290 to …
|
|
|
@fd97f6a2
|
18 years |
michaelni |
the next r_frame_rate try ...
discard first duration
accumulate …
|
|
|
@e828d257
|
18 years |
gpoirier |
Doxygen comments about variables described by Michael here:
Date: Tue, …
|
|
|
@2b0cdd9e
|
18 years |
michaelni |
mv overflow in map fix (untested except regression tests)
Originally …
|
|
|
@428cc588
|
18 years |
gpoirier |
add FLV decoder metadata parsing
patch by Allan Hsu % allan A …
|
|
|
@06d1e5c2
|
18 years |
michaelni |
gcc 2.95 fix
Originally committed as revision 7285 to …
|
|
|
@c8aee69
|
18 years |
Reimar.Doeffinger |
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized …
|
|
|
@4d43cbcc
|
18 years |
michaelni |
rewrite r_frame_rate selectioon code again
Originally committed as …
|
|
|
@c6b237da
|
18 years |
takis.issaris |
Adding H.264 DCT.
Originally committed as revision 7282 to …
|
|
|
@1aad0dfd
|
18 years |
baptiste.coudurier |
remove useless sampleDuration
Originally committed as revision 7281 …
|
|
|
@b596102e
|
18 years |
baptiste.coudurier |
check codec frame size directly and only for audio
Originally …
|
|
|
@2f5560ee
|
18 years |
michaelni |
fix playback of mp3_bits_left.avi
Originally committed as revision …
|
|
|
@505dfb09
|
18 years |
diego |
Improve broken shell warning.
Originally committed as revision 7278 …
|
|
|
@ec4e0056
|
18 years |
gpoirier |
GCC 3.3 compile fix
Originally committed as revision 7277 to …
|
|
|
@895bf499
|
18 years |
diego |
Improve option description.
Originally committed as revision 7276 to …
|
|
|
@c1173617
|
18 years |
mans |
improved stack misalignment warning
Originally committed as revision …
|
|
|
@d0c2abb1
|
18 years |
mans |
fix typo in Darwin shared lib naming
Originally committed as revision …
|
|
|
@e39e60a3
|
18 years |
takis.issaris |
Adding function which enables writing H.264 NAL units.
Originally …
|
|
|
@15f14fc7
|
18 years |
michaelni |
move duration finding code into read_packet() so it can be skiped if …
|
|
|
@17fcb170
|
18 years |
michaelni |
use amf_get_string()
Originally committed as revision 7271 to …
|
|
|
@759dd138
|
18 years |
michaelni |
cosmetics
Originally committed as revision 7270 to …
|
|
|
@896bcd2e
|
18 years |
michaelni |
amf_get_string() by Allan Hsu allan aat counterpop doot net
…
|
|
|
@4eb0c665
|
18 years |
michaelni |
get rid of AVFMTCTX_NOHEADER, create streams in read_header()
…
|
|
|
@c45388b1
|
18 years |
michaelni |
set flags correctly in write header instead of seeking back and fixing …
|
|
|
@46f9dcc3
|
18 years |
Reimar.Doeffinger |
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the …
|
|
|
@2c04fc1f
|
18 years |
Reimar.Doeffinger |
Typo in error message
Originally committed as revision 7265 to …
|
|
|
@386c88d
|
18 years |
baptiste.coudurier |
print a more correct message when container frame rate differs from …
|
|
|
@8d0ba041
|
18 years |
mans |
OpenBSD settings by Nikns Siankin <nikns at secure lv>
Originally …
|
|
|
@5d323602
|
18 years |
mans |
simplify test for memalign emulation requirement
Originally committed …
|
|
|
@4027ed1d
|
18 years |
baptiste.coudurier |
fix bug when GNUC isn't defined and when compiling for a non-x86 …
|
|
|
@a4b94019
|
18 years |
kostya.shishkov |
Deobfuscate expression
Originally committed as revision 7260 to …
|
|
|
@3dd52c5a
|
18 years |
kostya.shishkov |
Now ZMBV encoder compiles
Originally committed as revision 7259 to …
|
|
|
@76693729
|
18 years |
kostya.shishkov |
1e6l forgot to add zmbvenc.c
Originally committed as revision 7258 to …
|
|
|
@c97dc988
|
18 years |
mans |
lavc is at major version 51, delete old stuff
Originally committed as …
|
|
|
@849f1035
|
18 years |
mans |
rename always_inline to av_always_inline and move to common.h
…
|
|
|
@fb17fac8
|
18 years |
mans |
BUILD_SHARED_AV is no longer used
Originally committed as revision …
|
|
|
@1845bf1f
|
18 years |
mans |
merge #ifdef HAVE_AV_CONFIG_H sections
Originally committed as …
|
|
|
@a77caa4d
|
18 years |
mans |
fix mingw shared build, and get rid of FF_IMPORT_ATTR
Originally …
|
|
|
@da34f7ac
|
18 years |
mans |
do not use non-standard test -nt
Originally committed as revision …
|
|
|
@0dbe81bb
|
18 years |
mans |
make shell test work with Solaris /bin/sh
Originally committed as …
|
|
|
@6c81ca99
|
18 years |
michaelni |
better warning
Originally committed as revision 7250 to …
|
|
|
@6dc7d5da
|
18 years |
michaelni |
ff_check_alignment to warn the user about a missaligned stack
…
|
|
|