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
/
mss2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
1
-3
/
+3
*
mpeg: Split error resilience bits off into a separate file
Diego Biurrun
2014-06-22
1
-0
/
+1
*
dsputil: Split off quarterpel bits into their own context
Diego Biurrun
2014-05-29
1
-2
/
+5
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-1
/
+1
*
mpegvideo: drop support for real (non-emulated) edges
Anton Khirnov
2014-01-09
1
-2
/
+0
*
mpegvideo: do not set current_picture_ptr in decoders
Anton Khirnov
2013-12-05
1
-7
/
+0
*
vc1: move MpegEncContext.resync_marker into VC1Context.
Anton Khirnov
2013-11-29
1
-1
/
+1
*
mss2: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-12
/
+18
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_header
Martin Storsjö
2013-05-15
1
-1
/
+1
*
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-2
/
+2
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-36
/
+21
*
Add missing error_resilience includes to files that use ER
Diego Biurrun
2013-03-07
1
-0
/
+1
*
error_resilience: decouple ER from MpegEncContext
Anton Khirnov
2013-02-15
1
-2
/
+2
*
lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.
Ronald S. Bultje
2013-01-20
1
-3
/
+0
*
mss2: return meaningful error codes.
Anton Khirnov
2013-01-06
1
-11
/
+13
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+2
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
mss2: prevent potential uninitialized reads
Alberto Delmás
2012-11-11
1
-2
/
+2
*
mss2: reindent after last commit
Kostya Shishkov
2012-11-11
1
-34
/
+34
*
mss2: fix handling of unmasked implicit WMV9 rectangles
Alberto Delmás
2012-11-11
1
-10
/
+13
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-6
/
+6
*
mss2: simplify loop in decode_rle()
Alberto Delmás
2012-09-06
1
-2
/
+1
*
mss2: do not try to read too many palette entries
Alberto Delmás
2012-09-06
1
-1
/
+1
*
mss12: reduce SliceContext size from 1067 to 164 KB
Alberto Delmás
2012-09-03
1
-1
/
+1
*
mss12: move SliceContexts out of the common context into the codec contexts
Alberto Delmás
2012-09-03
1
-5
/
+9
*
MSS1 and MSS2: set final pixel format after common stuff has been initialised
Alberto Delmás
2012-08-31
1
-0
/
+4
*
MSS2 decoder
Alberto Delmás
2012-08-31
1
-0
/
+860