Diego Biurrun
|
7b94177e37
Group all copyright and author notices together.
|
17 лет назад |
Diego Biurrun
|
90b5b51eab
misc typo fixes
|
18 лет назад |
Harald Karnet
|
f1edd8ef90
Correct the parameter order for the call to "av_clip".
|
18 лет назад |
Diego Biurrun
|
a2e4c0ddae
Remove duplicate #includes, avcodec.h #includes common.h.
|
18 лет назад |
Michael Niedermayer
|
beac8235b9
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar)
|
18 лет назад |
Michael Niedermayer
|
7ca6cc099c
10l for myself, fixing --disable-encoders
|
18 лет назад |
Michael Niedermayer
|
3502a54f59
kill av_mallocz_static() calls in init_rl()
|
18 лет назад |
Michael Niedermayer
|
5ac0915179
dont malloc() static mv_penalty arrays
|
18 лет назад |
Michel Bardiaux
|
318c5e0524
Give context to dprintf
|
18 лет назад |
Reimar Döffinger
|
f66e4f5f9e
Add av_ prefix to clip functions
|
18 лет назад |
Diego Biurrun
|
eafcac6ac8
cosmetics: Fix another common typo, dependAnt --> dependEnt.
|
18 лет назад |
Michael Niedermayer
|
2d0bcfb412
some interlaced direct sanity checks
|
18 лет назад |
Michael Niedermayer
|
59743d16c7
dont randomly disallow intr4v in adaptive quant
|
18 лет назад |
Michael Niedermayer
|
51b1a6c939
dont randomly dissallow direct MBs
|
18 лет назад |
Michael Niedermayer
|
6c4d16556b
10000l to myself, fixing regression test failure
|
18 лет назад |
Michael Niedermayer
|
b5ca0c6ff9
100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture
|
18 лет назад |
Baptiste Coudurier
|
1766295516
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
|
18 лет назад |
Steve L'Homme
|
949b1a13bf
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
|
18 лет назад |
Diego Biurrun
|
c26abfa541
Rename ABS macro to FFABS.
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Michael Niedermayer
|
6d3124961b
fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv)
|
18 лет назад |
Måns Rullgård
|
b86216de4c
dc_val should be signed
|
18 лет назад |
Måns Rullgård
|
62bb489b13
add some #ifdef CONFIG_ENCODERS/DECODERS
|
18 лет назад |
Måns Rullgård
|
191e8ca752
fix some signedness warnings
|
18 лет назад |
Michael Niedermayer
|
25be48eb48
fix non ALT bitstream reader
|
18 лет назад |
Michael Niedermayer
|
3b29cb6b59
add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it)
|
19 лет назад |
Michael Niedermayer
|
7f12a9780e
use previous qscale for intra_dc_threshold check
|
19 лет назад |
D Richard Felker III
|
7b98bcbd0f
signedness error caused broken decoding
|
19 лет назад |
D Richard Felker III
|
c4e2a535b3
100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing)
|
19 лет назад |
Loren Merritt
|
841f65f25a
2x faster ff_mpeg4_set_direct_mv
|
19 лет назад |
Michael Niedermayer
|
1956e16653
fixing interlaced direct mode field select values
|
19 лет назад |
Michael Niedermayer
|
c1341a57f2
reset interlaced_dct flag
|
19 лет назад |
Michael Niedermayer
|
cb666260a0
fixing uninitalized dc_pred_dir
|
19 лет назад |
Michael Niedermayer
|
9e801ee2fa
very minor optimization
|
19 лет назад |
Michael Niedermayer
|
f7287c42b2
unused variable
|
19 лет назад |
Michael Niedermayer
|
07fc2b8278
fixing bframe strategy 2
|
19 лет назад |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 лет назад |
Benjamin Larsson
|
946c113046
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h
|
19 лет назад |
Michael Niedermayer
|
b7c51ebc89
slightly better mv_penalty table
|
19 лет назад |
Diego Biurrun
|
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
|
19 лет назад |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 лет назад |
Michael Niedermayer
|
63d33cf439
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by (Steve Lhomme | slhomme divxcorp com)
|
19 лет назад |
Måns Rullgård
|
4733abcbf3
use PRIxN, %zd, %td formats where needed
|
19 лет назад |
Michael Niedermayer
|
0f88407075
set pts for h.263 decoding
|
19 лет назад |
Diego Biurrun
|
344b825ceb
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
|
19 лет назад |
Michael Niedermayer
|
95ae72b7e0
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)
|
19 лет назад |
Michael Niedermayer
|
5aa083eec1
A.B.C versions
|
19 лет назад |
Michael Niedermayer
|
e53222d19b
try to check for nonsense time_base instead of setting fake one
|
19 лет назад |
Michael Niedermayer
|
efbc614de0
check time_base.den for mpeg4
|
19 лет назад |
Michael Niedermayer
|
91d44ffc9a
fix user data parsing code so it suppors pre1 and cvs
|
19 лет назад |