log

age author description
Fri, 06 Jun 2008 17:02:06 +0000 ramiro Remove useless img_read_close(). libavformat
Fri, 06 Jun 2008 17:00:28 +0000 ramiro Remove unneeded NULL at end of struct. libavformat
Fri, 06 Jun 2008 16:53:01 +0000 ramiro Merge declaration and initialization. libavformat
Thu, 05 Jun 2008 15:03:55 +0000 diego cosmetics: s/Id/id/ in libavformat where Id refers to id Software. libavformat
Wed, 04 Jun 2008 23:24:55 +0000 aurel matroskadec: remove some useless code libavformat
Wed, 04 Jun 2008 23:15:08 +0000 aurel cosmetics: indentation libavformat
Wed, 04 Jun 2008 23:11:47 +0000 aurel matroskadec: don't remove dummy level when none was added libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Tue, 03 Jun 2008 15:19:43 +0000 aurel Ensure the first audio stream is selected as the default stream libavformat
Tue, 03 Jun 2008 15:14:21 +0000 aurel adjust comment to reality libavformat
Tue, 03 Jun 2008 15:09:30 +0000 aurel matroskadec: sane default value for track->time_scale libavformat
Tue, 03 Jun 2008 00:55:05 +0000 bcoudurier add pretty common .m2t as ts extension libavformat
Tue, 03 Jun 2008 00:53:33 +0000 bcoudurier fix continuity counter to start at 0 libavformat
Tue, 03 Jun 2008 00:50:22 +0000 michael Make update_initial_durations() also work if a dts occured before a libavformat
Tue, 03 Jun 2008 00:43:56 +0000 michael Do not set pts in update_initial_durations() if stream has b frames. libavformat
Mon, 02 Jun 2008 23:37:14 +0000 aurel matroskadec: fix potential mem leak libavformat
Mon, 02 Jun 2008 23:27:14 +0000 aurel matroskadec: avoid potential mem leak libavformat
Mon, 02 Jun 2008 23:07:41 +0000 aurel reorganize matroska_add_stream() to fix potential mem leak and buffer overflow libavformat
Mon, 02 Jun 2008 23:01:14 +0000 aurel matroskadec: move ARRAY_SIZE() macro at top of the file libavformat
Mon, 02 Jun 2008 09:15:04 +0000 andoma Audio channels and sample rate must be set in order to skip libavformat
Mon, 02 Jun 2008 04:08:30 +0000 bcoudurier rename last_frame_offset to next_frame_offset, due to r13615 libavformat
Sun, 01 Jun 2008 16:25:05 +0000 takis Check whether the memory allocation for extradata succeeded. Fixes issue 472. libavformat
Sun, 01 Jun 2008 14:41:53 +0000 aurel matroskadec: use the proper timestamp scaling for index entries libavformat
Sun, 01 Jun 2008 13:54:11 +0000 aurel matroskadec: read TrackTimecodeScale and set timebase accordingly libavformat
Sun, 01 Jun 2008 13:39:54 +0000 aurel matroskadec: silently discard some element ID that we don't care about libavformat
Sat, 31 May 2008 14:26:56 +0000 diego flvenc.o depends on avc.o (for H.264 support functions). libavformat
Fri, 30 May 2008 16:05:56 +0000 ramiro raw mlp demuxer libavformat
Fri, 30 May 2008 13:26:40 +0000 benoit Detect "tif" suffix as TIFF. libavformat
Thu, 29 May 2008 15:59:14 +0000 reimar Check av_new_stream return value, fixes CID75 RUN2 libavformat
Thu, 29 May 2008 15:40:16 +0000 michael ENOMEM is better, yes ... libavformat
Thu, 29 May 2008 15:25:45 +0000 reimar Check av_new_stream return value, fixes CID79 RUN2 libavformat
Thu, 29 May 2008 15:22:45 +0000 reimar Check for av_new_stream failure, fixes CID76 RUN2 libavformat
Thu, 29 May 2008 13:40:43 +0000 diego Remove unnecessary header #includes. libavformat
Thu, 29 May 2008 09:50:17 +0000 benoit Check return of url_fseek in mpeg timestamp reading code. libavformat
Thu, 29 May 2008 00:58:41 +0000 bcoudurier warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformat
Thu, 29 May 2008 00:54:33 +0000 bcoudurier reindent libavformat
Thu, 29 May 2008 00:54:09 +0000 bcoudurier this should be valid for audio too libavformat
Thu, 29 May 2008 00:35:23 +0000 bcoudurier check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy libavformat
Wed, 28 May 2008 22:26:35 +0000 michael memleak / CID124 RUN2 libavformat
Wed, 28 May 2008 22:00:45 +0000 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
Wed, 28 May 2008 21:22:08 +0000 michael Dead code removal, fixes CID59 RUN2. libavformat
Wed, 28 May 2008 21:14:10 +0000 michael Removing dead code, fixes CID4 RUN2. libavformat
Wed, 28 May 2008 20:33:22 +0000 michael remove != 0 libavformat
Wed, 28 May 2008 20:30:42 +0000 michael Do a little more checking. libavformat
Wed, 28 May 2008 20:28:48 +0000 michael Do not read from after the table, fixes CID108 RUN2. libavformat
Wed, 28 May 2008 01:57:19 +0000 michael Null pointer check / CID26. libavformat
Wed, 28 May 2008 01:53:23 +0000 michael useless libavformat
Wed, 28 May 2008 00:10:34 +0000 michael Fixes NULL pointer dereference CID66 libavformat
Wed, 28 May 2008 00:07:41 +0000 michael Tell the user if a AVI is non interleaved. libavformat
Tue, 27 May 2008 22:37:54 +0000 bcoudurier use internal video frame number libavformat
Tue, 27 May 2008 22:34:31 +0000 bcoudurier cosmetics libavformat
Tue, 27 May 2008 22:31:26 +0000 bcoudurier simplify, use pointer to codec context in struct instead of only id libavformat
Tue, 27 May 2008 22:31:09 +0000 bcoudurier simplify, use pointer to codec context in struct instead of only id libavformat
Tue, 27 May 2008 21:44:42 +0000 michael redundant check-- libavformat
Tue, 27 May 2008 20:48:27 +0000 michael Fix memleak, fixed CID123. libavformat
Tue, 27 May 2008 18:43:25 +0000 michael Do not use the pts/dts calculation code which needs a parser, when no parser libavformat
Tue, 27 May 2008 04:33:48 +0000 bcoudurier use AVFifoBuffer libavformat
Tue, 27 May 2008 03:42:55 +0000 bcoudurier cosmetics libavformat
Tue, 27 May 2008 03:41:51 +0000 bcoudurier merge init and declaration libavformat
Tue, 27 May 2008 03:11:31 +0000 bcoudurier simplify and use version instead libavformat
Tue, 27 May 2008 03:00:40 +0000 bcoudurier simplify libavformat
Tue, 27 May 2008 02:57:48 +0000 bcoudurier simplify libavformat
Tue, 27 May 2008 02:55:34 +0000 bcoudurier cosmetics, remove useless cases and braces libavformat
Tue, 27 May 2008 01:26:22 +0000 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
Tue, 27 May 2008 01:19:19 +0000 bcoudurier remove const qualifier, removes warning: libavformat
Mon, 26 May 2008 23:59:28 +0000 bcoudurier typo libavformat
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavformat
Mon, 26 May 2008 22:01:41 +0000 bcoudurier aac and h264 in flv demuxing libavformat
Mon, 26 May 2008 22:00:35 +0000 bcoudurier aac and h264 in flv muxing libavformat
Mon, 26 May 2008 21:52:54 +0000 bcoudurier aac chan config is 0 if bitstream contains program_config_element libavformat
Mon, 26 May 2008 20:29:16 +0000 michael Support non interleaved avi with phantom streams. libavformat
Mon, 26 May 2008 04:40:22 +0000 bcoudurier replace printf by av_log libavformat
Mon, 26 May 2008 04:38:46 +0000 bcoudurier use av_hex_dump_log libavformat
Mon, 26 May 2008 04:34:29 +0000 bcoudurier use dprintf libavformat
Mon, 26 May 2008 03:57:07 +0000 bcoudurier cosmetics, add demuxer word libavformat
Mon, 26 May 2008 03:56:43 +0000 bcoudurier cosmetics, remove useless dot libavformat
Mon, 26 May 2008 03:53:48 +0000 bcoudurier return error if frame_offset is negative, prevent segfault libavformat
Mon, 26 May 2008 03:53:10 +0000 bcoudurier return error if len is negative, prevent segfault libavformat
Mon, 26 May 2008 03:52:14 +0000 bcoudurier move ffserver specific functions up and only include unistd.h in this case libavformat
Mon, 26 May 2008 03:50:25 +0000 bcoudurier move ffm_seek1 before get_pts function since func uses it libavformat
Mon, 26 May 2008 03:47:56 +0000 bcoudurier move DEBUG_SEEK definition before get_pts since func uses it libavformat
Mon, 26 May 2008 03:47:07 +0000 bcoudurier move get_pts function to avoid useless declaration libavformat
Mon, 26 May 2008 03:46:06 +0000 bcoudurier remove unneeded include libavformat
Mon, 26 May 2008 03:44:31 +0000 bcoudurier split ffm de/muxer libavformat
Mon, 26 May 2008 03:37:01 +0000 bcoudurier reenable test, data is available in this case libavformat
Mon, 26 May 2008 00:45:02 +0000 jbr parse audio in ogm demuxer. libavformat
Mon, 26 May 2008 00:05:30 +0000 michael Make ac3 in avi work better. libavformat
Sun, 25 May 2008 23:04:09 +0000 michael Ensure that one can store X bytes in a fifo of size X. libavformat
Sun, 25 May 2008 22:20:39 +0000 michael Make av_fifo*_read() ignore the available amount of data. libavformat
Sun, 25 May 2008 01:22:06 +0000 bcoudurier set correct duration when using b frames libavformat
Sat, 24 May 2008 21:44:29 +0000 aurel compute the end of all chapters when end is not specified in the container libavformat
Sat, 24 May 2008 12:56:05 +0000 aurel cosmetics: indentation libavformat
Sat, 24 May 2008 12:55:36 +0000 aurel remove useless title check libavformat
Sat, 24 May 2008 00:03:00 +0000 bcoudurier simplify, remove useless vars libavformat
Fri, 23 May 2008 22:02:29 +0000 bcoudurier add new h264 and aac flv ids libavformat
Fri, 23 May 2008 21:51:33 +0000 bcoudurier in flv this field is dts finally libavformat
Fri, 23 May 2008 21:47:30 +0000 bcoudurier flv use 32 bit pts libavformat
Fri, 23 May 2008 18:15:13 +0000 michael Pass time_base as argument to new_chapter() as well. libavformat
Fri, 23 May 2008 17:56:45 +0000 michael Document pts/dts. libavformat
Fri, 23 May 2008 17:52:42 +0000 michael Warn user about invalid timestamps. libavformat
Fri, 23 May 2008 13:52:54 +0000 michael Chapter demuxing support. (untested as I have no nuts with chapters) libavformat
Fri, 23 May 2008 13:14:11 +0000 michael Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformat
Fri, 23 May 2008 13:08:44 +0000 michael nb_chapters should be unsigned libavformat
Fri, 23 May 2008 13:07:58 +0000 michael s/num_chapters/nb_chapters/ all other similar variables are called nb_*. libavformat
Fri, 23 May 2008 13:04:12 +0000 michael vertical align libavformat
Fri, 23 May 2008 13:03:52 +0000 michael indent libavformat
Fri, 23 May 2008 13:03:32 +0000 michael remove useless title check libavformat
Fri, 23 May 2008 13:03:04 +0000 michael indent libavformat
Fri, 23 May 2008 13:02:27 +0000 michael Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformat
Fri, 23 May 2008 12:45:03 +0000 michael clarify start/end timebase libavformat
Fri, 23 May 2008 12:44:12 +0000 michael align comments libavformat
Fri, 23 May 2008 12:43:33 +0000 michael chapter id and timebase libavformat
Fri, 23 May 2008 11:47:11 +0000 aurel don't set a dummy chapter title when title is unknown libavformat
Fri, 23 May 2008 11:46:05 +0000 aurel cosmetics: indentation libavformat
Fri, 23 May 2008 11:45:30 +0000 aurel allows adding chapters with NULL title libavformat
Thu, 22 May 2008 23:04:02 +0000 aurel matroskadec: allows inserting chapters with unspecified end libavformat
Thu, 22 May 2008 22:07:09 +0000 aurel demux chapters out of matroska libavformat
Thu, 22 May 2008 22:00:21 +0000 aurel add support for chapters definition in lavf libavformat
Thu, 22 May 2008 17:16:12 +0000 bcoudurier free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es libavformat
Wed, 21 May 2008 22:54:36 +0000 bcoudurier remove useless var libavformat
Wed, 21 May 2008 22:53:52 +0000 bcoudurier 10l, fix compilation libavformat
Wed, 21 May 2008 22:52:21 +0000 bcoudurier use duration from pkt libavformat
Wed, 21 May 2008 22:49:48 +0000 bcoudurier simplify libavformat
Wed, 21 May 2008 22:48:33 +0000 bcoudurier simplify libavformat
Wed, 21 May 2008 21:04:42 +0000 bcoudurier check pkt stream index before returning packet, prevent segfault libavformat
Wed, 21 May 2008 07:05:08 +0000 cehoyos Do not loop endlessly if converting into dv with timestamps Jan 1st not libavformat
Wed, 21 May 2008 02:26:42 +0000 bcoudurier support dvd pcm 20/24 bits, patch by Lars T¸«£uber, lars.taeuber gmx net libavformat
Tue, 20 May 2008 23:39:07 +0000 bcoudurier remove useless/obsolete comments libavformat
Tue, 20 May 2008 23:32:22 +0000 bcoudurier remove useless close function libavformat
Tue, 20 May 2008 23:31:10 +0000 bcoudurier split swf de/muxer libavformat
Tue, 20 May 2008 02:24:02 +0000 bcoudurier only print debug info when sample is actually added libavformat
Tue, 20 May 2008 02:22:44 +0000 bcoudurier warn about multiple fourcc libavformat
Tue, 20 May 2008 02:21:29 +0000 bcoudurier demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 libavformat
Thu, 15 May 2008 23:12:41 +0000 aurel matroskadec: add support for bzlib compressed tracks libavformat
Thu, 15 May 2008 22:47:40 +0000 bcoudurier try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformat
Thu, 15 May 2008 22:37:31 +0000 bcoudurier do not fail if correct is not recognized libavformat
Thu, 15 May 2008 22:14:29 +0000 bcoudurier cosmetics, remove space before opening parenthesis libavformat
Tue, 13 May 2008 23:33:15 +0000 aurel add missing \n in av_log message libavformat
Tue, 13 May 2008 23:32:13 +0000 aurel matroskadec: add support for zlib compressed tracks libavformat
Tue, 13 May 2008 17:43:18 +0000 mmu_man Fix non-debug build. libavformat
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
Wed, 16 Apr 2008 16:52:35 +0000 lu_zero doxy header for udp protocol libavformat
Wed, 16 Apr 2008 06:46:54 +0000 diego Print duration with higher precision. libavformat
Tue, 15 Apr 2008 22:22:49 +0000 lu_zero Cleanup comments and make them doxygen parsable. libavformat
Tue, 15 Apr 2008 19:27:39 +0000 lu_zero Expose max_packet_size from the rtp protocol libavformat
Tue, 15 Apr 2008 13:50:02 +0000 michael Do not detect a format if another has the same score. libavformat
Tue, 15 Apr 2008 13:48:46 +0000 michael Using the same probe function in 2 formats is not a good idea. libavformat
Tue, 15 Apr 2008 13:36:31 +0000 michael Reduce probe score as it misdetects our flv file from the regression test. libavformat
Tue, 15 Apr 2008 12:25:03 +0000 michael Fix probe for mov00003.mqv. libavformat
Tue, 15 Apr 2008 11:50:37 +0000 michael Identify codec in GMCMidiaASX.mov correctly. libavformat
Tue, 15 Apr 2008 11:28:04 +0000 lucabe Fix receiving from SDP with unicast destinations libavformat
Tue, 15 Apr 2008 11:23:07 +0000 lucabe Remove the "multicast=" tag from UDP and RTP URLs libavformat
Mon, 14 Apr 2008 14:31:43 +0000 benoit Maxis XA demuxer and decoder. libavformat
Mon, 14 Apr 2008 12:25:44 +0000 michael Remove useless code. libavformat
Mon, 14 Apr 2008 12:24:29 +0000 michael Recommit r12809 libavformat
Mon, 14 Apr 2008 12:22:23 +0000 michael Use generic seeking code for flv. The removed code was a buggy duplicate. libavformat
Mon, 14 Apr 2008 12:10:53 +0000 michael revert r12809 libavformat
Sun, 13 Apr 2008 23:47:03 +0000 michael Stop find_stream_info() searching for further streams if 2 streams have libavformat
Sun, 13 Apr 2008 22:58:04 +0000 michael 10l libavformat
Sun, 13 Apr 2008 21:06:31 +0000 vitor BFI demuxer libavformat
Sun, 13 Apr 2008 11:45:18 +0000 michael Print warning if scale/rate is invalid. libavformat
Sun, 13 Apr 2008 11:41:45 +0000 michael indent libavformat
Sun, 13 Apr 2008 11:41:09 +0000 michael Restructure if/else a little. libavformat
Sun, 13 Apr 2008 08:55:02 +0000 reimar Do not call update_initial_durations if pkt->duration is 0. libavformat
Sat, 12 Apr 2008 16:22:13 +0000 diego Ignore dependency files. libavformat
Wed, 09 Apr 2008 23:19:05 +0000 michael Fix seeking in rm. libavformat
Mon, 07 Apr 2008 21:16:31 +0000 mru non-recursive makefiles libavformat
Sat, 05 Apr 2008 12:47:56 +0000 bcoudurier remove cast libavformat
Sat, 05 Apr 2008 12:46:59 +0000 bcoudurier better error message libavformat
Fri, 04 Apr 2008 09:55:31 +0000 bcoudurier special mpeg2 handling is no more needed libavformat
Thu, 03 Apr 2008 22:15:16 +0000 lu_zero use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformat
Wed, 02 Apr 2008 21:41:48 +0000 aurel use common aac sample rate tables libavformat
Wed, 02 Apr 2008 19:03:59 +0000 diego Remove unused variable. libavformat
Mon, 31 Mar 2008 20:16:04 +0000 aurel check return value of matroska_find_track_by_num (fix a segfault) libavformat
Mon, 31 Mar 2008 17:31:11 +0000 diego minor typo fixes libavformat
Mon, 31 Mar 2008 10:44:33 +0000 superdump ARMovie/RPL demuxer libavformat
Mon, 31 Mar 2008 09:54:49 +0000 lucabe Add a comment about missing entries libavformat
Mon, 31 Mar 2008 09:49:58 +0000 lucabe Use the correct size for the enc_name field (removing the arbitrary "50" size) libavformat
Mon, 31 Mar 2008 09:48:04 +0000 lucabe Remove useless entries from AVRtpPayloadTypes libavformat
Mon, 31 Mar 2008 09:42:45 +0000 lucabe Support mp3 audio in the RTP muxer libavformat
Sun, 30 Mar 2008 21:18:22 +0000 bcoudurier prevent writing empty stss atom libavformat