Laurent Aimar
|
4e79745666
|
Added decoder_New/Delete/Link/UnlinkPicture helpers.
|
18 years ago |
Laurent Aimar
|
f0e63c5df5
|
Fixed an invalid return.
|
18 years ago |
Rémi Denis-Courmont
|
c0e36ecdb6
|
missing wakeup
|
18 years ago |
Rémi Denis-Courmont
|
1c963efdd3
|
Another small decoder thread simplification
Conflicts:
src/input/decoder.c
|
18 years ago |
Rémi Denis-Courmont
|
9d4a329f77
|
DMO: fix serialization, check for errors in DecOpen...
|
18 years ago |
Laurent Aimar
|
17485fb47d
|
Added decoder_NewAudioBuffer/decoder_DeleteAudioBuffer helpers.
|
18 years ago |
Laurent Aimar
|
7765d6b8e5
|
Fixed a comment.
|
18 years ago |
Laurent Aimar
|
f1670436be
|
Revert "Another small decoder thread simplification"
This reverts commit 3c9681e168.
It breaks DMO/Qt decoding. It can be commited again when a fix
is found.
|
18 years ago |
Laurent Aimar
|
0357e2cf82
|
Added decoder_NewSubpicture/decoder_DeleteSubpicture helpers.
|
18 years ago |
Rémi Denis-Courmont
|
b64ada26f7
|
Fix decoder FIFO pacing.
|
18 years ago |
Rémi Denis-Courmont
|
3c9681e168
|
Another small decoder thread simplification
|
18 years ago |
Laurent Aimar
|
3d98df1683
|
Fixed segfault with decoder_GetInputAttachments/GetDisplayDate/GetDisplayRate.
|
18 years ago |
Rémi Denis-Courmont
|
a0bc270c37
|
Fix --disable-vlm --enable-sout
|
18 years ago |
Rémi Denis-Courmont
|
e923b2b84a
|
Code factorization
|
18 years ago |
Rémi Denis-Courmont
|
7477f3c370
|
Separate filesystem functions from the rest
|
18 years ago |
Olivier Aubert
|
7b721c866d
|
embedded snapshot: properly lock/unlock the cache object
|
18 years ago |
Jean-Baptiste Kempf
|
a721dbaf94
|
Define next frame to 'e' hotkey.
|
18 years ago |
Christophe Mutricy
|
7e6d287895
|
Fix DTD url
|
18 years ago |
Rémi Denis-Courmont
|
924a703807
|
directory: do not try to open "-" as it refers to stdin
This removes a silly error message.
|
18 years ago |
Rémi Denis-Courmont
|
a2ab6cd559
|
block_FifoPace: proper waiting for overflowing queue
|
18 years ago |
Rémi Denis-Courmont
|
a2f64f8a85
|
Allow block_FifoPut(fifo,NULL)
|
18 years ago |
Laurent Aimar
|
d8ab9784da
|
Cosmetic.
|
18 years ago |
Laurent Aimar
|
b0782ad7dc
|
Added "next frame" support.
It will work most of the time.
Subtitle are not correctly handled.
It will be ignored if no video.
|
18 years ago |
Laurent Aimar
|
ba75d5221d
|
Fixed system clock phase when changing rate.
|
18 years ago |
Laurent Aimar
|
a996e2cad8
|
Flush audio/subtitle in next frame.
|
18 years ago |
Laurent Aimar
|
f144379a08
|
Added input_DecoderFrameNext (not yet used).
|
18 years ago |
Laurent Aimar
|
94287dcea2
|
Implemented vout_NextPicture.
|
18 years ago |
Laurent Aimar
|
321e04ca27
|
Added hotkey code for input "frame-next".
No default key is assigned.
|
18 years ago |
Laurent Aimar
|
c136bb81d0
|
Added control code for "frame-next" variable.
It is ignored.
|
18 years ago |
Laurent Aimar
|
e2fb80c6f3
|
Clean up vout picture destruction.
|
18 years ago |
Laurent Aimar
|
2672302fed
|
Simplify picture selection in vout.
|
18 years ago |
Laurent Aimar
|
d4980f0bb4
|
Fixed display of first frame after seek while paused.
|
18 years ago |
Laurent Aimar
|
75f55c2781
|
Store the last displayed picture pointer in vout private structure.
|
18 years ago |
Laurent Aimar
|
c438a0104b
|
Split vout_internal.h to hide vout_thread_t definition from decoder.
|
18 years ago |
Rémi Denis-Courmont
|
4f460e2ffb
|
block_FifoWake (deprecated): wake-up _all_ threads, not just one
|
18 years ago |
Rémi Denis-Courmont
|
8209230f34
|
Do not check for decoder error in the demux thread
That was only an optimization, and it fails thread-safety.
In any case, a failed decoder will still dequeue (and discard) blocks.
|
18 years ago |
Rémi Denis-Courmont
|
3110258d24
|
Small code factorization
|
18 years ago |
Rémi Duraffort
|
02c79d62bc
|
Fix potential NULL dereference (CID 27).
And fix a potential memleak.
|
18 years ago |
Rémi Duraffort
|
5219f5ec73
|
Fix compilation of modules/video_filter/imgresample.c
|
18 years ago |
Rémi Duraffort
|
26ddd19665
|
Don't forgot to unlock the mutex.
|
18 years ago |
Rémi Denis-Courmont
|
7c97b0295e
|
SAP does needs an object, not specifically a stream instance
|
18 years ago |
Rémi Denis-Courmont
|
08ffe836a9
|
Add the sout stubs
|
18 years ago |
Rémi Denis-Courmont
|
ec525f6973
|
Restore -no-undefined on Win32
|
18 years ago |
Rémi Denis-Courmont
|
616fa5c8b3
|
Simplifications
|
18 years ago |
Rémi Denis-Courmont
|
5d2a5fd0d7
|
VLM: provide stubs for --disable-vlm
|
18 years ago |
Rémi Denis-Courmont
|
081b18a15b
|
Privatize httpd_MsgInit and httpd_MsgClean
|
18 years ago |
Rémi Denis-Courmont
|
fa8f48546d
|
Cosmetic fixes
|
18 years ago |
Sebastien Escudier
|
c0d37c7c88
|
Use live555 timeout option and reduce waiting time
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
|
18 years ago |
Rémi Denis-Courmont
|
7bd6af3396
|
More verbose ffmpeg encoding failure
|
18 years ago |
Pavlov Konstantin
|
a66e3c1d44
|
video4linux2: Add libv4l2 support. Fixes #1804.
Based on patches by Nicolas Chauvet and Hans de Goede.
|
18 years ago |