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
/
pthread_frame.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pthreads_frame: Do not leak on failure path
Luca Barbato
2014-11-06
1
-0
/
+1
*
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-10-15
1
-0
/
+1
*
avcodec: Suppress deprecation warnings from DTG code scheduled for removal
Diego Biurrun
2014-08-04
1
-0
/
+6
*
pthread_frame: simplify the code by using new AVPacket API
Anton Khirnov
2014-05-19
1
-14
/
+3
*
lavc: Add hwaccel private data and init/uninit callbacks
Anton Khirnov
2014-05-11
1
-0
/
+1
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-1
/
+1
*
pthread_frame: flush all threads on flush, not just the first one
Anton Khirnov
2014-02-28
1
-2
/
+3
*
pthread_frame: unref decoded frames on failure
Anton Khirnov
2014-01-06
1
-0
/
+7
*
pthread_frame: use the AVFrame API properly.
Anton Khirnov
2013-12-09
1
-10
/
+12
*
lavc: use buf[0] instead of data[0] in checks whether a frame is allocated
Anton Khirnov
2013-11-18
1
-1
/
+1
*
lavc: move AVCodecContext.pkt to AVCodecInternal
Anton Khirnov
2013-11-04
1
-1
/
+1
*
pthread: store thread contexts in AVCodecInternal instead of AVCodecContext
Anton Khirnov
2013-11-04
1
-21
/
+22
*
lavc: split slice and frame threading functions into separate files
Anton Khirnov
2013-11-04
1
-0
/
+792