Limin Wang
|
3b77e48f0a
add a check before find_frame_end call
|
18 years ago |
Benjamin Larsson
|
d64b88d440
Per reference swf/flv adpcm encoder.
|
18 years ago |
Diego Biurrun
|
3011c6f62e
cosmetics: indentation
|
18 years ago |
Luca Abeni
|
e8d658df34
Fix the poll() loop (ret == 0 means that a timeout expired, so it must be
|
18 years ago |
Luca Abeni
|
7e665cd3ff
Fix the generation of RTSP reply headers (the "DEF()" macro is not used
|
18 years ago |
Baptiste Coudurier
|
c4fe61ff87
add D-10 PAL 40 audio essence container ul
|
18 years ago |
Baptiste Coudurier
|
088e827a96
add D-10 PAL 40 ul
|
18 years ago |
Aurelien Jacobs
|
7fdcdf25a1
cosmetics: indentation
|
18 years ago |
Luca Barbato
|
1f1aadc37c
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1
|
18 years ago |
Ivo van Poorten
|
6db140ddb4
cosmetics after last commit
|
18 years ago |
Ivo van Poorten
|
201df5a19f
Add support for grayscale images with arbitrary maxvals.
|
18 years ago |
Marco Gerards
|
e457023a95
Fix an underflow/overflow that was causing some crackles when playing
|
18 years ago |
Kostya Shishkov
|
44942d52b6
Set C predictor to zero if unavailable (should fix B-frame border artifacts)
|
18 years ago |
Michael Niedermayer
|
c4a7b86100
superflouos ()
|
18 years ago |
Michael Niedermayer
|
0ddfb84d6d
remove code_prefix variable, no speed change
|
18 years ago |
Michael Niedermayer
|
adf6640c8c
simplify
|
18 years ago |
Aurelien Jacobs
|
6207bb209e
add support for seeking to a keyframe instead of a random frame
|
18 years ago |
Aurelien Jacobs
|
79f2634686
add an intermediate variable (prepare for next patch)
|
18 years ago |
Aurelien Jacobs
|
cca9b6cdb3
add support for seeking in matroska files
|
18 years ago |
Aurelien Jacobs
|
df06539a25
move matroska_find_track_by_num() upper in the file
|
18 years ago |
Aurelien Jacobs
|
67545b0ce6
cluster position is relative to segment_start
|
18 years ago |
Aurelien Jacobs
|
01344104c1
properly set streams start_time
|
18 years ago |
Aurelien Jacobs
|
8e7a7e6a01
remove unused context field
|
18 years ago |
Aurelien Jacobs
|
794857ae45
remove wrong and no more used packet reordering code
|
18 years ago |
Reinhard Nissl
|
ad1ea1f155
When dst_length == 0 bit_length has to be 0, too, but the current code still
|
18 years ago |
Reinhard Nissl
|
6ac9696e77
Remove a NAL unit's trailing zero bytes even when dst_length is 1.
|
18 years ago |
Reinhard Nissl
|
ff82e429cb
scenario: A properly coded frame is followed by an end of sequence NAL unit,
|
18 years ago |
Nicholas Tung
|
e4141433ea
Get rid of unnecessary pointer casts.
|
18 years ago |
Stefan Huehner
|
119e48d960
Make some functions which aren't used outside their declaring source file
|
18 years ago |
Diego Biurrun
|
597cbdaf03
Only compile in Theora-specific functions if the Theora decoder has been
|
18 years ago |
Diego Biurrun
|
6f6a3e2acb
cosmetics: Move one code block to save an #ifdef in the next commit.
|
18 years ago |
Diego Biurrun
|
d7455a1c18
Remove #if 0 code.
|
18 years ago |
Diego Biurrun
|
51cea49ab4
Fix compilation when Theora decoder is disabled, but VP3 is enabled.
|
18 years ago |
Diego Biurrun
|
0339fab8fc
Remove unused variable.
|
18 years ago |
Marco Gerards
|
90f2a1a03c
cosmetics: indentation fix
|
18 years ago |
Michael Niedermayer
|
ac5565d88c
file extension based probe is max/2
|
18 years ago |
Michael Niedermayer
|
65a00bd65a
factorize
|
18 years ago |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
18 years ago |
Michael Niedermayer
|
f118d254be
also remove c93_ prefix for static function in the c93 demuxer
|
18 years ago |
Michael Niedermayer
|
fb12fca35b
factorize & 0x0F
|
18 years ago |
Michael Niedermayer
|
bee4f778ae
remove c93_ prefix from static functions in c93.c
|
18 years ago |
Michael Niedermayer
|
3e62d187ed
s/rle_num_bytes/code/
|
18 years ago |
Michael Niedermayer
|
fee9e80550
align vertically
|
18 years ago |
Michael Niedermayer
|
43769d722a
shorter variable names
|
18 years ago |
Michael Niedermayer
|
bbbd775714
general purpose var should be int
|
18 years ago |
Michael Niedermayer
|
f858c24fb3
simplify
|
18 years ago |
Michael Niedermayer
|
a7c405a48a
conform to spec
|
18 years ago |
Michael Niedermayer
|
bce317498b
remove redundant comments
|
18 years ago |
Michael Niedermayer
|
b0094722b2
remove useless debuging av_log()
|
18 years ago |
Michael Niedermayer
|
dc338d173e
indention cleanup
|
18 years ago |