log

age author description
2006-12-29 michael ignore duration of the first 2 frames in the max-time break check libavformat
2006-12-29 michael do not base frame rate guess on just one duration libavformat
2006-12-28 banan Patch for the FLV muxer to supply more complete metadata libavformat
2006-12-28 kostya Enable forward seek in Musepack demuxer libavformat
2006-12-28 aurel fall back mmap() call using MAP_PRIVATE for working on no-mmu systems libavformat
2006-12-28 aurel Decode genre on asf/wma files. libavformat
2006-12-24 kostya Musepack SV7 decoding support libavformat
2006-12-24 diego Properly check for all required bktr headers. libavformat
2006-12-23 ods15 sync to libnut, nom->num libavformat
2006-12-23 diego Register x11grab only when it has been enabled. libavformat
2006-12-22 diego support files >2GB on MinGW libavformat
2006-12-22 diego Make the X11 frame grabber disabled by default. libavformat
2006-12-21 diego Remove useless #include. libavformat
2006-12-21 diego Remove useless MinGW #ifdefs. libavformat
2006-12-20 aurel Fix a crash when probing img2 format with a NULL filename. libavformat
2006-12-17 aurel Add support for VP60 and VP61. libavformat
2006-12-16 aurel put_*() are not only useful to muxers and protocol libavformat
2006-12-15 takis Allow provision of displaynumber, screennumber, x-offset and y-offset parameters libavformat
2006-12-13 bcoudurier dont segv is ap->device is not set, display error message libavformat
2006-12-13 bcoudurier fix compilation, use the standard INT64_C macro libavformat
2006-12-13 gpoirier remove trailing whitespace left over libavformat
2006-12-13 gpoirier Feedback from Karl H. Beckers about mouse cursor libavformat
2006-12-13 gpoirier RFC 6: Overall cleanups again. libavformat
2006-12-13 gpoirier RFC 5: Mouse cursor painting reduc and more cleanups libavformat
2006-12-13 gpoirier RFC 3&4 stage: FFmpeg style aint't my style libavformat
2006-12-13 gpoirier RFC 2 stage: First feedback from review comments libavformat
2006-12-13 gpoirier RFC 1 stage: Improve maintainability of the cursoir painting code libavformat
2006-12-13 gpoirier Adapt the patch to more recent FFmpeg habits libavformat
2006-12-13 gpoirier Original X11 device demuxer patch from Clemens Fruhwirth libavformat
2006-12-13 gpoirier revert broken commit of x11 device demuxer patch libavformat
2006-12-12 gpoirier Feedback from Karl H. Beckers about mouse cursor libavformat
2006-12-12 gpoirier RFC 6: Overall cleanups again. libavformat
2006-12-12 gpoirier RFC 5: Mouse cursor painting reduc and more cleanups libavformat
2006-12-12 gpoirier RFC 3&4 stage: FFmpeg style aint't my style libavformat
2006-12-12 gpoirier RFC 2 stage: First feedback from review comments libavformat
2006-12-12 gpoirier RFC 1 stage: Improve maintainability of the cursoir painting code libavformat
2006-12-12 gpoirier Adapt the patch to more recent FFmpeg habits libavformat
2006-12-12 gpoirier Original X11 device demuxer patch from Clemens Fruhwirth libavformat
2006-12-12 michael indent libavformat
2006-12-12 michael the next r_frame_rate try ... libavformat
2006-12-12 gpoirier add FLV decoder metadata parsing libavformat
2006-12-12 michael gcc 2.95 fix libavformat
2006-12-11 michael rewrite r_frame_rate selectioon code again libavformat
2006-12-11 bcoudurier remove useless sampleDuration libavformat
2006-12-11 bcoudurier check codec frame size directly and only for audio libavformat
2006-12-10 michael move duration finding code into read_packet() so it can be skiped if duration has already been set libavformat
2006-12-10 michael use amf_get_string() libavformat
2006-12-10 michael cosmetics libavformat
2006-12-10 michael amf_get_string() by Allan Hsu allan aat counterpop doot net libavformat
2006-12-10 michael get rid of AVFMTCTX_NOHEADER, create streams in read_header() libavformat
2006-12-10 michael set flags correctly in write header instead of seeking back and fixing it in write_trailer() libavformat
2006-12-07 mru use standard INT64_MAX instead of MAXINT64 (and MIN) libavformat
2006-12-06 mru use the standard INT64_C() macro for 64-bit constants libavformat
2006-12-06 bcoudurier cosmetics, remove braces, remove spaces just inside parens libavformat
2006-12-06 bcoudurier do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com libavformat
2006-12-06 aurel Defines various common FLV format values between the FLV muxer and demuxer libavformat
2006-12-04 takis Minor modifications to handle mms streaming. libavformat
2006-12-04 bcoudurier probe with some success image files not containing number pattern but having recognized image extension libavformat
2006-12-03 kostya Do not touch pkt->pts libavformat
2006-12-03 kostya Some VQA v1 files don't have audio stream libavformat
2006-12-02 melanson Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream. libavformat
2006-12-01 diego Fix wrong flags for S16LE and S16BE audio in FLV files. libavformat
2006-11-30 diego Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org. libavformat
2006-11-29 kostya Better VQA demuxer libavformat
2006-11-28 aurel matroska: scale timecode according to time_scale libavformat
2006-11-28 bcoudurier move source_package declaration in the loop and reset it each iteration libavformat
2006-11-28 bcoudurier readjust dts if negative libavformat
2006-11-27 aurel cleanup the #ifdef mess in muxer/demuxer registration libavformat
2006-11-23 aurel No need for special trick anymore for flac in matroska. libavformat
2006-11-22 reimar Set CODEC_TYPE_DATA for timecode tracks. libavformat
2006-11-22 reimar Set st->need_parsing = 2 for MPEG-content. libavformat
2006-11-21 aurel add support for FLAC in matroska libavformat
2006-11-21 aurel move common voc muxer and demuxer data to voc.c libavformat
2006-11-21 aurel split voc.c into vocdec.c and vocenc.c libavformat
2006-11-20 aurel add support for tta in matroska libavformat
2006-11-20 aurel cosmetics: reindent after last commit libavformat
2006-11-20 aurel matroska: split real video frames so that each packet contains only one slice libavformat
2006-11-20 aurel matroska: properly handle real video extradata libavformat
2006-11-20 aurel simplify free()+set to NULL using av_freep() libavformat
2006-11-19 kostya Identation libavformat
2006-11-19 kostya Divide first audio buffer chunk into atomary bufffers. libavformat
2006-11-18 diego Fix misplaced comment. libavformat
2006-11-18 diego Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files libavformat
2006-11-17 ods15 change mpeg4 fourcc from "mp4s" to "mp4v" libavformat
2006-11-17 ods15 update to libnut, use framecode table generator libavformat
2006-11-17 ods15 update to libnut API, changes to frame_table_input libavformat
2006-11-16 michael fix support for avis with sample_size > packet size libavformat
2006-11-16 bcoudurier parse video frame headers to get key flag libavformat
2006-11-16 michael 10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) libavformat
2006-11-16 bcoudurier print error when unsupported sample rate is used with swf libavformat
2006-11-16 michael check max_pts_distance libavformat
2006-11-16 michael skip non keyframes after seeking between syncpoint and the first keyframe libavformat
2006-11-16 michael remove unused variables libavformat
2006-11-16 michael removing unused code libavformat
2006-11-16 gpoirier remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com libavformat
2006-11-16 ods15 Update to libnut API, non-negative errors libavformat
2006-11-15 ods15 update to libnut API, don't free the streams libavformat
2006-11-15 diego MinGW compilation fix, inet_aton and #includes depend on networking support. libavformat
2006-11-14 mru rename HAVE_DLFCN to HAVE_DLFCN_H libavformat
2006-11-14 michael check for frames with 2*size > max_dist and no crc libavformat
2006-11-14 michael resync from last syncpoint libavformat
2006-11-14 michael remove skip spam libavformat
2006-11-14 diego Move BeOS-specific code into os_support.c. libavformat
2006-11-14 ods15 update to libnut, add cache_syncpoints libavformat
2006-11-14 bcoudurier add 422P@HL I-only universal label libavformat
2006-11-14 gpoirier Use common macro PUT_UTF8 in asf.c libavformat
2006-11-14 michael indention libavformat
2006-11-14 michael seeking with index libavformat
2006-11-14 michael index less seeking in O(log n) time libavformat
2006-11-14 ods15 update to libnut API, rename nut.h->libnut.h libavformat
2006-11-14 mru check for inet_aton in configure libavformat
2006-11-14 mru simplify libavformat
2006-11-14 michael split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex libavformat
2006-11-14 bcoudurier partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4 libavformat
2006-11-14 diego Remove wrong/misleading comment. libavformat
2006-11-13 mru rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN libavformat
2006-11-13 kostya Simplify VMD demuxer (but it still does not work right) libavformat
2006-11-12 mru rename cropTbl -> ff_cropTbl libavformat
2006-11-12 aurel Allows playback of truncated matroska files. libavformat
2006-11-12 aurel cosmetic: fix indentation after previous commit libavformat
2006-11-12 aurel Fix avidec.c compilation when dv demuxer is disabled. libavformat
2006-11-12 ods15 change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer.. libavformat
2006-11-12 michael more verbose r_frame_rate definition libavformat
2006-11-12 michael fix checksum check (was my bug not libnut) libavformat
2006-11-12 michael fix timestamp rounding in syncpoints libavformat
2006-11-12 ods15 register nut muxer if libnut is used libavformat
2006-11-12 ods15 Add libnut support until ffmpeg gets an independant and complete de/muxer for NUT libavformat
2006-11-11 mru make some symbols static libavformat
2006-11-11 michael simplify libavformat
2006-11-11 michael dont do startcode search from last syncpoint if there are no errors libavformat
2006-11-11 michael nut simple seeking first try libavformat
2006-11-11 michael updating nut demuxer to latest spec libavformat
2006-11-11 aurel Fix wrong comment. libavformat
2006-11-11 aurel Add A_AAC codec identifier support in matroska. libavformat
2006-11-11 michael libnut uses "MP3 " for mp3 libavformat
2006-11-10 bcoudurier report error when local tag has 0 size libavformat
2006-11-09 bcoudurier get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformat
2006-11-09 bcoudurier support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov libavformat
2006-11-08 mru rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK libavformat
2006-11-08 michael fix missdetection of mpeg-ps (ps2_interdite.mpg) libavformat
2006-11-08 aurel add support for AAC in matroska libavformat
2006-11-08 aurel add audio output sampling freqency reading in matroska libavformat
2006-11-08 romansh * fixing a memory leak in DV format. libavformat
2006-11-08 aurel Better way to detect cluster (fix files encoded with Haali's muxer). libavformat
2006-11-08 diego Remove illegal FourCC values. libavformat
2006-11-08 michael mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com) libavformat
2006-11-08 michael utf8 title support for psp (untested) libavformat
2006-11-08 mru allow spaces in source and build directory names libavformat
2006-11-07 gpoirier add support for rtp/h264 streaming libavformat
2006-11-07 aurel Allow reading matroska title. libavformat
2006-11-06 aurel cosmetics: reindent after last commit libavformat
2006-11-06 aurel Don't need to check for NULL before av_free(). libavformat
2006-11-06 aurel Add support for block duration. libavformat
2006-11-06 aurel Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). libavformat
2006-11-06 aurel guess matroska files frame rate libavformat
2006-11-06 gpoirier Add support for getting duration of a RTP stream (for seeking in stream) libavformat
2006-11-06 gpoirier remove floats in 10 bytes/byte support (no version of matroska used it) libavformat
2006-11-06 kostya WavPack support in Matroska libavformat
2006-11-05 diego Do not set audio codec_tag to 1, that would be PCM audio. libavformat
2006-11-03 reynaldo now we set codec_tag, still have to figure out how to handle flipping libavformat
2006-11-03 bcoudurier do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov libavformat
2006-11-03 bcoudurier indention libavformat
2006-11-03 bcoudurier reintroduce isom field and read version 1 audio stsd only if file is not isom, fix testclip_wrong_version_1_audio_stsd.mp4 libavformat
2006-11-03 gpoirier add valid statistics for the RTCP receiver report. libavformat
2006-11-02 bcoudurier kill AVImageFormat libavformat
2006-11-01 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat
2006-11-01 diego Rename SWAP macro to FFSWAP. libavformat
2006-11-01 diego reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavformat
2006-11-01 bcoudurier clean, always write major brand for debug libavformat
2006-11-01 bcoudurier remove useless mp4 field libavformat
2006-11-01 bcoudurier simplify libavformat
2006-11-01 bcoudurier mov vfr muxing libavformat
2006-10-31 diego cosmetics: Restore alphabetical order. libavformat
2006-10-30 bcoudurier remove gcc warning about void * used in arithmetic libavformat
2006-10-30 kostya IMC decoder libavformat
2006-10-30 michael dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) libavformat
2006-10-29 gpoirier switch to common base64 routines in lavf libavformat
2006-10-29 gpoirier fix more dynamic protocol stuff, needed by the forthcoming h264 libavformat
2006-10-28 gpoirier add support for all framerates specified by the standard libavformat
2006-10-28 gpoirier Fix A/V (de)sync with discontinuous NSV streams, libavformat
2006-10-28 gpoirier Make it possible to reuse UDP socket (optional, disabled by default) libavformat
2006-10-28 gpoirier move up (in the file) AAC audio handling moved from below libavformat
2006-10-28 gpoirier Add base64 encoding and decoding routines libavformat
2006-10-27 gpoirier make ffmpeg able to send back a RTCP receiver report. libavformat
2006-10-27 gpoirier indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % libavformat
2006-10-27 bcoudurier fflags can/will be used for muxing too libavformat
2006-10-27 gpoirier Last fix of licence header libavformat
2006-10-26 gpoirier move licence header fixes libavformat
2006-10-26 gpoirier Fix licence header (aka <pedantic mode='on' /> ) libavformat
2006-10-26 gpoirier Add support for H264 over RTP libavformat
2006-10-25 bcoudurier remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway libavformat
2006-10-25 aurel fix mp3 in swf decoding libavformat
2006-10-23 kostya Register .tga and .tiff image extensions libavformat
2006-10-23 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
2006-10-23 aurel fix flvdec.c file description comment libavformat
2006-10-23 aurel document the extradata protocol for VP6F libavformat
2006-10-22 aurel don't use ast before checking it's not NULL libavformat
2006-10-22 aurel use the adjustment value present in FLV to crop VP6 video libavformat
2006-10-22 bcoudurier activate gif decoder, seems to work fine on showdown2.mov libavformat
2006-10-22 bcoudurier add gif support libavformat
2006-10-22 bcoudurier disable annoying debug messages libavformat
2006-10-22 lucabe Make read_packet fail is the v4l2 driver returns an unexpected frame size libavformat
2006-10-21 bcoudurier avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu libavformat
2006-10-21 bcoudurier fix probe, patch by Andreas Oman, andreas at olebyn dot nu libavformat
2006-10-20 bcoudurier warn about zlib support needed if file has compressed moov atom libavformat
2006-10-20 michael move memory reading ByteIOContext init from mov.c to avobuf.c libavformat
2006-10-19 michael dont mess with ByteIOContext internal variables (fixes showdown2.mov) libavformat
2006-10-18 bcoudurier use AVFormatContext to log libavformat
2006-10-18 diego Fix license header error notice by Steve LHomme. libavformat
2006-10-18 bcoudurier simplify pcm read seek, use av_get_bits_per_sample libavformat
2006-10-17 bcoudurier avoid overwriting pkt libavformat
2006-10-17 aurel 10l inverted condition check generated an endless loop libavformat
2006-10-17 bcoudurier skip packet if no stream index is found, fix proxy_pal030926.mxf libavformat
2006-10-17 bcoudurier skip run in sequence, fix C0023S01.mxf libavformat
2006-10-16 romansh * Simplifying the setting of STYPE for AAUX AS libavformat
2006-10-16 diego Replace FLAC FourCC by TwoCC. libavformat
2006-10-15 diego Revert putting EXTRALIBS in common.mak, linking fails on MinGW. libavformat
2006-10-15 diego Remove unused variable. libavformat
2006-10-15 diego Consistently use $(BUILD_ROOT). libavformat
2006-10-15 kostya Ignore blocks with no samples and flags (but usually with MD5 sum) libavformat
2006-10-14 rathann Use proper PRI?64 macros for %ll? format to fix printf format warnings: libavformat
2006-10-14 kostya Move block size check to decoder libavformat
2006-10-13 michael 10l CODEC vs. FORMAT libavformat
2006-10-13 rtogni flv files from myspace with mp3 audio require need_parsing because the libavformat
2006-10-13 kostya TIFF decoder libavformat
2006-10-13 diego Add a note about illegal codec IDs. libavformat
2006-10-13 diego Add codec ID for Shorten audio. libavformat
2006-10-12 bcoudurier support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat
2006-10-12 reynaldo new mtv demuxer libavformat
2006-10-11 diego Rename ABS macro to FFABS. libavformat
2006-10-11 bcoudurier support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat
2006-10-11 bcoudurier fix bit rate libavformat
2006-10-11 bcoudurier use av_get_bits_per_sample libavformat
2006-10-11 bcoudurier use av_get_bits_per_sample, compute block align if not set libavformat
2006-10-11 bcoudurier simplify by not writing unneeded codec name to fix segfault when stream copy libavformat
2006-10-11 diego Move CFLAGS handling to common.mak. libavformat
2006-10-11 kostya Targa image decoder libavformat
2006-10-10 michael unused #define libavformat
2006-10-10 michael remove dummy amr_read_close() libavformat
2006-10-10 michael more factoriztaion and a FIXME note libavformat