index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
nuv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Simplify: reget_buffer behaves exactly like get_buffer if the buffer was
Reimar Döffinger
2009-09-10
1
-1
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Set AVFrame.reference correctly for nuv decoder.
Reimar Döffinger
2009-03-04
1
-1
/
+1
*
Change a bunch of codec long_names to be more consistent and descriptive.
Diego Biurrun
2009-03-02
1
-1
/
+1
*
Add av_ prefix to LZO stuff and thus make it officially part of the public API.
Reimar Döffinger
2009-02-02
1
-2
/
+2
*
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