Wed, 28 Nov 2007 19:51:59 +0000 |
andoma |
Bump lavf minor due to addition of
libavformat
|
Wed, 28 Nov 2007 19:46:49 +0000 |
andoma |
Extend ByteIOContext and add the buffered IO functions:
libavformat
|
Tue, 27 Nov 2007 11:42:09 +0000 |
diego |
Add #include "os_support.h" to restore OS/2 support.
libavformat
|
Tue, 27 Nov 2007 11:27:50 +0000 |
diego |
Remove possibly misleading comments.
libavformat
|
Sun, 25 Nov 2007 16:32:47 +0000 |
aurel |
add pcm_s16le_planar support for electronicarts files
libavformat
|
Sat, 24 Nov 2007 10:08:02 +0000 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavformat
|
Sat, 24 Nov 2007 07:09:32 +0000 |
andoma |
Extend URLProtocol with new function pointers and api functions for
libavformat
|
Fri, 23 Nov 2007 11:41:01 +0000 |
diego |
Keep -L flags before corresponding -l flags.
libavformat
|
Thu, 22 Nov 2007 16:10:02 +0000 |
lucabe |
Introduce libavdevice
libavformat
|
Thu, 22 Nov 2007 14:13:23 +0000 |
lu_zero |
Make av_read_frame with rtsp client return EINTR on interrupt
libavformat
|
Thu, 22 Nov 2007 02:27:39 +0000 |
ramiro |
os_support.h is also needed for usleep and lseek on MinGW.
libavformat
|
Wed, 21 Nov 2007 16:33:06 +0000 |
lucabe |
Include os_support.h only when needed
libavformat
|
Wed, 21 Nov 2007 10:26:11 +0000 |
lu_zero |
Make av_read_frame with rtsp client return EINTR on interrupt
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Mon, 19 Nov 2007 20:28:11 +0000 |
rtogni |
Replace realloc with free+malloc, the previous content of the buffer is
libavformat
|
Mon, 19 Nov 2007 10:33:05 +0000 |
lucabe |
Convert perror() in av_log() in bktr.c.
libavformat
|
Mon, 19 Nov 2007 08:07:33 +0000 |
lucabe |
Remove perror() usage from udp.c
libavformat
|
Mon, 19 Nov 2007 07:54:04 +0000 |
lucabe |
Do not use perror() in audio, video, and DV grabbers
libavformat
|
Mon, 19 Nov 2007 00:02:58 +0000 |
rtogni |
Cosmetics
libavformat
|
Mon, 19 Nov 2007 00:02:03 +0000 |
rtogni |
No need to update pos, it's not used after that line
libavformat
|
Sun, 18 Nov 2007 22:58:40 +0000 |
rtogni |
Cleanup: remove ssize
libavformat
|
Sun, 18 Nov 2007 22:49:41 +0000 |
rtogni |
Check for memory allocation failure of temp buffer
libavformat
|
Sun, 18 Nov 2007 22:40:02 +0000 |
rtogni |
Optimize memory management to create an av_packet from multiple slices:
libavformat
|
Sat, 17 Nov 2007 03:14:43 +0000 |
heydowns |
When new streams are detected, look for old filters and close them out.
libavformat
|