log

age author description
2007-08-05 bcoudurier remove now useless vars libavformat
2007-08-05 bcoudurier cosmetics, braces/parenthesis style libavformat
2007-08-05 bcoudurier cosmetics, indentation libavformat
2007-08-05 bcoudurier add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now libavformat
2007-08-05 bcoudurier do not write id3v2 header when writing .mp2 files libavformat
2007-08-05 bcoudurier remove useless raw_write_header libavformat
2007-08-05 jbr additional tweaks to AC3 probe function. give a higher score to a single frame libavformat
2007-08-04 jbr increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. libavformat
2007-08-04 michael set the previous tag size correctly in flv files libavformat
2007-08-04 michael set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE libavformat
2007-08-04 michael correct initial timestamps which have AV_NOPTS_VALUE libavformat
2007-08-04 bcoudurier set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov libavformat
2007-08-04 michael detect MS wav codecs libavformat
2007-08-03 michael move code which adds a AVPacket into the packet buffer into its own function libavformat
2007-07-31 benoit fill title, author, copyright and comment fields by parsing udta atom libavformat
2007-07-31 michael deal with the case where one of pts,dts has wrapped but the other has not libavformat
2007-07-30 michael kill antiwrapping code, i do not think this did anything good libavformat
2007-07-30 bcoudurier treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample libavformat
2007-07-30 michael support silly PCM variant used by zork nemesis libavformat
2007-07-28 diego Merge get_str() and get_str8() functions. libavformat
2007-07-28 diego Fix get_str/get_str8() to also work if the target string is not long enough to libavformat
2007-07-28 diego cosmetics: misc typo fixes libavformat
2007-07-28 conrad Add EBML ID for Segment UID libavformat
2007-07-27 michael detect voxware (closes issue39) libavformat
2007-07-27 michael try exact match before case insensitive match in codec_get_id libavformat
2007-07-27 michael ignore invalid packet_obj_size libavformat
2007-07-26 lucabe Introduce an SDP generator libavformat
2007-07-26 aurel cosmetics: alignment libavformat
2007-07-26 aurel replaces hardcoded values by the equivalent enum definitions libavformat
2007-07-25 michael Avoid misdetecting acelp in ASF as MP3. libavformat
2007-07-25 aurel add proper support for subtitles muxing/stream copying libavformat
2007-07-25 aurel use the most appropriate codec id for A_MPEG/L1 and L2 libavformat
2007-07-25 aurel reorder matroska codec tags so that the encoder picks up the appropriate tag libavformat
2007-07-20 takis Replace ENOSYS by ENOTSUP as in this case the problem is not really a function libavformat
2007-07-19 takis Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). libavformat
2007-07-19 takis Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). libavformat
2007-07-19 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
2007-07-19 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
2007-07-19 diego Make video hook infrastructure conditional on video hooks being enabled. libavformat
2007-07-19 benoit use sscanf to parse address libavformat
2007-07-18 benoit remove useless check libavformat
2007-07-18 benoit fix emulated inet_aton so that it fails for invalid addresses libavformat
2007-07-17 diego typo fixes libavformat
2007-07-16 ramiro MinGW has those include files. libavformat
2007-07-16 ramiro Move av_gettime() back to lavf/utils.c libavformat
2007-07-16 ramiro MinGW has gettimeofday() since mingw-runtime-3.10 libavformat
2007-07-16 aurel add support for S_ASS and S_SSA codec string libavformat
2007-07-16 alex .memleak fix by Ronald Bultje. OK'd by Luca. libavformat