log

age author description
Sun, 02 Dec 2007 17:41:12 +0000 rtogni Revert r10892, it's wrong and no longer needed to prevent crashes libavformat
Sun, 02 Dec 2007 14:06:28 +0000 diego Fix some spelling mistakes. libavformat
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavformat
Sat, 01 Dec 2007 12:05:59 +0000 diego succes --> success typo libavformat
Sat, 01 Dec 2007 00:19:44 +0000 michael stupid code (casting of void*) found by checktree.sh libavformat
Sat, 01 Dec 2007 00:07:51 +0000 michael 1000l _reserved (found by checktree.sh) libavformat
Thu, 29 Nov 2007 08:35:05 +0000 lucabe Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), libavformat
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
Fri, 16 Nov 2007 13:13:53 +0000 lucabe Add MPEG2 support to the RTP muxer libavformat
Fri, 16 Nov 2007 07:59:41 +0000 lucabe Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP libavformat
Fri, 16 Nov 2007 00:18:48 +0000 alex Remove empty pipe_close libavformat
Fri, 16 Nov 2007 00:14:48 +0000 alex Call prot->url_close only if it is present. libavformat
Fri, 16 Nov 2007 00:09:34 +0000 alex Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. libavformat
Thu, 15 Nov 2007 23:53:19 +0000 alex Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. libavformat
Thu, 15 Nov 2007 21:13:36 +0000 rtogni 1000l: Fix check for max slice number libavformat
Thu, 15 Nov 2007 21:04:06 +0000 rtogni Move dnet-ac3 byte-swapping code close to audio packet read code libavformat
Thu, 15 Nov 2007 14:26:52 +0000 lucabe Remove some more duplicated code libavformat
Thu, 15 Nov 2007 13:41:51 +0000 lucabe Remove the useless variable "my_addr1" libavformat
Thu, 15 Nov 2007 13:34:56 +0000 lucabe Use the same code to set local_port in the IPv4-only case and in the libavformat
Thu, 15 Nov 2007 11:45:07 +0000 takis Fix Doxygen parameter libavformat
Thu, 15 Nov 2007 11:44:15 +0000 takis Fix Doxygen parameter name libavformat
Thu, 15 Nov 2007 11:43:21 +0000 takis Fix Doxygen parameter name libavformat
Wed, 14 Nov 2007 20:31:56 +0000 aurel cosmetics: whitespace libavformat
Wed, 14 Nov 2007 12:42:45 +0000 takis Typo libavformat
Wed, 14 Nov 2007 08:22:06 +0000 lucabe Remove some useless assignments (the UDPContext is allocated with av_mallocz()) libavformat
Wed, 14 Nov 2007 08:16:51 +0000 lucabe Simplify set_remote_url(), and remove some code duplication libavformat
Wed, 14 Nov 2007 07:56:20 +0000 lucabe Use recv() instead of recvfrom() (removes some other differences between libavformat
Wed, 14 Nov 2007 07:45:15 +0000 lucabe Remove a now unused field libavformat
Wed, 14 Nov 2007 07:43:51 +0000 lucabe Give better names to multicast functions (they are not IPv6-only) libavformat
Wed, 14 Nov 2007 07:42:46 +0000 lucabe Avoid to duplicate the multicast code between the IPv4-only and libavformat
Wed, 14 Nov 2007 07:35:36 +0000 lucabe Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only libavformat
Wed, 14 Nov 2007 07:31:25 +0000 andoma Add support for reading WM/Year tag libavformat
Wed, 14 Nov 2007 06:33:35 +0000 andoma remove unnecessary -1 from snprintf len libavformat
Wed, 14 Nov 2007 06:32:55 +0000 andoma Add support for ID3v2 year tag libavformat
Tue, 13 Nov 2007 23:43:18 +0000 michael rename fps(frame per second) to tb(time base) to prevent libavformat
Mon, 12 Nov 2007 10:26:33 +0000 bcoudurier remove now useless libogg support libavformat
Sun, 11 Nov 2007 21:56:18 +0000 mru set PKT_FLAG_KEY for Theora and OGM streams libavformat