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
/
4xm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
4xm: more thorought check for negative index and negative shift
Vittorio Giovara
2014-11-13
1
-11
/
+18
*
4xm: drop unnecessary check
Vittorio Giovara
2014-11-11
1
-3
/
+0
*
dsputil: Split bswap*_buf() off into a separate context
Diego Biurrun
2014-06-22
1
-7
/
+7
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
1
-1
/
+4
*
avcodec: more correct printf specifiers
Diego Biurrun
2014-03-22
1
-1
/
+3
*
4xm: replace forcing EMU_EDGE by a copy
Anton Khirnov
2014-01-06
1
-62
/
+59
*
4xm: return a proper error code.
Anton Khirnov
2014-01-06
1
-1
/
+1
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
4xm: Reject not a multiple of 16 dimension
Luca Barbato
2013-07-23
1
-0
/
+6
*
4xm: check bitstream_size boundary before using it
Luca Barbato
2013-06-12
1
-1
/
+3
*
4xm: refactor decode_p_block
Luca Barbato
2013-06-12
1
-35
/
+30
*
4xm: do not overread the source buffer in decode_p_block
Luca Barbato
2013-06-12
1
-0
/
+8
*
4xm: do not overread the prestream buffer
Luca Barbato
2013-06-12
1
-2
/
+11
*
4xm: validate the buffer size before parsing it
Luca Barbato
2013-06-12
1
-4
/
+17
*
4xm: reject frames not compatible with the declared version
Luca Barbato
2013-06-12
1
-0
/
+3
*
4xm: drop pointless assert
Luca Barbato
2013-06-12
1
-2
/
+2
*
4xm: forward errors from decode_p_block
Luca Barbato
2013-06-12
1
-12
/
+22
*
4xm: fold last_picture lazy allocation in decode_p_frame
Luca Barbato
2013-06-12
1
-9
/
+11
*
4xm: refactor fourxm_read_header
Luca Barbato
2013-06-12
1
-1
/
+3
*
4xm: use the correct logging context
Luca Barbato
2013-06-12
1
-2
/
+2
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-3
/
+0
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-49
/
+34
*
4xm: check the return value of read_huffman_tables().
Anton Khirnov
2013-02-23
1
-0
/
+4
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-5
/
+5
*
4xm: operate with pointers to AVFrames instead of whole structs.
Anton Khirnov
2013-01-06
1
-21
/
+31
*
4xm: eliminate a pointless indirection
Anton Khirnov
2013-01-06
1
-11
/
+2
*
4xm: simplify code with FFSWAP
Anton Khirnov
2013-01-06
1
-4
/
+2
*
4xm: return meaningful error codes
Anton Khirnov
2013-01-06
1
-19
/
+20
*
4xm: don't rely on get_buffer() initializing the frame.
Anton Khirnov
2012-12-23
1
-0
/
+1
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
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
-2
/
+3
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
4xm: fix invalid array indexing
Mans Rullgard
2012-04-29
1
-9
/
+12
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-4
/
+2
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
4xm, timefilter: K&R formatting cosmetics
Yordan Makariev
2012-02-10
1
-423
/
+475
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
4xm: Prevent buffer overreads.
Aneesh Dogra
2012-01-05
1
-3
/
+11
*
Revert "4xm: Prevent buffer overreads."
Ronald S. Bultje
2012-01-04
1
-11
/
+3
*
4xm: Prevent buffer overreads.
Aneesh Dogra
2012-01-04
1
-3
/
+11
*
4xm: pass the correct remaining buffer size to decode_i2_frame().
Aneesh Dogra
2012-01-04
1
-1
/
+1
*
4xm: fix calculation of the next output line position in decode_i2_frame().
Aneesh Dogra
2012-01-04
1
-1
/
+1
*
4xm: remove unused variables.
Anton Khirnov
2011-12-23
1
-3
/
+0
*
4xm: Add a check in decode_i_frame to prevent buffer overreads
Shitiz Garg
2011-12-22
1
-3
/
+12
*
4xm: Use bytestream2 functions to prevent overreads
Aneesh Dogra
2011-12-20
1
-13
/
+15
*
4xm: remove unneeded check for remaining unused data.
Justin Ruggles
2011-12-18
1
-9
/
+0
*
4xm: prevent NULL dereference with invalid huffman table
Laurent Aimar
2011-10-10
1
-3
/
+4
[next]