|
|
|
@4606ac8d
|
23 years |
kabi |
* some minor modification by Philip Gladston
* grab containes new code …
|
|
|
@a266644f
|
23 years |
kabi |
* more warning cleanups
* adding const & statics
Originally committed …
|
|
|
@684f44d9
|
23 years |
kabi |
* fixing some warnings
Originally committed as revision 386 to …
|
|
|
@7ba8435d
|
23 years |
michaelni |
fixing black stripe at right if width%8!=0 && stride%8==0 reported by …
|
|
|
@6cea494e
|
23 years |
kabi |
* support for .au .gif .mov .mp4 by François Revol <revol@free.fr>
…
|
|
|
@0129e7b3
|
23 years |
kabi |
* empty log message *
Originally committed as revision 384 to …
|
|
|
@30b68f33
|
23 years |
kabi |
* encoding of AC3 with more than 2 channels
by Takashi Iwai …
|
|
|
@10bb7023
|
23 years |
pulento |
- Added force_pts to av_write_packet() to be able to force PTS, this …
|
|
|
@3bf43d4
|
23 years |
michaelni |
mpeg4 mpeg quantizer support
Originally committed as revision 381 to …
|
|
|
@e1a9dbff
|
23 years |
michaelni |
wmv1 header parser (unfinished)
Originally committed as revision 380 …
|
|
|
@3825cd1d
|
23 years |
michaelni |
msmpeg4v2 encoding
Originally committed as revision 379 to …
|
|
|
@2ed627e6
|
23 years |
michaelni |
fixing msmpeg4v2 bugs (is bugfree now afaik)
Originally committed as …
|
|
|
@3c4f1840
|
23 years |
michaelni |
b frames & slices bugfix
Originally committed as revision 377 to …
|
|
|
@84afee34
|
23 years |
michaelni |
msmpeg4v2 decoding (no encoding yet)
Originally committed as revision …
|
|
|
@fcb609f4
|
23 years |
michaelni |
dump_stream support (nicely formated 0s and 1s)
Originally committed …
|
|
|
@5b403c40
|
23 years |
michaelni |
emms was missing, found by juanjo but he didnt commit it?!
Originally …
|
|
|
@5b0ad91b
|
23 years |
pulento |
- Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf …
|
|
|
@c60cf138
|
23 years |
michaelni |
fixing MVs in hq mode
Originally committed as revision 372 to …
|
|
|
@b7dc6f66
|
23 years |
michaelni |
overread in the mmx2 horizontal scaler fixed
2% faster horizontal mmx2 …
|
|
|
@0344cd0
|
23 years |
michaelni |
multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>)
…
|
|
|
@ff3dfbae
|
23 years |
michaelni |
fixing 1/0
Originally committed as revision 370 to …
|
|
|
@14ae07d8
|
23 years |
michaelni |
divx5-gmc bug workaround
Originally committed as revision 369 to …
|
|
|
@7f89b6fb
|
23 years |
michaelni |
msmpeg4v2 header parser & some dump bits code behind #if 0
Originally …
|
|
|
@dbbe8999
|
23 years |
michaelni |
minor optimizations / simplifications
Originally committed as …
|
|
|
@60e575ac
|
23 years |
arpi |
using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE …
|
|
|
@4d69fbc9
|
23 years |
michaelni |
force frame type for 2-pass encoding
Originally committed as revision …
|
|
|
@649c00c9
|
23 years |
michaelni |
sizeof(s->block) isnt 64*6*2 anymore bugfix
mpeg12 decoding …
|
|
|
@cf8039b2
|
23 years |
michaelni |
mpeg4 4MV encoding
Originally committed as revision 363 to …
|
|
|
@ba6802de
|
23 years |
michaelni |
4MV motion estimation (not finished yet)
SAD functions rewritten (8x8 …
|
|
|
@52075cde
|
23 years |
michaelni |
10l
Originally committed as revision 5339 to …
|
|
|
@5d55fdb4
|
23 years |
michaelni |
byte interleaving for mga
untested (no g200 mga or whatever i would …
|
|
|
@2a164b2
|
23 years |
michaelni |
optimizing mpeg4_encode_dc
Originally committed as revision 361 to …
|
|
|
@9c15096e
|
23 years |
michaelni |
fcode_tables where too small, found by Klaas-Pieter Vlieg …
|
|
|
@d633c2c0
|
23 years |
michaelni |
b-frame decoding bugfix
Originally committed as revision 359 to …
|
|
|
@49092244
|
23 years |
michaelni |
resync marker support, needed for some mp4 files
Originally committed …
|
|
|
@122546a6
|
23 years |
michaelni |
seems the old intra/inter decission is slightly better with a …
|
|
|
@174489bd
|
23 years |
michaelni |
10l (motion_val was uninitilized)
20l (first frame of a gop could be a …
|
|
|
@9d2a0355
|
23 years |
michaelni |
fixing motion estimation with h263p hopefully
Originally committed as …
|
|
|
@098eefe1
|
23 years |
michaelni |
statistics for 2-pass encoding
Originally committed as revision 354 …
|
|
|
@b1563bfe
|
23 years |
michaelni |
dont return -1 if mpeg4 scalability ...
Originally committed as …
|
|
|
@b398777
|
23 years |
michaelni |
better inter/intra decission algo (same as xvid)
Originally committed …
|
|
|
@72a52b31
|
23 years |
michaelni |
fixing MV range in h263
Originally committed as revision 351 to …
|
|
|
@2efe097
|
23 years |
michaelni |
more aspect stuff
Originally committed as revision 350 to …
|
|
|
@11ce8834
|
23 years |
michaelni |
mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) …
|
|
|
@c5b1c10
|
23 years |
michaelni |
fixing epzs & mpeg1 (hopefully now really ...)
Originally committed …
|
|
|
@8a29b310
|
23 years |
michaelni |
mpeg1 & epzs fix
Originally committed as revision 347 to …
|
|
|
@7084c149
|
23 years |
michaelni |
-me epzs
Originally committed as revision 346 to …
|
|
|
@c7d5049c
|
23 years |
michaelni |
oops
Originally committed as revision 345 to …
|
|
|
@45870f57
|
23 years |
michaelni |
new motion estimation (epzs) not complete yet but allready pretty good …
|
|
|
@daa57641
|
23 years |
michaelni |
fixing bgr15&16 on big_endian
i doubt that that will fix all big …
|
|
|
@af469427
|
23 years |
pulento |
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert …
|
|
|
@ce7c56c2
|
23 years |
pulento |
- Added video coding statistics for ffmpeg. Needs more work.
- Fixed …
|
|
|
@68d7eef9
|
23 years |
michaelni |
trying to fix qscale==0
Originally committed as revision 341 to …
|
|
|
@488fa19a
|
23 years |
michaelni |
use the width & height from the mpeg4 header ... in the case that its …
|
|
|
@019d276a
|
23 years |
michaelni |
msmpeg4 bugfix (wrong frame displayed if some frames are skipped)
…
|
|
|
@2e3be0fb
|
23 years |
michaelni |
fixing 4MV
Originally committed as revision 338 to …
|
|
|
@bd31a775
|
23 years |
michaelni |
scene change detection
Originally committed as revision 337 to …
|
|
|
@c6741159
|
23 years |
michaelni |
10l
Originally committed as revision 336 to …
|
|
|
@001e3f55
|
23 years |
pulento |
- Fixes on MPEG demuxer to handle VOBs without System Header.
…
|
|
|
@9cdd6a24
|
23 years |
michaelni |
hopefully better bitrate controll
Originally committed as revision …
|
|
|
@1cb0edb4
|
23 years |
pulento |
- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)
- …
|
|
|
@4278e7a6
|
23 years |
michaelni |
optimization
Originally committed as revision 332 to …
|
|
|
@d6231b9
|
23 years |
michaelni |
use ac prediction in mpeg4 encoding (5% smaller …
|
|
|
@49c9325f
|
23 years |
michaelni |
support decoding (with mplayer) of 3 .mp4 files from mphq
optimize …
|
|
|
@10cd581
|
23 years |
michaelni |
generate even more complete mpeg4 headers
Originally committed as …
|
|
|
@6f91bcd1
|
23 years |
michaelni |
mpeg4 b-frames :)
create slightly more correct headers & add "ffmpeg" …
|
|
|
@e2263827
|
23 years |
pulento |
- Bug fix on output sample rate for lame MP3 encoding.
Originally …
|
|
|
@9d36bdc9
|
23 years |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert …
|
|
|
@0716b577
|
23 years |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert …
|
|
|
@5798368b
|
23 years |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert …
|
|
|
@a6741398
|
23 years |
pulento |
- Added MP3 encoding through libmp3lame contributed by Lennert …
|
|
|
@1699d37
|
23 years |
michaelni |
divx5 draw_edges bugfix
Originally committed as revision 322 to …
|
|
|
@7ff037e9
|
23 years |
michaelni |
q-pel mc fixed
Originally committed as revision 321 to …
|
|
|
@44eb4951
|
23 years |
michaelni |
divx5-gmc support
q-pel mc support
neither is totally bugfree yet …
|
|
|
@ef0bc4c
|
23 years |
kabi |
* BeOS patch by François Revol <revol@free.fr>
fixing some …
|
|
|
@73c8e514
|
23 years |
michaelni |
gmc bitstream decoding support (the real motion compensation isnt …
|
|
|
@cc9ba006
|
23 years |
michaelni |
parsing more of the mpeg4 header & print some "not supported" stuff
…
|
|
|
@854288bb
|
23 years |
Felix.Buenemann |
add mangling
Originally committed as revision 4924 to …
|
|
|
@86bec9a1
|
23 years |
pulento |
- Fix on AVI and WAV headers based on Nikolai Zhubr patch.
- Now the …
|
|
|
@f5d1f41b
|
23 years |
michaelni |
fixing warning
Originally committed as revision 315 to …
|
|
|
@43f1708f
|
23 years |
pulento |
- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR …
|
|
|
@2b9ab1d5
|
23 years |
michaelni |
fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for …
|
|
|
@81b7c056
|
23 years |
michaelni |
use assert.h
more assertions
Originally committed as revision 4807 to …
|
|
|
@e7774f11
|
23 years |
pulento |
- Bug fix on RTYPE (rounding type) not being honoured by H.263+ …
|
|
|
@2ba1bff0
|
23 years |
michaelni |
101++
Originally committed as revision 4795 to …
|
|
|
@df3c183a
|
23 years |
michaelni |
fixing bgr32 output on big-endian systems
Originally committed as …
|
|
|
@1e1c4fe9
|
23 years |
michaelni |
unscaled yuv2rgb fix for big-endian systems
Originally committed as …
|
|
|
@9e15ad28
|
23 years |
pulento |
- Bug fixes in H.263+ Advanced INTRA Coding decoder.
- H.263+ should …
|
|
|
@d140623f
|
23 years |
pulento |
- H.263+ decoder support for Advanded INTRA Coding (buggy)
Originally …
|
|
|
@608d0dee
|
23 years |
kabi |
* Also include time.h for nanosleep()
by: Philipp Matthias Hahn …
|
|
|
@d6a4c0b
|
23 years |
kabi |
* some modifications to allow gcc to compile same code for -fPIC
- …
|
|
|
@38d171eb
|
23 years |
kabi |
* simplified indexing
* ignoring error from msmpeg4_decode_block
…
|
|
|
@af8793a
|
23 years |
kabi |
* simplified indexing
Originally committed as revision 306 to …
|
|
|
@8257bf05
|
23 years |
kabi |
* eliminating duplicated code from MPV_common_end
* simplified …
|
|
|
@3232bc88
|
23 years |
kabi |
* using static instead of extern
Originally committed as revision 304 …
|
|
|
@b4cc15e7
|
23 years |
kabi |
* continue after error in msmpeg4_decode_mb - helps for some movie …
|
|
|
@bb6f51ae
|
23 years |
michaelni |
avoid overflow of picturenumber*fps*10000
bug found by Lennert …
|
|
|
@3696d2bb
|
23 years |
michaelni |
block_last_index was too large (in mpeg1 decoding)
Originally …
|
|
|
@b4dbd87c
|
23 years |
pulento |
- Minor changes on bitrate control
Originally committed as revision …
|
|
|
@d8cf5aea
|
23 years |
michaelni |
optimized the normal bitstream writer, its faster than the alternative …
|
|
|