0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Sep 16, 2024 — Sep 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com More... about 16 years ago
Use dprintf() instead of '#ifdef DEBUG' and av_log(). More... about 16 years ago
Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts
mru
More... about 16 years ago
Enable PIC unconditionally on OpenBSD
mru
More... about 16 years ago
configure: always write PIC flags to config.mak
mru
More... about 16 years ago
configure: enable PIC in per-arch section instead of separately
mru
More... about 16 years ago
Fix typo in MinGWCE support in configure. Patch by Martin Storsjö and Måns. More... about 16 years ago
ARM: cleaner selection of ELF-spefic assembler directives
mru
More... about 16 years ago
MinGWCE support in configure; networking is disabled for now. patch by Martin Storsjö, martin martin st and Ismail Dönmez, ismail namtrac org More... about 16 years ago
Remove disabled function get_num(). It is small and has been disabled and unused for more than four years. More... about 16 years ago
Cosmetics: remove spaces between function name and arguments in declaration, and put return type ("static void") on the same line as function name. More... about 16 years ago
Use named initializers and use new/free_context() instead of extradata() for context allocators. Patch by Colin McQuillan m niloc googlemail com. More... about 16 years ago
Implement support for EOS as used by WMS and other RTSP servers that do not implement RTCP/bye. See "[PATCH] rtsp.c: EOS support" thread from a few months back. More... about 16 years ago
Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See discussion in "[PATCH] RTSP-MS 14/15: ASF packet parsing" thread on mailinglist. More... about 16 years ago
Change type of received_sigterm variable from sig_atomic_t to int, which is more portable (works on Windows CE). patch by Martin Storsjö, martin martin st More... about 16 years ago
Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. patch by Martin Storsjö, martin martin st More... about 16 years ago
Only consider -1 as an error return value for open(). This is: - what Posix says (-1 on error, >=0 on success) - fixing a bug on winCE (<0 sometimes) More... about 16 years ago
Set subtitle type in DVD and XSUB subtitle decoders. More... about 16 years ago
Remove unnecessary mpeg12data.o entries from OBJS- variables. More... about 16 years ago
Remove duplicated mpeg12data.o entries. More... about 16 years ago
Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15: ASF packet parsing" thread for discussion / reasoning. More... about 16 years ago
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
mru
More... about 16 years ago
fix various compilation dependencies More... about 16 years ago
fix compilation of cavsvideo demuxer More... about 16 years ago
allocate large enough block to store null terminator More... about 16 years ago
ensure that flist and icl are always null-terminated More... about 16 years ago
ensure that ic->cur_st is set before dereferencing it to avoid occasional segfaults on ffplay More... about 16 years ago
removed unimplemented read_seek2 More... about 16 years ago
nested conditions for aesthetics, use AV_LOG_ERROR for packet read error More... about 16 years ago
Check for HAVE_ISATTY. Patch by Martin Storsjo <martin at martin dot st> More... about 16 years ago