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
/
bethsoftvideo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bethsoftvid: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-11
/
+15
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
lavc decoders: properly initialize AVFrame.
Anton Khirnov
2013-03-08
1
-0
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-7
/
+6
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+1
*
bethsoftvideo: return meaningful error codes.
Anton Khirnov
2013-01-06
1
-3
/
+3
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-3
/
+3
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-8
/
+8
*
bethsoftvid: pass palette in side data instead of in a separate packet.
Justin Ruggles
2012-02-16
1
-3
/
+11
*
bethsoftvideo: fix palette reading.
Justin Ruggles
2012-02-01
1
-2
/
+8
*
bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.
Aneesh Dogra
2012-01-10
1
-17
/
+19
*
bethsoftvideo: return proper consumed size for palette packets.
Anton Khirnov
2011-11-23
1
-3
/
+7
*
doxygen: replace @sa tag by the more readable but equivalent @see
Diego Biurrun
2011-07-15
1
-2
/
+2
*
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
*
bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1
Baptiste Coudurier
2009-06-05
1
-0
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
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
-1
/
+1
*
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
*
shorter variable names
Michael Niedermayer
2007-04-07
1
-20
/
+20
*
general purpose var should be int
Michael Niedermayer
2007-04-07
1
-1
/
+1
*
remove redundant comments
Michael Niedermayer
2007-04-07
1
-3
/
+2
*
remove useless debuging av_log()
Michael Niedermayer
2007-04-07
1
-4
/
+0
*
indention cleanup
Michael Niedermayer
2007-04-07
1
-16
/
+21
*
use shorter names for the block type enum
Michael Niedermayer
2007-04-07
1
-4
/
+4
*
Bethsoft VID demuxer and video decoder
Nicholas Tung
2007-04-07
1
-0
/
+139