Janne Grunau
|
f695be22d8
nuv: check RTjpeg header for validity
|
12 лет назад |
Diego Biurrun
|
0ffbc258aa
Change a bunch of codec long_names to be more consistent and descriptive.
|
15 лет назад |
Reimar Döffinger
|
0b178e5629
Add av_ prefix to LZO stuff and thus make it officially part of the public API.
|
15 лет назад |
Reimar Döffinger
|
2881a656ff
Fix nuv decoder to use reget_buffer for non-keyframes and correctly
|
16 лет назад |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 лет назад |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 лет назад |
Stefano Sabatini
|
d5202e4fda
Add long names to many AVCodec declarations.
|
16 лет назад |
Zuxy Meng
|
98a6fff98c
Apply 'cold' attribute to init/uninit functions in libavcodec
|
16 лет назад |
Michael Niedermayer
|
07311324a3
const
|
17 лет назад |
Michael Niedermayer
|
7993df6527
consts
|
17 лет назад |
Reimar Döffinger
|
ba430e0cfa
dsputil must be initialized before calling rtjpeg init.
|
17 лет назад |
Reimar Döffinger
|
1551e8e87f
Properly handle nuv file with changing resolution
|
17 лет назад |
Reimar Döffinger
|
fd065d0593
Make sure rtjpeg quality is a valid value
|
17 лет назад |
Reimar Döffinger
|
6cf7e81f8c
Fix extreme stupidity: buffer size check must of course be before buffer use!
|
17 лет назад |
Reimar Döffinger
|
048905a484
10l, add check forgotten in last commit
|
17 лет назад |
Reimar Döffinger
|
4f8a91c961
First ugly and slow attempt to fix nuv files with extra frameheader
|
17 лет назад |
Reimar Döffinger
|
c612b00d7e
Simplify nuv: factor out LZO decompression
|
17 лет назад |
Diego Biurrun
|
2029f312e8
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
17 лет назад |
Nicholas Tung
|
e4141433ea
Get rid of unnecessary pointer casts.
|
17 лет назад |
Nicholas Tung
|
587d07227e
Remove superfluous setting of has_b_frames in codecs without B-frames.
|
17 лет назад |
Panagiotis Issaris
|
636d6a4a47
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
|
17 лет назад |
Alex Beregszaszi
|
fead30d444
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Reimar Döffinger
|
dfca23e361
NuppelVideo/MythTVVideo support, including rtjpeg decoder
|
18 лет назад |