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
/
ljpegenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-06-30
1
-4
/
+5
*
mjpeg: Split off bits shared by MJPEG and LJPEG encoders
Diego Biurrun
2014-06-30
1
-0
/
+1
*
ljpeg: check color_range
Vittorio Giovara
2014-03-16
1
-1
/
+2
*
ljpeg: fix duplicated pixel format entry
Vittorio Giovara
2014-03-13
1
-1
/
+1
*
ljpegenc: split yuv encoding into a separate function
Anton Khirnov
2013-12-05
1
-74
/
+93
*
ljpegenc: split bgr encoding into a separate function
Anton Khirnov
2013-12-05
1
-45
/
+58
*
ljpegenc: accept bgr24 instead of bgra
Anton Khirnov
2013-12-05
1
-9
/
+9
*
ljpegenc: rename the encoding function.
Anton Khirnov
2013-12-05
1
-3
/
+3
*
ljpeg: remove a commented-out line
Anton Khirnov
2013-12-05
1
-1
/
+0
*
ljpegenc: deMpegEncContextize
Anton Khirnov
2013-12-05
1
-47
/
+132
*
mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc()
Anton Khirnov
2013-12-05
1
-8
/
+8
*
mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()
Anton Khirnov
2013-12-05
1
-1
/
+1
*
mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()
Anton Khirnov
2013-12-05
1
-1
/
+2
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+4
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-2
/
+2
*
avcodec: Drop silly and/or broken printf debug output
Diego Biurrun
2012-10-01
1
-1
/
+0
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Replace AVFrame pointer casts by proper struct member accesses.
Diego Biurrun
2012-03-01
1
-1
/
+1
*
ljpegenc: switch to encode2().
Anton Khirnov
2012-02-23
1
-7
/
+25
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-2
/
+2
*
Use explicit struct initializers for AVCodec declarations.
Diego Biurrun
2011-09-24
1
-8
/
+8
*
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
*
Correct a forgotten RGB32.
Michael Niedermayer
2009-12-10
1
-1
/
+1
*
Rename pbBufPtr() to put_bits_ptr().
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Fix lossless jpeg encoder to comply to spec and store full redundant
Michael Niedermayer
2008-08-30
1
-4
/
+4
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Add some long names to AVCodec declarations.
Stefano Sabatini
2008-04-29
1
-0
/
+1
*
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
1
-4
/
+4
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
add a proper prefix to all mjpeg encoder exported functions
Aurelien Jacobs
2007-05-18
1
-8
/
+8
*
split ljpeg encoder out of mjpeg.c
Aurelien Jacobs
2007-05-18
1
-0
/
+197