53 Commits (95a5fd4581c686ea6a7c8eb9188d902bce35d4f9)

Author SHA1 Message Date
Wan-Teh Chang 4845f0720e Move the |die| member of FrameThreadContext to PerThreadContext. 9 years ago
Clément Bœsch a8bb81a05c lavc, lavu: use avutil/thread.h instead of redundant conditional includes 9 years ago
Ganesh Ajjanagadde 1e81fd3710 avcodec/pthread_frame: update doxygen for update_context_from_thread 9 years ago
Vittorio Giovara 9f90b24877 lavc: Drop deprecated get_buffer related functions 9 years ago
Andreas Cadhalpun 095347ffe4 disable deprecation warnings in deprecated code 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Michael Niedermayer f1a38264f2 avcodec/pthread_frame: clear priv_data, avoid stale pointer in error case 9 years ago
Michael Niedermayer 5d346feafa avcodec/pthread_frame: check avctx on deallocation 9 years ago
John Adlum 089a818bd3 avcodec/pthread_frame: Correcting typo of "occurred" 10 years ago
Andreas Cadhalpun 32a5b63126 pthread_frame: forward error codes when flushing 10 years ago
Vittorio Giovara 0994e14213 pthread: Check memory allocation 10 years ago
Michael Niedermayer 7ddbb4e23a avcodec/pthread_frame: Fix memleak with frame threads and allocated AVOptions 10 years ago
Luca Barbato ac4a5e3abd pthreads_frame: Do not leak on failure path 10 years ago
Michael Niedermayer 842745fe17 avcodec/pthread_frame: Simplify code by using av_reallocp_array() 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Diego Biurrun 990e2f3555 avcodec: Suppress deprecation warnings from DTG code scheduled for removal 10 years ago
Michael Niedermayer e36916a63f avcodec/pthread_frame: fix setting hwaccel with threads and get_format() 11 years ago
Michael Niedermayer ab1e191720 avcodec/pthread_frame: Use av_mallocz_array() 11 years ago
Dale Curtis ca2fd25988 Fix compilation errors when deprecated features are disabled. 11 years ago
Michael Niedermayer 55fe1582cb avcodec/pthread_frame: remove unused variable 11 years ago
Anton Khirnov 9929b3564c pthread_frame: simplify the code by using new AVPacket API 11 years ago
Anton Khirnov dd2d3b766b lavc: Add hwaccel private data and init/uninit callbacks 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Michael Niedermayer f87b3d5523 avcodec/pthread_frame: fix missing unlock on error 11 years ago
Nicolas George ea6825fd09 lavc/pthread: copy packet side data. 11 years ago
Anton Khirnov d1f9563d50 pthread_frame: flush all threads on flush, not just the first one 11 years ago
Anton Khirnov 9cbf2d78f0 pthread_frame: unref decoded frames on failure 11 years ago
Michael Niedermayer 11679e1b90 avcodec/pthread_frame: Fix memleak of AVCodecContext on error 11 years ago
Anton Khirnov d351ef47d0 pthread_frame: use the AVFrame API properly. 11 years ago
Hendrik Leppkes 841c0aafa5 avcodec/pthread: check packet buffer allocation 11 years ago
Anton Khirnov a553c6a347 lavc: use buf[0] instead of data[0] in checks whether a frame is allocated 11 years ago
Anton Khirnov da6506c607 lavc: move AVCodecContext.pkt to AVCodecInternal 11 years ago
Anton Khirnov 38ecc3702d pthread: store thread contexts in AVCodecInternal instead of AVCodecContext 11 years ago
Anton Khirnov cc14ee03a7 lavc: split slice and frame threading functions into separate files 11 years ago
Anton Khirnov 5cd6513f5b pthread: drop avcodec_ prefixes from static functions 11 years ago
Anton Khirnov a1504eee41 lavc: deprecate AVCodecContext.debug_mv 11 years ago
Mickaël Raulet e146c326b9 avcodec/pthread: add wpp api 11 years ago
Ben Jackson 5152196b2b pthread: Avoid spurious wakeups 11 years ago
Derek Buitenhuis eb90a2091f pthread: Fix deadlock during thread initialization 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Sean McGovern 50612484e0 pthread: Rename thread_init to avoid symbol collision 12 years ago
Carl Eugen Hoyos 674d8a9629 Rename thread_init() in libavcodec and libavfilter as library_thread_init(). 12 years ago
Paul B Mahol d5f7f1fef1 audio frame multi-threaded decoding 12 years ago
Dave Yeo e615a77799 os2threads: move from lavc to compat/ 12 years ago
Michael Niedermayer 4cf7b87551 av_cpu_count: factorize "detected %d logical cores" message 12 years ago
Michael Niedermayer 42bb3e4db6 avcodec: remove ff_get_logical_cpus() 12 years ago
Anton Khirnov 2a6eaeaa85 Move get_logical_cpus() from lavc/pthread to lavu/cpu. 12 years ago
Anton Khirnov 90f9a5830b w32pthreads: move from lavc to compat/ 12 years ago
Anton Khirnov db8e336e5f pthread: reindent 12 years ago