log

age author description
2007-01-18 mmu_man The long awaited BeOS cleanup, phase 1 libavformat
2007-01-18 alex omg, major typo (fails if card supports rgb24) libavformat
2007-01-17 michael simplify libavformat
2007-01-17 michael simplify pts/dts reading libavformat
2007-01-17 michael cosmetic libavformat
2007-01-17 michael reduce len checks, simplifies code libavformat
2007-01-17 michael seperate redo (we dont handle this possibly valid packet) from libavformat
2007-01-16 diego Make nb_streams unsigned to avoid an ugly cast. libavformat
2007-01-16 bcoudurier add msrle fourcc, quicktime_bmp.mov libavformat
2007-01-16 bcoudurier add png fourcc libavformat
2007-01-15 michael fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv libavformat
2007-01-15 michael fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi libavformat
2007-01-15 mru check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test libavformat
2007-01-15 mru save/restore number of streams libavformat
2007-01-15 romansh * Fixing a bug with incorrect bits set in AAUX source pack libavformat
2007-01-15 bcoudurier cosmetics, function -> metadata libavformat
2007-01-14 bcoudurier remove useless essence container data sets for now libavformat
2007-01-14 bcoudurier remove useless preface parsing for now, will reintroduce it if needed libavformat
2007-01-14 bcoudurier merge multiple descriptor parsing with generic one libavformat
2007-01-14 bcoudurier remove warning, key is const libavformat
2007-01-14 bcoudurier indention libavformat
2007-01-14 bcoudurier follow michael suggestion and simplify code at object level libavformat
2007-01-14 gpoirier makes the filename member of the URLContext a pointer, so that the libavformat
2007-01-14 gpoirier add support for HTTP seeking libavformat
2007-01-14 reimar Make seeking work in files that contain encrypted tracks. libavformat
2007-01-14 reimar 10l, > vs. >= typo, caused crashes on last mpc frame libavformat
2007-01-14 reimar Simplify klv_decode_ber_length libavformat
2007-01-14 bcoudurier seek back at the end of file after updating header libavformat
2007-01-14 bcoudurier simplify libavformat
2007-01-14 bcoudurier priv_data is allocated internally libavformat
2007-01-14 bcoudurier enable mjpeg in swf libavformat
2007-01-14 bcoudurier simplify libavformat
2007-01-14 bcoudurier swf can contain only one audio track, simplify libavformat
2007-01-14 bcoudurier use ch_id as AVStream id and simplify libavformat
2007-01-14 bcoudurier always export audiostreams libavformat
2007-01-14 bcoudurier always export videostreams libavformat
2007-01-14 bcoudurier AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor libavformat
2007-01-13 reimar Use macros to eliminate code duplication in MXF metadata read functions. libavformat
2007-01-13 reimar Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something libavformat
2007-01-13 reimar Fix error message, it's package ref that can not be found, not track in this case libavformat
2007-01-13 diego typo: pallete --> palette libavformat
2007-01-11 romansh * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) libavformat
2007-01-10 bcoudurier add official VC1 fourcc libavformat
2007-01-08 bcoudurier removed unused av_frac_set libavformat
2007-01-08 bcoudurier remove #if obsoleted after last major version bump libavformat
2007-01-08 bcoudurier 10l, only allocate priv_data if not already done libavformat
2007-01-08 bcoudurier humm, actually do what's in the doxy libavformat
2007-01-08 bcoudurier priv_data is allocated/freed internally libavformat
2007-01-07 diego variable renaming: mp3lame --> libmp3lame libavformat
2007-01-06 diego Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavformat
2007-01-05 bcoudurier simplify libavformat
2007-01-05 bcoudurier dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3 libavformat
2007-01-02 michael missdetected a broken mp3 libavformat
2007-01-02 michael indention libavformat
2007-01-02 michael nth try of getting the frame rate detecton working libavformat
2007-01-01 banan VP6 and flashsv stream copy and muxing support. libavformat
2007-01-01 michael AVSEEK_SIZE doxy libavformat
2007-01-01 michael fix indention of previous commit libavformat
2007-01-01 michael seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility libavformat
2007-01-01 michael revert regression test breaking change libavformat
2007-01-01 kostya Decode previous 32 frames to avoid seeking artifacts in MPC libavformat
2007-01-01 kostya Make MPC demuxer deal with ID3 tags at the beginning libavformat
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