git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()
[ffmpeg.git]
/
libavcodec
/
mjpegenc.c
2013-12-05
Anton Khirnov
mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
blob
|
commitdiff
2013-12-05
Anton Khirnov
mjpegenc: do not pass MpegEncContext to jpeg_table_header()
blob
|
commitdiff
|
diff to current
2013-12-05
Anton Khirnov
mjpegenc: remove commented out never-to-be-finished...
blob
|
commitdiff
|
diff to current
2013-12-05
Anton Khirnov
mjpegenc: do not pass MpegEncContext to put_huffman_table()
blob
|
commitdiff
|
diff to current
2013-12-05
Anton Khirnov
mjpegenc: cosmetics, reformat jpeg_put_comments()
blob
|
commitdiff
|
diff to current
2013-12-05
Anton Khirnov
mjpegenc: write the JFIF header if the sample aspect...
blob
|
commitdiff
|
diff to current
2013-10-03
Diego Biurrun
cosmetics: Group .name and .long_name together in codec...
blob
|
commitdiff
|
diff to current
2013-08-20
Diego Biurrun
avcodec: Remove some commented-out debug cruft
blob
|
commitdiff
|
diff to current
2013-02-25
Diego Biurrun
Remove unnecessary dsputil.h #includes
blob
|
commitdiff
|
diff to current
2013-01-23
Diego Biurrun
Drop DCTELEM typedef
blob
|
commitdiff
|
diff to current
2012-10-08
Anton Khirnov
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Drop silly and/or broken printf debug output
blob
|
commitdiff
|
diff to current
2012-09-09
Martin Storsjö
Rename ff_put_string to avpriv_put_string
blob
|
commitdiff
|
diff to current
2012-09-09
Samuel Pitoiset
mjpeg: Rename some symbols to avpriv_* instead of ff_*
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-04-06
Martin Storsjö
cosmetics: Align codec declarations
blob
|
commitdiff
|
diff to current
2012-02-19
Anton Khirnov
mpegvideo_enc: switch to encode2().
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
mpegvideo: Add ff_ prefix to nonstatic functions
blob
|
commitdiff
|
diff to current
2011-07-29
Anton Khirnov
lavc: use designated initialisers for all codecs.
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-01-26
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
diff to current
2010-12-04
Bobby Bingham
Count non-header data towards intra block bit count...
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
diff to current
2009-12-10
Michael Niedermayer
Lossless jpeg expects and uses BGRA not RGB32 (this...
blob
|
commitdiff
|
diff to current
2009-09-30
Reimar Döffinger
Use skip_put_bytes in MJPEG encoder instead of filling...
blob
|
commitdiff
|
diff to current
2009-09-06
Reimar Döffinger
Mark all pix_fmts and supported_framerates compound...
blob
|
commitdiff
|
diff to current
2009-04-13
Stefano Sabatini
Rename pbBufPtr() to put_bits_ptr().
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2009-01-19
Diego Biurrun
cosmetics: Remove pointless period after copyright...
blob
|
commitdiff
|
diff to current
2008-07-13
Ramiro Polla
bitstream: move put_sbits() from flacenc.c to bitstream...
blob
|
commitdiff
|
diff to current
2008-06-25
Stefan Gehrer
remove duplicate tables
blob
|
commitdiff
|
diff to current
2008-06-12
Stefano Sabatini
Make AVCodec long_names definition conditional dependin...
blob
|
commitdiff
|
diff to current
2008-05-11
Carl Eugen Hoyos
Replace some occurrences of -1 with PIX_FMT_NONE.
blob
|
commitdiff
|
diff to current
2008-04-27
Stefano Sabatini
Add long names to many AVCodec declarations.
blob
|
commitdiff
|
diff to current
2008-03-21
Zuxy Meng
Apply 'cold' attribute to init/uninit functions in...
blob
|
commitdiff
|
diff to current
2007-07-05
Diego Biurrun
Group all copyright and author notices together.
blob
|
commitdiff
|
diff to current
2007-06-02
Ramiro Polla
Use AV_xx throughout libavcodec
blob
|
commitdiff
|
diff to current
2007-05-18
Aurelien Jacobs
move the mjpeg_encoder struct from mpegvideo.c to mjpeg...
blob
|
commitdiff
|
diff to current
2007-05-18
Aurelien Jacobs
add a proper prefix to all mjpeg encoder exported functions
blob
|
commitdiff
|
diff to current
2007-05-18
Aurelien Jacobs
split ljpeg encoder out of mjpeg.c
blob
|
commitdiff
|
diff to current
2007-05-17
Aurelien Jacobs
add proper prefix to new mjpeg extern func/var
blob
|
commitdiff
|
diff to current
2007-05-17
Aurelien Jacobs
split mjpeg.c into an encoder and a decoder file
blob
|
commitdiff
|
diff to current
2001-08-06
Fabrice Bellard
added MJPEG decoder, renamed mjpegenc.c to mjpeg.c
blob
|
commitdiff
2001-07-22
Fabrice Bellard
Initial revision
blob
|
commitdiff
|
diff to current