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
/
libavformat
/
jvdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
jv: detect partial packets in the demuxer
Janne Grunau
2014-02-12
1
-4
/
+10
*
jvdec: K&R formatting cosmetics
Vittorio Giovara
2014-02-04
1
-22
/
+24
*
jvdec: Do not feed the decoder with known wrong data
Luca Barbato
2013-12-20
1
-2
/
+15
*
jvdec: Fix memory leak of jv->frames
Paul B Mahol
2013-12-20
1
-0
/
+10
*
jvdec: Return EOF on end of file
Luca Barbato
2013-12-20
1
-0
/
+3
*
jvdec: set channel layout
Justin Ruggles
2012-11-12
1
-0
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
jv demux: set video stream duration
Paul B Mahol
2012-03-14
1
-0
/
+1
*
jvdec: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
2012-02-10
1
-1
/
+2
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-2
/
+1
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-2
/
+3
*
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
Reemove remaining uses of deprecated AVERROR_NOTSUPP.
Anton Khirnov
2011-04-06
1
-1
/
+1
*
jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY
Anton Khirnov
2011-04-02
1
-4
/
+4
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
jvdec: don't use deprecated url_feof()
Anton Khirnov
2011-03-16
1
-1
/
+1
*
jv demuxer: prevent video packet size overflow
Peter Ross
2011-03-14
1
-0
/
+2
*
jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number
Peter Ross
2011-03-14
1
-3
/
+5
*
jv demuxer: calculate palette_size for each frame in read_header
Peter Ross
2011-03-14
1
-5
/
+5
*
Bitmap Brothers JV demuxer
Peter Ross
2011-03-14
1
-0
/
+221