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
*
w32pthreads: always use Vista+ API, drop XP support
wm4
2018-04-09
1
-4
/
+0
*
pthread_frame: Propagate sw_pix_fmt across threads
Mark Thompson
2017-04-02
1
-0
/
+1
*
lavc: Drop deprecated global afd field
Vittorio Giovara
2017-03-23
1
-5
/
+0
*
lavc: Add hwaccel_flags field to AVCodecContext
wm4
2017-03-20
1
-0
/
+2
*
pthread_frame: do not run hwaccel decoding asynchronously unless it's safe
Anton Khirnov
2016-12-19
1
-6
/
+46
*
pthread_frame: ensure the threads don't run simultaneously with hwaccel
Anton Khirnov
2016-12-19
1
-0
/
+35
*
pthread_frame: use better memory orders for frame progress
Wan-Teh Chang
2016-12-14
1
-4
/
+4
*
decode: be more explicit about storing the last packet properties
Anton Khirnov
2016-12-14
1
-1
/
+1
*
pthread_frame: Unreference hw_frames_ctx on per-thread codec contexts
Mark Thompson
2016-11-10
1
-0
/
+2
*
pthread_frame: properly propagate the hw frame context across frame threads
Anton Khirnov
2016-11-10
1
-0
/
+11
*
pthread_frame: use atomics for frame progress
Anton Khirnov
2016-10-02
1
-10
/
+17
*
pthread_frame: use atomics for PerThreadContext.state
Anton Khirnov
2016-10-02
1
-28
/
+39
*
pthread_frame: use a thread-safe way for signalling threads to die
Anton Khirnov
2016-10-02
1
-9
/
+11
*
lavc: Drop deprecated get_buffer related functions
Vittorio Giovara
2015-08-28
1
-27
/
+5
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-1
/
+2
*
Deprecate avctx.coded_frame
Vittorio Giovara
2015-07-20
1
-0
/
+4
*
pthread: Check memory allocation
Vittorio Giovara
2015-05-31
1
-0
/
+7
*
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