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
/
escape130.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'
Clément Bœsch
2016-06-29
1
-1
/
+2
|
\
|
*
get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes
Diego Biurrun
2016-06-07
1
-1
/
+2
|
*
Mark tables used only within their files as static
Diego Biurrun
2016-03-30
1
-1
/
+1
*
|
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
|
Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'
Michael Niedermayer
2015-04-20
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-1
/
+1
*
|
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-04
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
|
*
Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents
Diego Biurrun
2013-07-29
1
-1
/
+1
*
|
escape130: make "chroma_vals" static
Paul B Mahol
2013-07-27
1
-1
/
+1
*
|
escape130: switch to init_get_bits8()
Paul B Mahol
2013-05-23
1
-2
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-05-18
1
-184
/
+224
|
\
\
|
|
/
|
*
Escape 130 (RPL) decoder
Eli Friedman
2013-05-18
1
-0
/
+356
*
lavc: factorize ff_{thread_,re,}get_buffer error messages.
Clément Bœsch
2013-03-13
1
-4
/
+2
*
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-03-12
1
-14
/
+14
*
lavc: fix decode_frame() third parameter semantics for rest of video decoders
Paul B Mahol
2012-12-05
1
-3
/
+3
*
Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
Michael Niedermayer
2012-12-05
1
-1
/
+3
*
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-1
/
+1
*
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
*
cosmetics: align more codecs declarations
Paul B Mahol
2012-06-12
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-23
1
-1
/
+1
*
escape130: replace can_safely_read() by get_bits_left()
Michael Niedermayer
2011-12-08
1
-6
/
+2
*
escape130: give all av_log() a context
Michael Niedermayer
2011-12-08
1
-2
/
+2
*
escape130: The minimum read in and after decode_skip_count() is 4 bits.
Michael Niedermayer
2011-12-08
1
-1
/
+1
*
escape130: Check dimensions to be a multiple of the block size.
Michael Niedermayer
2011-12-08
1
-0
/
+5
*
Silence a warning when compiling Escape 130 decoder.
Carl Eugen Hoyos
2011-12-08
1
-3
/
+3
*
escape130: 10l for myself for not initializing y_base.
Michael Niedermayer
2011-12-08
1
-1
/
+1
*
escape130: Fix y_base handling, this fixes some artifacts, vissible in most v...
Michael Niedermayer
2011-12-08
1
-7
/
+16
*
escape130: make sure cliping is done on signed values.
Michael Niedermayer
2011-12-08
1
-1
/
+1
*
escape130: fix colors
Paul B Mahol
2011-12-02
1
-1
/
+1
*
escape130: remove trailing whitespace
Paul B Mahol
2011-12-01
1
-2
/
+2
*
escape130: minimal effort to make it compile without warnings
Paul B Mahol
2011-12-01
1
-12
/
+14
*
Escape 130 (RPL) decoder
Eli Friedman
2011-12-01
1
-0
/
+307