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
/
tiffenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tiffenc: initialize forgotten avctx.
Jean First
2011-10-12
1
-0
/
+1
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-10
/
+5
*
doxygen: consistently place brief description
Diego Biurrun
2011-07-14
1
-1
/
+2
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
use lzw compression in gif encoder
Baptiste Coudurier
2009-12-03
1
-2
/
+4
*
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-4
/
+4
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
set coded_frame
Michael Niedermayer
2008-05-28
1
-0
/
+1
*
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-05-11
1
-1
/
+1
*
Add long names to some AVCodec declarations.
Stefano Sabatini
2008-04-29
1
-2
/
+2
*
Add a missing comma in tiff_encoder.pix_fmts
Stefano Sabatini
2008-04-08
1
-1
/
+1
*
Fix warning:
Reimar Döffinger
2008-02-02
1
-1
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
fix tiff regression test (bitexact flag was ignoredwhich caused the
Michael Niedermayer
2007-04-14
1
-0
/
+2
*
cosmetics: Fix indentation.
Diego Biurrun
2007-04-13
1
-2
/
+2
*
cosmetics: indentation
Diego Biurrun
2007-04-11
1
-1
/
+1
*
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ...
Michael Niedermayer
2007-04-07
1
-2
/
+21
*
YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)
Kamil Nowosad
2007-04-06
1
-3
/
+73
*
s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad studen...
Kamil Nowosad
2007-04-06
1
-7
/
+7
*
remove compound literals gcc 2.95 doesnt support taking an address of a compo...
Michael Niedermayer
2007-04-05
1
-8
/
+15
*
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
Diego Biurrun
2007-04-04
1
-0
/
+5
*
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
Michael Niedermayer
2007-04-03
1
-0
/
+359