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
/
pnm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c
Aurelien Jacobs
2007-05-11
1
-383
/
+104
*
move pnm parser in its own file
Aurelien Jacobs
2007-05-10
1
-204
/
+2
*
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
2007-05-07
1
-3
/
+3
*
cosmetics after last commit
Ivo van Poorten
2007-04-10
1
-1
/
+1
*
Add support for grayscale images with arbitrary maxvals.
Ivo van Poorten
2007-04-10
1
-2
/
+24
*
Replace deprecated PIX_FMT names by the newer variants.
Diego Biurrun
2007-02-07
1
-5
/
+5
*
include parser.h instead of mpegvideo.h
Baptiste Coudurier
2006-11-06
1
-1
/
+1
*
PGM 16-bit gray support
Kostya Shishkov
2006-10-24
1
-4
/
+12
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
--enable/disable parsers. Warning: some combinations are broken.
Måns Rullgård
2006-07-09
1
-0
/
+2
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-27
/
+27
*
Kill some compiler warnings. Compiled code verified identical after changes.
Måns Rullgård
2005-09-06
1
-2
/
+2
*
segfault fix
Michael Niedermayer
2005-08-21
1
-0
/
+6
*
a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...
Roine Gustafsson
2005-05-10
1
-0
/
+10
*
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-23
1
-5
/
+0
*
various security fixes and precautionary checks
Michael Niedermayer
2005-01-12
1
-2
/
+13
*
merge pam_decode_frame() into pnm_decode_frame()
Michael Niedermayer
2004-11-12
1
-127
/
+68
*
pnm parser
Michael Niedermayer
2004-11-12
1
-18
/
+96
*
move p*m from image/lavf -> image2/lavc
Michael Niedermayer
2004-11-11
1
-0
/
+553