log

age author description
Sun, 08 Mar 2009 21:08:06 +0000 bcoudurier remove useless fields libavformat
Sun, 08 Mar 2009 14:42:11 +0000 reimar Replace all uses of the replaced av_fifo_read by av_fifo_generic_read libavformat
Sun, 08 Mar 2009 14:16:55 +0000 michael Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. libavformat
Sat, 07 Mar 2009 22:42:09 +0000 vitor VQF demuxer libavformat
Sat, 07 Mar 2009 15:20:55 +0000 rbultje rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: libavformat
Fri, 06 Mar 2009 21:19:16 +0000 alexc ADTS: Increased protection against writing illegal/nonsense files. libavformat
Fri, 06 Mar 2009 20:51:50 +0000 michael Add my name to copyright & author as requested by the original author. libavformat
Fri, 06 Mar 2009 20:48:31 +0000 michael Add code to the self test to print jitter & drift. libavformat
Fri, 06 Mar 2009 03:12:33 +0000 rbultje Oops, very silly typo. libavformat
Fri, 06 Mar 2009 01:31:10 +0000 jbr flacdec: Parse the metadata header in the raw FLAC demuxer. libavformat
Fri, 06 Mar 2009 00:57:26 +0000 diego Add '#undef rand' to fix test program build. libavformat
Fri, 06 Mar 2009 00:55:50 +0000 diego cosmetics: Fix test program warnings. libavformat
Fri, 06 Mar 2009 00:48:02 +0000 michael Vertical align. libavformat
Fri, 06 Mar 2009 00:47:16 +0000 michael Better name for integrator2_state. libavformat
Fri, 06 Mar 2009 00:44:12 +0000 michael Add clock_period parameter, this should make the code easier to use. libavformat
Fri, 06 Mar 2009 00:26:51 +0000 michael Selftest code. libavformat
Fri, 06 Mar 2009 00:23:52 +0000 michael Fix bug with time==0 being special. libavformat
Fri, 06 Mar 2009 00:20:55 +0000 michael Adapt first factor. libavformat
Fri, 06 Mar 2009 00:14:44 +0000 michael Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and libavformat
Fri, 06 Mar 2009 00:09:14 +0000 michael Allow timespans to vary. libavformat
Thu, 05 Mar 2009 23:57:42 +0000 michael Reorder operations, 20% improved performance, 1 variable less. libavformat
Thu, 05 Mar 2009 23:45:18 +0000 michael Timefilter code by Olivier Guilyardi o list O samalyse o com libavformat
Thu, 05 Mar 2009 19:15:14 +0000 diego Mark pos_min and pos_max variables as av_uninit to work around false libavformat
Thu, 05 Mar 2009 19:13:12 +0000 diego Mark dvdaudio_substream_type variable as av_uninit to work around false libavformat
Thu, 05 Mar 2009 07:36:16 +0000 schreter Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. libavformat
Wed, 04 Mar 2009 07:57:09 +0000 alexc MOV: fix demuxing fragmented files libavformat
Wed, 04 Mar 2009 05:40:53 +0000 melanson Fix a condition that causes an infinite loop, but only when compiled with libavformat
Wed, 04 Mar 2009 00:57:37 +0000 rbultje Split rtsp_send_cmd() into two functions, one for the actual sending of the libavformat
Tue, 03 Mar 2009 20:24:17 +0000 michael Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer libavformat
Tue, 03 Mar 2009 18:19:44 +0000 alexc MOV: fix crash when 'meta' occurs before first 'trak' libavformat