log

age author description
Tue, 13 May 2008 15:51:37 +0000 cehoyos Fix icc warning #188: enumerated type mixed with another type libavformat
Tue, 13 May 2008 15:42:27 +0000 cehoyos Add MATROSKA_TRACK_TYPE_NONE. libavformat
Mon, 12 May 2008 10:30:40 +0000 cehoyos Replace some occurrences of 0 with CODEC_ID_NONE. libavformat
Mon, 12 May 2008 01:17:00 +0000 benoit Use strcasecmp() instead of re-inventing it. libavformat
Sun, 11 May 2008 10:53:21 +0000 cehoyos Fix type of dest_addr_len to respect return value of udp_set_url. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Fri, 09 May 2008 11:25:27 +0000 superdump IFF stereo support libavformat
Fri, 09 May 2008 09:30:43 +0000 diego string.h is a system header file, so use <> for it. libavformat
Fri, 09 May 2008 01:59:33 +0000 aurel use enum type instead of int libavformat
Fri, 09 May 2008 01:54:35 +0000 aurel cosmetics: indentation libavformat
Fri, 09 May 2008 01:53:59 +0000 aurel matroskadec: add support for lzo compressed tracks libavformat
Thu, 08 May 2008 23:11:13 +0000 aurel matroskadec: fail gracefully when seeking don't work libavformat
Thu, 08 May 2008 21:47:31 +0000 aurel matroskadec: add support for track content encoding libavformat
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavformat
Mon, 05 May 2008 09:17:56 +0000 michael Check url_seek() in url_open(). libavformat
Sun, 04 May 2008 10:35:13 +0000 diego Use correct length modifier for pointer diff argument in av_log() call. libavformat
Sun, 04 May 2008 10:29:12 +0000 diego Fix 'comparison always false' warning. libavformat
Sat, 03 May 2008 00:12:32 +0000 banan dts probe libavformat
Fri, 02 May 2008 19:35:31 +0000 bwolowiec Nellymoser handling in FLV libavformat
Fri, 02 May 2008 14:52:39 +0000 lu_zero Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, libavformat
Thu, 01 May 2008 22:04:17 +0000 jbr fix encoding of flac private data libavformat
Tue, 29 Apr 2008 00:12:49 +0000 michael Support invalid mpeg created by vdr libavformat
Mon, 28 Apr 2008 18:29:42 +0000 michael raw GSM demuxer (does not work yet as parser is missing) libavformat
Mon, 28 Apr 2008 14:14:44 +0000 bcoudurier set demuxers .value and use common audio_read_header function libavformat
Sat, 26 Apr 2008 17:51:02 +0000 bcoudurier set pkt duration, only when dts == pts though, libavformat
Sat, 26 Apr 2008 06:29:56 +0000 kostya Missing tags in APE is normal situation, so don't print an error. libavformat
Fri, 25 Apr 2008 16:52:30 +0000 bcoudurier yes it is true for mp4 libavformat
Fri, 25 Apr 2008 16:50:06 +0000 bcoudurier remove unneeded variable libavformat
Fri, 25 Apr 2008 16:47:22 +0000 bcoudurier move vars decls where vars are used libavformat
Fri, 25 Apr 2008 14:09:42 +0000 bcoudurier set channels and sample rate from mpeg4audio config libavformat
Fri, 25 Apr 2008 14:03:28 +0000 bcoudurier parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files libavformat
Fri, 25 Apr 2008 13:56:08 +0000 bcoudurier update doc libavformat
Fri, 25 Apr 2008 13:54:33 +0000 bcoudurier error is -1 libavformat
Fri, 25 Apr 2008 13:45:46 +0000 bcoudurier cosmetics libavformat
Fri, 25 Apr 2008 13:44:34 +0000 bcoudurier move vars decls where vars are used libavformat
Fri, 25 Apr 2008 13:34:51 +0000 bcoudurier parser should not be needed anymore, merge cases and set frame size for amr too libavformat
Fri, 25 Apr 2008 13:24:25 +0000 bcoudurier lower frame size to split amr/qcelp/gsm frames libavformat
Fri, 25 Apr 2008 12:02:01 +0000 bcoudurier align and remove useless braces libavformat
Fri, 25 Apr 2008 11:57:39 +0000 bcoudurier cosmetics, remove whitespaces in tags libavformat
Fri, 25 Apr 2008 10:35:06 +0000 bcoudurier set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformat
Fri, 25 Apr 2008 09:08:13 +0000 bcoudurier pts are unsigned according to specs, fix negative pts when 32bit pts are used libavformat
Fri, 25 Apr 2008 09:04:38 +0000 bcoudurier set wrap bits to 32bit to actually use it libavformat
Thu, 24 Apr 2008 23:21:58 +0000 michael Avoid using reserved __names. libavformat
Thu, 24 Apr 2008 23:09:28 +0000 michael minor memleak libavformat
Thu, 24 Apr 2008 22:16:00 +0000 michael Fixing memleaks. libavformat
Thu, 24 Apr 2008 17:22:39 +0000 bcoudurier cosmetics: remove useless whitespaces and put braces correctly libavformat
Thu, 24 Apr 2008 17:17:41 +0000 bcoudurier demux qcelp, so this can work with soc decoder and stream copy libavformat
Thu, 24 Apr 2008 17:16:13 +0000 bcoudurier qcelp fourcc libavformat
Thu, 24 Apr 2008 13:59:39 +0000 bcoudurier support for alac in .mov libavformat
Thu, 24 Apr 2008 13:58:22 +0000 bcoudurier set alac frame size from extradata libavformat
Thu, 24 Apr 2008 10:17:55 +0000 diego Do not ignore .depend files, they are no longer generated. libavformat
Wed, 23 Apr 2008 21:16:25 +0000 michael Ensure that the timestamp reading code used for seeking chooses a position libavformat
Tue, 22 Apr 2008 20:08:39 +0000 superdump Read asf file header fields in the right order libavformat
Tue, 22 Apr 2008 11:14:01 +0000 bwolowiec change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavformat
Mon, 21 Apr 2008 15:20:53 +0000 andoma Compute AC3 frame CRC for stronger raw AC3 format probing. libavformat
Mon, 21 Apr 2008 08:19:16 +0000 benoit Correct ASF duration. libavformat
Sun, 20 Apr 2008 20:28:12 +0000 banan Raw dts muxer libavformat
Sat, 19 Apr 2008 17:07:58 +0000 voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. libavformat
Sat, 19 Apr 2008 14:52:19 +0000 voroshil Decrease returning probe score for WAV demuxer to avoid libavformat
Fri, 18 Apr 2008 17:29:58 +0000 melanson Tighten up the Westwood AUD detection. Probability of random detections libavformat