index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
nuv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix nuv decoder to use reget_buffer for non-keyframes and correctly
Reimar Döffinger
2008-09-05
1
-6
/
+16
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-3
/
+2
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
const
Michael Niedermayer
2008-02-01
1
-2
/
+2
*
consts
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
dsputil must be initialized before calling rtjpeg init.
Reimar Döffinger
2007-09-09
1
-1
/
+1
*
Properly handle nuv file with changing resolution
Reimar Döffinger
2007-09-09
1
-27
/
+47
*
Make sure rtjpeg quality is a valid value
Reimar Döffinger
2007-09-09
1
-0
/
+1
*
Fix extreme stupidity: buffer size check must of course be before buffer use!
Reimar Döffinger
2007-09-09
1
-2
/
+2
*
10l, add check forgotten in last commit
Reimar Döffinger
2007-09-09
1
-0
/
+4
*
First ugly and slow attempt to fix nuv files with extra frameheader
Reimar Döffinger
2007-09-09
1
-0
/
+41
*
Simplify nuv: factor out LZO decompression
Reimar Döffinger
2007-09-09
1
-14
/
+9
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
Get rid of unnecessary pointer casts.
Nicholas Tung
2007-04-08
1
-3
/
+3
*
Remove superfluous setting of has_b_frames in codecs without B-frames.
Nicholas Tung
2007-04-07
1
-1
/
+0
*
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
Panagiotis Issaris
2007-03-04
1
-1
/
+1
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-2
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
NuppelVideo/MythTVVideo support, including rtjpeg decoder
Reimar Döffinger
2006-03-27
1
-0
/
+214