log

age author description
2006-09-05 michael ignore index parameter to ignore the ODML index in avi libavformat
2006-09-05 kostya VMware Video decoder (fourcc: VMnc) libavformat
2006-09-04 bcoudurier move track timescale/sampleDuration init to write_header and return error if not set libavformat
2006-09-04 gpoirier Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % libavformat
2006-09-04 kostya WVC1 is now decodeable with VC-1 decoder. libavformat
2006-09-04 romansh * Restructuring the division of labor between DV codec and DV format libavformat
2006-09-03 diego Switch license from GPL to LGPL, this file originates from libdv, which libavformat
2006-09-02 mru remove redundant declarations libavformat
2006-08-31 gpoirier Fix for AVI files with odd sized 'movi' list libavformat
2006-08-30 michael fix b pyramid in mp4 muxing if no dts are provided to the muxer libavformat
2006-08-29 gpoirier add support for information in CDXA format libavformat
2006-08-29 gpoirier Add missing file from commit r6122 (AVISynth support) libavformat
2006-08-29 gpoirier AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % libavformat
2006-08-28 aurel ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define libavformat
2006-08-27 nicodvb scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) libavformat
2006-08-27 nicodvb added option probesize; at the moment only used by mpegts.c libavformat
2006-08-27 nicodvb initial support for AVOption in AVFormatContext libavformat
2006-08-25 michael support some totally broken ODML variant libavformat
2006-08-24 bcoudurier fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong libavformat
2006-08-24 bcoudurier correct uid, and enable JPEG 2000 detection libavformat
2006-08-24 bcoudurier add codec id and tag for JPEG 2000 libavformat
2006-08-24 bcoudurier wide atom is only defined in mov, use free for mp4/3gp libavformat
2006-08-24 bcoudurier move amr parameters adjusting like other codecs libavformat
2006-08-24 bcoudurier dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them libavformat
2006-08-24 bcoudurier put dv demuxing code around ifdef libavformat
2006-08-24 bcoudurier put dv demuxing code around ifdef libavformat
2006-08-24 bcoudurier support vdva fourcc (dv + dv audio in mov) libavformat
2006-08-24 gpoirier fix ODML AVI Duration for files > 2GB libavformat
2006-08-23 michael fix fallback if theres no index libavformat
2006-08-23 michael read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmpeg-devel] dvr-ms seek help request') libavformat
2006-08-23 michael value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/Steve Lhomme) libavformat
2006-08-23 michael total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme) libavformat
2006-08-21 bcoudurier set correct first gop closed value libavformat
2006-08-21 bcoudurier rename closed_gop to first_gop_closed libavformat
2006-08-21 bcoudurier init buffer libavformat
2006-08-20 banan Added codec id for QCELP. libavformat
2006-08-20 michael attribute_deprecated libavformat
2006-08-19 michael fix probing of 02-Penguin.flac libavformat
2006-08-18 banan AVI tag reading and writing patch by David Conrad. libavformat
2006-08-18 gpoirier Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % libavformat
2006-08-17 diego Move all internal -I parameters to the front of CFLAGS to avoid using external libavformat
2006-08-12 bcoudurier use packet dts as correct media field number and use av_interleave_pkt_per_dts libavformat
2006-08-11 bcoudurier update documentation libavformat
2006-08-11 bcoudurier export av_interleave_packet_per_dts libavformat
2006-08-11 bcoudurier set elst start time to first pts libavformat
2006-08-09 bcoudurier fourcc cleanup libavformat
2006-08-09 bcoudurier enable 'NONE' audio fourcc libavformat
2006-08-09 bcoudurier parse mpeg frame to get pict type and closed gop flag libavformat
2006-08-08 rtogni Support AAC audio in AVI with tag 0xff libavformat
2006-08-08 michael dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort libavformat
2006-08-08 michael timestamp debugging av_logs() libavformat
2006-08-08 michael both timestamps are dts, (checked trailer.gxf, spec is unclear) libavformat
2006-08-08 diego Fix some "'static' is not at beginning of declaration" warnings. libavformat
2006-08-07 bcoudurier use correct tag for h263 in mov libavformat
2006-08-07 bcoudurier detailed infos about d263 atom libavformat
2006-08-07 bcoudurier indention libavformat
2006-08-07 bcoudurier only set fields for mov, reserved for 3gp, mp4 libavformat
2006-08-07 bcoudurier sampleSize field to 16, reserved for mp4 and 3gp libavformat
2006-08-07 bcoudurier mp4, 3gp field is reserved and value is 2 libavformat
2006-08-07 bcoudurier use ternary libavformat