log

age author description
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