log

age author description
Wed, 02 Jan 2008 10:45:28 +0000 ivo TechnoTrend PVA Demuxer libavformat
Wed, 02 Jan 2008 00:08:36 +0000 diego cosmetics: sort() libavformat
Tue, 01 Jan 2008 22:54:35 +0000 diego Add portable way to check for the existence of definitions and libavformat
Tue, 01 Jan 2008 22:05:51 +0000 michael Extract aspect ratio from ODML/vprp. libavformat
Mon, 31 Dec 2007 16:49:18 +0000 michael Correct doxy about timestamp units of read_timestamp(). libavformat
Mon, 31 Dec 2007 16:47:25 +0000 michael Document return of read_timestamp. libavformat
Mon, 31 Dec 2007 16:43:35 +0000 michael More verbose aspect ratio error msg. libavformat
Sat, 29 Dec 2007 20:49:03 +0000 aurel export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavformat
Sat, 29 Dec 2007 18:35:38 +0000 aurel clear internal queue when seeking libavformat
Sat, 29 Dec 2007 18:32:47 +0000 aurel move internal queue freeing code in its own function libavformat
Sat, 29 Dec 2007 18:30:27 +0000 aurel fix memory leak (patch by Gabriel Fort gforte _at_ wyplay _dot_ com) libavformat
Sat, 29 Dec 2007 16:34:51 +0000 michael indent libavformat
Sat, 29 Dec 2007 16:13:03 +0000 michael Try to fix url_split() so that the ?foobar part is in the path and only the path. libavformat
Fri, 28 Dec 2007 13:07:43 +0000 ivo Sun Rasterfile decoder libavformat
Fri, 28 Dec 2007 11:25:25 +0000 lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent libavformat
Fri, 28 Dec 2007 11:23:25 +0000 lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support libavformat
Fri, 28 Dec 2007 11:10:17 +0000 lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment libavformat
Fri, 28 Dec 2007 03:32:32 +0000 michael Revert hack which should have never been commited. libavformat
Thu, 27 Dec 2007 01:38:50 +0000 diego Check for the presence of sys/select.h and conditionally #include it. libavformat
Thu, 27 Dec 2007 00:16:48 +0000 michael Fix detected fps for old divx/xvid. libavformat
Wed, 26 Dec 2007 22:28:22 +0000 michael Do not force fps unless the user actually specified one. libavformat
Wed, 26 Dec 2007 22:17:46 +0000 ivo PC Paintbrush PCX image decoder libavformat
Tue, 25 Dec 2007 09:37:49 +0000 michael Revert r6124, the change was just wrong, other formats than MPEG-PS can be libavformat
Mon, 24 Dec 2007 12:49:27 +0000 diego djgpp port, first part libavformat
Sun, 23 Dec 2007 21:01:09 +0000 diego typo: begining --> beginning libavformat
Sun, 23 Dec 2007 18:08:00 +0000 reimar begining -> beginning typo fix libavformat
Sun, 23 Dec 2007 13:16:55 +0000 reimar 100l, av_read_packet must check for read_packet error, in case of libavformat
Sat, 22 Dec 2007 16:18:07 +0000 reimar Add a av_alloc_put_byte function. libavformat
Fri, 21 Dec 2007 11:51:39 +0000 diego Fix Doxygen function parameter name. libavformat
Fri, 21 Dec 2007 11:50:18 +0000 diego comment typo fixes libavformat
Fri, 21 Dec 2007 00:22:40 +0000 ivo typo ;) libavformat
Thu, 20 Dec 2007 22:33:53 +0000 michael Document ByteIOContext and URLContext change rules. libavformat
Thu, 20 Dec 2007 11:22:39 +0000 banan Reindent libavformat
Thu, 20 Dec 2007 11:21:10 +0000 banan Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files libavformat
Thu, 20 Dec 2007 09:59:07 +0000 michael Document a few more structure change rules with relation to ABI/API. libavformat
Thu, 20 Dec 2007 09:51:11 +0000 bcoudurier fix indentation libavformat
Thu, 20 Dec 2007 09:43:01 +0000 michael Document structure change rules with relation to ABI/API. libavformat
Thu, 20 Dec 2007 00:26:53 +0000 aurel cosmetics: indentation libavformat
Thu, 20 Dec 2007 00:25:18 +0000 aurel remove double check of pb->read_seek libavformat
Wed, 19 Dec 2007 23:26:18 +0000 aurel use proper url_is_streamed() API libavformat
Wed, 19 Dec 2007 21:11:08 +0000 michael Make recently added and still unused read_seek functions return offset_t. libavformat
Wed, 19 Dec 2007 20:57:13 +0000 michael Merge recently added and still unused play and pause functions. libavformat
Wed, 19 Dec 2007 16:00:08 +0000 bcoudurier use generic 'glbl' atom if extradata is present but no specific method is known libavformat
Wed, 19 Dec 2007 15:39:10 +0000 bcoudurier supports glbl atom containing generic extradata for all codecs libavformat
Wed, 19 Dec 2007 14:09:54 +0000 reimar Increase minor version due to new av_close_input_stream libavformat
Wed, 19 Dec 2007 14:07:13 +0000 reimar Add a av_close_input_stream function libavformat
Wed, 19 Dec 2007 11:31:36 +0000 michael Remove dead code which disappeared with the last major version bump. libavformat
Wed, 19 Dec 2007 10:58:54 +0000 michael Remove *_codec_id from AVFormatParameters with the next major version bump. libavformat
Wed, 19 Dec 2007 10:56:17 +0000 michael Allow overriding codec_ids. libavformat
Wed, 19 Dec 2007 02:33:47 +0000 michael Remove unneeded avio wrapper functions. libavformat
Mon, 17 Dec 2007 19:12:43 +0000 reimar Simplify av_close_input_file similarly to av_open_input_file previously libavformat
Mon, 17 Dec 2007 19:08:17 +0000 reimar Simplify av_open_input_file libavformat
Mon, 17 Dec 2007 17:41:24 +0000 reimar Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavformat
Mon, 17 Dec 2007 09:28:46 +0000 benoit Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() libavformat
Sun, 16 Dec 2007 18:51:00 +0000 bcoudurier useless 0L here libavformat
Sun, 16 Dec 2007 18:46:57 +0000 bcoudurier remove now useless fields libavformat
Sun, 16 Dec 2007 18:45:48 +0000 bcoudurier do not retain useless pointers to avstream priv_data, use it directly libavformat
Sun, 16 Dec 2007 18:30:45 +0000 bcoudurier remove duplicate field libavformat
Sun, 16 Dec 2007 18:26:34 +0000 bcoudurier cosmetics: func -> parse, remove useless parenthesis libavformat
Sun, 16 Dec 2007 18:24:32 +0000 bcoudurier remove useless declaration libavformat
Sun, 16 Dec 2007 18:20:27 +0000 bcoudurier save pointer to parse table, it is unlikely to change libavformat
Sun, 16 Dec 2007 18:10:52 +0000 bcoudurier remove useless seek libavformat
Sun, 16 Dec 2007 18:10:18 +0000 bcoudurier cosmetics libavformat
Sun, 16 Dec 2007 18:08:06 +0000 bcoudurier support streamed mov/mp4 libavformat
Sun, 16 Dec 2007 17:52:46 +0000 bcoudurier return error when url_fseek could not read until desired offset in streamed mode libavformat
Sun, 16 Dec 2007 17:22:09 +0000 diego cosmetics: comment typo fixes libavformat
Sat, 15 Dec 2007 19:08:42 +0000 bcoudurier choose next sample by sample position libavformat
Sat, 15 Dec 2007 16:54:58 +0000 michael document how to free the result of av_alloc_format_context() libavformat
Wed, 12 Dec 2007 19:01:58 +0000 michael av_*_next() API for libavformat libavformat
Sun, 09 Dec 2007 14:39:01 +0000 ramiro Fix compilation of os_support.c for MinGW with --disable-network libavformat
Wed, 05 Dec 2007 04:32:45 +0000 melanson adjust indentation on latest patch libavformat
Wed, 05 Dec 2007 04:30:33 +0000 melanson Check sanity in the palette loading operation. The addresses a potential security risk in libavformat
Tue, 04 Dec 2007 23:43:01 +0000 rtogni Typo libavformat
Mon, 03 Dec 2007 22:26:07 +0000 bcoudurier return error if malloc failed, found by takis, fix issue 286 libavformat
Mon, 03 Dec 2007 22:22:50 +0000 bcoudurier check mov_read_default return value where appropriate, patch by takis, fix issue 285 libavformat
Mon, 03 Dec 2007 13:33:48 +0000 diego colour --> color in variable names libavformat
Mon, 03 Dec 2007 13:01:53 +0000 diego cosmetics: comment spelling fixes libavformat
Mon, 03 Dec 2007 12:46:20 +0000 diego Fix make checkheaders. libavformat
Mon, 03 Dec 2007 10:44:25 +0000 bcoudurier fix dnxhd 720p in mov for quicktime player libavformat
Mon, 03 Dec 2007 10:24:42 +0000 michael add assert to detect invalid packet_timestamp_start/end libavformat
Mon, 03 Dec 2007 10:23:09 +0000 michael correct invalid duration libavformat
Mon, 03 Dec 2007 09:37:06 +0000 michael make mpeg-ps probe less happy with random data libavformat
Mon, 03 Dec 2007 09:26:44 +0000 michael return a slightly larger score if we find more than 500 valid mp3 frames in a row libavformat
Mon, 03 Dec 2007 08:27:04 +0000 michael ensure that the probe code runs in O(n) libavformat
Mon, 03 Dec 2007 04:50:01 +0000 michael remove arbitrary 4096 limit for probing libavformat
Mon, 03 Dec 2007 04:49:01 +0000 michael prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files libavformat
Sun, 02 Dec 2007 23:27:01 +0000 reimar Make ff_qt_default_palette_* arrays "static const" libavformat
Sun, 02 Dec 2007 21:52:43 +0000 reimar Make ff_mkv_codec_tags array const, it is never written. libavformat
Sun, 02 Dec 2007 17:51:05 +0000 rtogni Fix muxer so that generated files are playable by realplayer, other open libavformat
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