log

age author description
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
2006-10-10 michael factorze another 2 lines libavformat
2006-10-10 michael set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org) libavformat
2006-10-10 michael factorize (untested) libavformat
2006-10-10 michael return cleanup libavformat
2006-10-10 bcoudurier fix d-10 mapping detection libavformat
2006-10-10 bcoudurier rewind completely if sample time is negative libavformat
2006-10-10 bcoudurier dont seek back if no sync to let eof happen libavformat
2006-10-10 bcoudurier quiet gcc about enum value not handled in switch libavformat
2006-10-10 kostya 10l: remove alien seek function from demuxer libavformat
2006-10-07 rtogni Add fourccs for Wavpak and TTA libavformat
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
2006-10-07 diego Replace -I../-I. by -I$(BUILD_ROOT). libavformat
2006-10-06 michael flac fourcc (fixes mplayer -demuxer 35 with flac) libavformat
2006-10-06 michael prevent >16bit tags to be truncated and used in creating .wav files libavformat
2006-10-05 bcoudurier support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf libavformat
2006-10-04 bcoudurier remove useless casts libavformat
2006-10-03 diego Move EXTRALIBS handling to common.mak. libavformat
2006-10-03 michael fix r_frame_rate detection in mpeg4 streams with non integer fps libavformat
2006-10-03 diego Remove unused variables and the corresponding warnings along with them. libavformat
2006-10-02 diego rtp.o needs mpegts.o libavformat
2006-10-02 bcoudurier fix audio for mog_op1a_prompeg_mpeg.mxf libavformat
2006-10-02 bcoudurier return 0 as stream index if only one stream, this is completely non standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf libavformat
2006-10-01 gpoirier add support for some MS DIB formats for avisynth libavformat
2006-10-01 gpoirier Fix wrong ASF duration of generated files libavformat
2006-09-30 michael dont set sub_id as its completly redundant and silly libavformat
2006-09-29 bcoudurier rudimentary binary seek libavformat
2006-09-29 bcoudurier add another data definition ul libavformat
2006-09-29 bcoudurier use a data definition uls table to fetch codec type libavformat
2006-09-29 bcoudurier add string param to PRINT_KEY for debug libavformat
2006-09-29 bcoudurier shut up gcc about incompatible pointer type libavformat
2006-09-29 bcoudurier remove useless casts libavformat
2006-09-29 bcoudurier remove gcc warnings about void * used in arithmetic libavformat
2006-09-28 bcoudurier move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov libavformat
2006-09-28 bcoudurier add lpcm fourcc libavformat
2006-09-28 bcoudurier change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov libavformat
2006-09-27 michael prevent infinite loop with VORC012.WMA libavformat
2006-09-27 mru fix some signedness warnings libavformat
2006-09-27 mru remove useless memset() libavformat
2006-09-26 michael fix r_frame_rate init code for groundhog.vob libavformat
2006-09-26 michael drop broken telecine detection code libavformat
2006-09-26 michael reindent libavformat
2006-09-26 michael dont ignore MAX_READ_SIZE libavformat
2006-09-26 michael support forward seeking in non seekable streams libavformat
2006-09-26 michael simplify seek() failure check libavformat
2006-09-26 kostya WavPack lossless audio decoder libavformat
2006-09-22 michael simplify url_fseek() libavformat
2006-09-21 romansh * Moving FifoBuffer out of libavformat/avformat.h and libavformat
2006-09-20 michael reduce scores if the mp3 frames dont start from the begin of the file (fixes flv deteted as mp3 issues) libavformat
2006-09-20 takis Migrate the "packetsize" OptionDef option to become an AVOption. libavformat
2006-09-20 takis Migrate the "muxrate" OptionDef option to become an AVOption. libavformat
2006-09-17 banan FLV seeking patch by Nazo. lovesyao at aol com. libavformat
2006-09-15 takis Split the DV demuxer and muxer into separate files (as suggested by Diego libavformat
2006-09-15 gpoirier Add support for 8-bit grayscale to V4L grabber libavformat
2006-09-15 gpoirier add support for grayscale rawvideo avi libavformat
2006-09-14 takis Make OFFSET() reuse offsetof libavformat
2006-09-14 takis Remove a redundant memset from libavformat. libavformat
2006-09-12 michael 10l typo libavformat
2006-09-12 aurel add a VP6F fourcc for apps which rely on fourcc libavformat
2006-09-11 bcoudurier workaround for files, mainly d-cinema, with 0 sized tags especially UMID in source clip, 377M B.10,13 clearly mentions that this is non standard though libavformat
2006-09-10 gpoirier Use and set sane AVOption defaults libavformat
2006-09-10 gpoirier allow ffmpeg to read mp3s beginning with partial frames libavformat
2006-09-10 gpoirier make AVOptions default value field work. libavformat
2006-09-10 diego Add official LGPL license headers to the files that were missing them. libavformat
2006-09-09 aurel VP5 and VP6 video decoder libavformat
2006-09-09 michael AVPROBE_SCORE_MAX doc libavformat
2006-09-09 gpoirier undefines a few temporary defines which were not undefined after their usage. libavformat
2006-09-08 diego Remove empty variable declaration. libavformat
2006-09-08 gpoirier enable setting the year and track number using AVOption libavformat
2006-09-08 gpoirier makes avformat_get_context_defaults() static libavformat
2006-09-07 michael fix sound of SampleVideo.mov (mp2 in mov) libavformat
2006-09-07 gpoirier Allow to get the the track number in the IPRT (part) tag in AVI. libavformat
2006-09-07 gpoirier Allow to store the the track number though the IPRT (part) tag in AVI. libavformat
2006-09-07 gpoirier Better tag support: libavformat
2006-09-06 gpoirier Allow RGB Raw encoding libavformat
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
2006-08-07 bcoudurier vbr compression id is only used in mov libavformat
2006-08-06 bcoudurier always write duration and file size, fix seeking, progress bar is now active libavformat
2006-08-03 bcoudurier sample size is 1 if bits per sample is 8 and mono channel libavformat
2006-08-03 bcoudurier revert r5909, dont use non constant static variable, breaks multithreaded apps libavformat
2006-08-03 bcoudurier parse SONY hidden MPEG-4 extradata, fix C0023S01.mxf libavformat
2006-08-03 bcoudurier skip run-in sequence before reading header libavformat
2006-08-03 bcoudurier again, disable DEBUG libavformat
2006-08-03 bcoudurier 10l, check container_ul existence libavformat
2006-08-03 bcoudurier remove duplicate code libavformat
2006-08-03 bcoudurier attempt to demux clip wrapped content libavformat
2006-08-03 bcoudurier add codec detection based on essence container ul libavformat
2006-08-02 bcoudurier resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach libavformat
2006-08-02 bcoudurier remove unneeded audio fourcc as well libavformat
2006-08-02 reimar Minor resync optimization libavformat
2006-08-02 lucabe Do not set the codec's pixel format in the format's write_header() libavformat
2006-08-02 bcoudurier do not set unneeded fourcc libavformat
2006-08-01 bcoudurier fix ending null entry in table libavformat
2006-08-01 bcoudurier more codecs uls libavformat
2006-08-01 bcoudurier move common code from mov.c and movenc.c to isom.c libavformat
2006-08-01 bcoudurier add some useful debug info libavformat
2006-08-01 reimar Support for seeking, both with and without index and correct timestamps libavformat
2006-08-01 bcoudurier negative to_pad won't provoke infinite loop libavformat
2006-08-01 bcoudurier avoid reading beyond packet size libavformat
2006-08-01 bcoudurier skip run-in sequence during probe libavformat
2006-07-31 bcoudurier simplify using function table libavformat
2006-07-31 bcoudurier parse aes3 audio descriptor libavformat
2006-07-30 bcoudurier use parenthesis around value libavformat
2006-07-30 reimar Fix typo in comment libavformat
2006-07-29 gpoirier The reader ignores the size of the ASF data object and keeps on libavformat
2006-07-29 bcoudurier add information about codec uls libavformat
2006-07-29 bcoudurier another MPEG-2 long gop codec ul libavformat
2006-07-29 bcoudurier another MPEG-2 long gop codec ul libavformat
2006-07-29 bcoudurier add uncompressed picture support libavformat
2006-07-29 bcoudurier parse rgba descriptor (jpeg2000, uncompressed) libavformat
2006-07-29 bcoudurier add common codecs uls libavformat
2006-07-29 bcoudurier simplify PRINT_KEY libavformat
2006-07-29 bcoudurier add some debug infos libavformat
2006-07-29 bcoudurier get rid of DECLARED_ALIGNED libavformat
2006-07-29 stefang add new tag 'CAVS' for Chinese AVS codec libavformat
2006-07-28 bcoudurier cosmetics libavformat
2006-07-28 bcoudurier use ternary libavformat
2006-07-28 bcoudurier remove useless variables libavformat
2006-07-28 bcoudurier rename variables libavformat
2006-07-28 bcoudurier add error messages libavformat
2006-07-28 bcoudurier demuxer reworked, more accurate parsing, prepare handling of other operational patterns, streaming demuxing, simplified codec detection libavformat
2006-07-28 bcoudurier declare and use UID type libavformat
2006-07-28 reimar Set duration to AV_NOPTS_VALUE instead of 0 when unknown. libavformat
2006-07-26 diego Fix FSF postal address. libavformat
2006-07-25 bcoudurier MXF demuxer libavformat
2006-07-23 reimar Try to find out correct start time to make seeking faster and add some libavformat
2006-07-20 michael fix regression failure after adler simplification libavformat
2006-07-19 bcoudurier GXF muxer libavformat
2006-07-19 michael simplify libavformat
2006-07-19 gpoirier Fix memleak, patch by I. Po % yyymmmm # gmail O com % libavformat
2006-07-18 michael simplify b64_encode() libavformat
2006-07-17 michael add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch ) libavformat
2006-07-17 michael fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavformat
2006-07-13 mru replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use libavformat
2006-07-13 mru move adler32 to libavutil libavformat
2006-07-13 mru add loop_input to AVFormatContext, getting rid of old hack libavformat
2006-07-13 mru add lost raw pcm input/output formats libavformat
2006-07-12 mru nut needs crc.o libavformat
2006-07-12 mru move common stuff from avienc.c and wav.c to new file riff.c libavformat
2006-07-11 diego CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavformat
2006-07-11 diego CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo libavformat
2006-07-10 mru allow individual selection of muxers and demuxers libavformat
2006-07-10 bcoudurier assign exact codec id, needed when stream copy libavformat
2006-07-09 mru give AVInput/OutputFormat structs consistent names libavformat
2006-07-09 michael remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavformat
2006-07-08 bcoudurier simplify, use LE_32, BE_32 macros libavformat
2006-07-08 mru Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). libavformat
2006-07-08 bcoudurier clean up useless code libavformat
2006-07-08 bcoudurier better handling of partial files libavformat
2006-07-08 bcoudurier new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm libavformat
2006-07-08 aurel set proper bits_per_sample value for ADPCM codecs libavformat
2006-07-07 aurel simplify the voc demuxer using av_get_bits_per_sample() libavformat
2006-07-07 bcoudurier av_get_bits_per_sample and due simplifications libavformat
2006-07-07 bcoudurier add MS ADPCM fourcc libavformat
2006-07-07 bcoudurier skip others fourcc, if present libavformat
2006-07-07 bcoudurier clean libavformat
2006-07-06 bcoudurier typo fix libavformat
2006-07-06 bcoudurier 10l, all modes is 0x81FF libavformat
2006-07-06 bcoudurier simplify and write correct values conforming to specs libavformat
2006-07-06 michael check for unparsed AMR input libavformat
2006-07-06 michael vbr requires version=1 and samplesize=0 per QT spec libavformat
2006-07-05 diego Fix compilation with --disable-muxers. libavformat
2006-07-05 diego cosmetics: Break overly long lines. libavformat
2006-07-04 bcoudurier write exact values for audio stsd v1 libavformat
2006-07-03 mru attempt to detect Chinese AVS video libavformat
2006-07-03 reimar add GXF demuxer libavformat
2006-07-02 mru kill warnings libavformat
2006-06-30 gpoirier Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h" libavformat
2006-06-30 gpoirier Move initialisations and internal symbols in allformats.h, libavformat
2006-06-29 mru extradata may be used as bitstream reader input so allocate with padding libavformat
2006-06-29 mru detect audio-only program streams and broken files made by VDR libavformat
2006-06-29 mru do not fail av_find_stream_info() if params for all streams could not be found libavformat
2006-06-28 mru detect MPEG PES streams as MPEG PS; the PS demuxer will cope libavformat
2006-06-28 lucabe Properly set the image depth libavformat
2006-06-28 michael dont read over the end of a data chunk and at the end search for the next libavformat
2006-06-25 lu_zero cleanup patch from Diego Pettenò <flameeyes@gentoo.org> libavformat
2006-06-25 mru s/u_char/uint8_t/ accidentally copied from tcvp libavformat
2006-06-25 mru 10l: don't allocate a new buffer quite so often libavformat
2006-06-25 mru cleaned up buffer management libavformat
2006-06-25 bcoudurier check only existing streams libavformat
2006-06-24 lu_zero minor cleanup libavformat
2006-06-24 bcoudurier simplify libavformat
2006-06-20 diego Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. libavformat
2006-06-20 mru increase search limit in av_find_stream_info libavformat
2006-06-19 mru allow packets with non-zero PES_scrambling_control libavformat
2006-06-19 bcoudurier fix aac in mov for ipod libavformat
2006-06-18 diego Add const to (mostly) char* and make some functions static, which aren't used libavformat
2006-06-17 diego Add (mostly) const to variable and parameter declaration, where a char* was libavformat
2006-06-16 mru use standard codec tag if the specified tag is out of range and would be libavformat
2006-06-16 diego Fix compilation with all combinations of --disable-(de)muxers. libavformat
2006-06-16 mru free codec extradata in av_close_input_file libavformat
2006-06-15 bcoudurier make dump_format output more homogenous libavformat
2006-06-15 bcoudurier export all tracks to libavformat layer libavformat
2006-06-15 lucabe Fix segfault libavformat
2006-06-15 lucabe Fix typo libavformat
2006-06-14 michael dont load the index if we cant seek back libavformat
2006-06-13 bcoudurier check fseek return value libavformat
2006-06-13 bcoudurier fix unused computed value libavformat
2006-06-13 bcoudurier fix mp3 muxing libavformat
2006-06-13 michael fix probe of high bitrate mpeg2video libavformat
2006-06-12 bcoudurier simplify, completely ignore streams not recognized, that fixes seeking for some files libavformat
2006-06-11 reimar read_packet return value must be < 0 when no packet is returned, including EOF. libavformat
2006-06-10 diego Add support for GNU/kFreeBSD systems. libavformat
2006-06-05 mru probe for mpeg audio libavformat
2006-06-04 rtogni rm_read_audio_stream_info return type is not void libavformat
2006-06-04 rtogni Support for AAC (fourcc raac and racp) in rm files libavformat
2006-06-04 mru fix seek related bugs libavformat
2006-06-01 diego Ignore all generated files. libavformat
2006-06-01 mru remove redundant make variable SUBDIR libavformat
2006-06-01 banan Flash Screen Video decoder (fourcc:FSV1) libavformat
2006-05-30 lucabe Include the correct video4linux2 header libavformat
2006-05-27 michael suggest solution for 2 fixmies libavformat
2006-05-26 diego Remove all .cvsignore files, they are no longer necessary. libavformat
2006-05-19 michael fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... libavformat
2006-05-18 michael dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) libavformat
2006-05-18 michael dont write LAVF_ID if bitexact and any meta tag is set libavformat
2006-05-18 michael simplify meta tag writing code libavformat
2006-05-18 bcoudurier fix seeking, typo provoking hard segfault libavformat
2006-05-18 bcoudurier fix keyframe check, stss might be there but count set to 0 libavformat
2006-05-17 diego Add MPEG FourCC for MPEG-2 video. libavformat
2006-05-17 kostya Proper PTS generation for Smacker audio libavformat
2006-05-17 kostya Now MPlayer should understand Smacker audio and video codecs. libavformat
2006-05-15 bcoudurier fix avc nal parsing libavformat
2006-05-15 bcoudurier fix pcm_s24be demuxing, simplify libavformat
2006-05-14 bcoudurier add quicktime uncompressed 8bit 4:2:2 support libavformat
2006-05-13 bcoudurier fix mulaw muxing libavformat
2006-05-13 bcoudurier do not write wave if not needed libavformat
2006-05-13 bcoudurier fix AMR muxing in mov libavformat
2006-05-13 bcoudurier add pcm 24/32 le/be support libavformat
2006-05-13 michael simplify libavformat
2006-05-13 bcoudurier clean and simplify libavformat
2006-05-13 michael sanity checks some might have been exploitable libavformat
2006-05-12 banan Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be libavformat
2006-05-12 mru set stream time_base properly libavformat
2006-05-11 mru ogm demuxing libavformat
2006-05-11 bcoudurier fix spliting chunks, simplify libavformat
2006-05-10 bcoudurier simplify, amr.c sets frame_size to 160, and sample size is always 8000 libavformat
2006-05-10 bcoudurier fix damr atom, needed for quicktime player libavformat
2006-05-09 bcoudurier 10l, undef DEBUG libavformat
2006-05-09 bcoudurier assing correct codec_id for mjpegb libavformat
2006-05-09 banan Add support for raw flac decoding based on the .flac suffix of input files. libavformat
2006-05-06 diego Further simplify AMR build. libavformat
2006-05-04 lucabe Fix v4l grabbing with some webcams, and simplify the code. libavformat
2006-05-01 bcoudurier skip null fourcc, fix ep2_mystery_m640_dummy.mov libavformat
2006-04-23 ods15 Disable lavf NUT until it is synced to spec libavformat
2006-04-20 alex report to user if mmf with midi found (and not supported) libavformat
2006-04-20 reimar Avoid crash if there is a rtjpeg quant header but no video stream in file libavformat
2006-04-19 bcoudurier set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay libavformat
2006-04-19 bcoudurier add AVID DV fourcc libavformat
2006-04-19 bcoudurier indention libavformat
2006-04-19 bcoudurier always skip garbage at end of atom libavformat
2006-04-19 bcoudurier move declaration to mov.h libavformat
2006-04-15 diego Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavformat
2006-04-14 bcoudurier clean and simplify mov_write_packet libavformat
2006-04-14 bcoudurier get avcC profile and level indication from sps (from handbrake) libavformat
2006-04-13 bcoudurier write mdat in write_header avoid check in write_packet libavformat
2006-04-11 bcoudurier dont write stss atom if keyframes only libavformat
2006-04-10 bcoudurier fix edts for tracks without b frames libavformat
2006-04-07 kostya KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavformat
2006-04-06 kostya Fix demuxing of AVIs with pad streams. libavformat
2006-04-04 michael little h.264 related hunk from diff between cvs and mobile hackerz libavformat
2006-04-04 michael the PSP rejects video with too high bitrates so lets claim they arent too high ... libavformat
2006-04-01 romansh * fixing DV-in-AVI type1 packet production bug libavformat
2006-04-01 mru This patch simply adds demuxing support for AC-3 streams in DVB TS libavformat
2006-04-01 mru fix memory leak on mpegts close libavformat
2006-03-30 rfelker fix constraint violation: libavformat is not allowed to modify state of caller, including rng state libavformat
2006-03-27 reimar NuppelVideo/MythTVVideo support, including rtjpeg decoder libavformat
2006-03-27 bcoudurier skip 0byte packets libavformat
2006-03-27 bcoudurier ignore wrong negative cts values created by quicktime libavformat
2006-03-27 bcoudurier flush packets libavformat
2006-03-26 bcoudurier let vorbis decoder init too, fix mi2_vorbis51.mp4 libavformat
2006-03-26 bcoudurier add mp3on4 detection, fix red.mp4 libavformat
2006-03-26 bcoudurier fix double free, priv_data is freed in av_open_input_stream libavformat
2006-03-26 bcoudurier use 64bit atom version if needed libavformat
2006-03-25 michael dont set random timestamps if they are not known libavformat
2006-03-25 michael fixing timebase libavformat
2006-03-25 diego Rename time variable to the more descriptive block_time. libavformat
2006-03-24 bcoudurier let faad init parameters properly, fix many SBR samples libavformat
2006-03-24 bcoudurier fix demuxing of CDR-Dinner_LAN_800k.mp4 libavformat
2006-03-24 bcoudurier need to dissociate pcm 16bit and 8bit cases libavformat
2006-03-24 bcoudurier use av_d2q to parse frame rate libavformat
2006-03-24 bcoudurier Quicktime creates S8 that way too libavformat
2006-03-24 bcoudurier vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp libavformat
2006-03-23 bcoudurier use 64bit types libavformat
2006-03-22 bcoudurier dvcpro is 411p in fact libavformat
2006-03-22 michael duration and subitle fix from the patch by Steve Lhomme libavformat
2006-03-22 michael cleanup codec_id mapping (untested) libavformat
2006-03-22 bcoudurier clean libavformat
2006-03-22 bcoudurier support 64bit date/duration libavformat
2006-03-22 michael fix aspect ratio libavformat
2006-03-21 michael fixing current_sample vs. next_sample mess libavformat
2006-03-21 kostya Smacker demuxer and decoder. libavformat
2006-03-21 michael provide more info on which streams lack codec parameters libavformat
2006-03-17 diego Reenable NUT and NUT regression tests as requested by Michael. libavformat
2006-03-17 diego Disable the NUT (de)muxer until it has been synced with the specification. libavformat
2006-03-16 michael extract duration libavformat
2006-03-14 bcoudurier fix sample size for uncompressed sound libavformat
2006-03-13 lucabe Do not be too verbose libavformat
2006-03-13 lucabe Tell the user why video capture is failing libavformat
2006-03-12 bcoudurier indention libavformat
2006-03-12 bcoudurier use of PRI macros in dprintf libavformat
2006-03-12 bcoudurier fix conversion types in dprintf libavformat
2006-03-11 bcoudurier fix a warning when DEBUG is defined libavformat
2006-03-11 bcoudurier create edts atom when muxing B frames, needed to compute cts libavformat
2006-03-11 bcoudurier do nal reformating when muxing H264, create avcc atom libavformat
2006-03-11 michael some mov files have invalid pts so we need to consider these pts too in calculating the timabase libavformat
2006-03-11 kostya More correct demuxing and timestamp setting fot Sierra VMD libavformat
2006-03-11 michael simplify AVFormatParameters NULL checks libavformat
2006-03-08 diego Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. libavformat
2006-03-08 diego (f)printf --> av_log conversion libavformat
2006-03-08 corey correct computing of DV fourcc in mov muxer libavformat
2006-03-06 michael set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-06 michael referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-06 michael add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-06 michael generic crc calculation code libavformat
2006-03-06 romansh DVCPRO50 support. libavformat
2006-03-04 corey Support mov stsd atom version 2. libavformat
2006-03-02 michael fixing total_frames libavformat
2006-03-02 michael indention libavformat
2006-03-02 michael timebase fix libavformat
2006-03-02 michael ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-02 michael dwstart support libavformat
2006-03-02 michael fixing demuxing of minorityreport.AVI libavformat
2006-03-02 michael compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-01 mmu_man fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/ libavformat
2006-03-01 mru can't have PES headers in MPEG video elementary streams so fail probe libavformat
2006-03-01 michael fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that) libavformat
2006-03-01 michael support seeking in RenderAvi.avi (audio stream == single huge chunk) libavformat
2006-03-01 michael 10l forgot to set packet_size libavformat
2006-03-01 michael fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi libavformat
2006-03-01 michael add movi_list offset into index libavformat
2006-03-01 michael add size to AVIndex libavformat
2006-03-01 banan Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by libavformat
2006-03-01 michael ODML index parsing support libavformat
2006-03-01 michael replace if by assert as it should never by true libavformat
2006-02-28 lucabe Add support for drivers that can change the capture size on VIDIOC_S_FMT libavformat
2006-02-28 lucabe Error path fix: close the video device on failure libavformat
2006-02-26 alex print a hint when trying V4L2 on V4L device libavformat
2006-02-25 mru kill some warnings libavformat
2006-02-22 michael CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) libavformat
2006-02-22 alex support correct ptses on other than version 3.2.0 aswell libavformat
2006-02-21 alex check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change libavformat
2006-02-19 michael Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) libavformat
2006-02-19 diego The current_sample field is meant to be the sample number, not an offset into libavformat
2006-02-19 michael RMP4 ("xvid fork") decoding support libavformat
2006-02-18 michael simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformat
2006-02-18 michael add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformat
2006-02-18 michael add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformat
2006-02-17 diego ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced libavformat
2006-02-17 melanson complete AVS playback system (from Creature Shock computer game), libavformat
2006-02-16 aurel add Creative 8 bits ADPCM schemes support libavformat
2006-02-14 michael mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurier smartjog com) libavformat
2006-02-13 mru move common parts of makefiles into common.mak libavformat
2006-02-13 alex 10l, allocate bitbuffer with regard to the padding size libavformat
2006-02-13 michael useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-02-12 michael fix demuxing of Video006.3gp libavformat
2006-02-12 michael mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog com> libavformat
2006-02-12 michael 10l for myself libavformat
2006-02-12 michael mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-02-12 melanson dosbox native ZMBV decoder, courtesy of Kostya libavformat
2006-02-12 melanson complete American Laser Games MM playback system, courtesy of Peter Ross libavformat
2006-02-12 alex 10l, fails to compile when debug enabled libavformat
2006-02-12 alex tta demuxer, also usable for moving tta audio data into an other container libavformat
2006-02-11 michael stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com) libavformat
2006-02-11 diego Use the incdir variable. libavformat
2006-02-11 diego Simplify header installation. libavformat
2006-02-11 diego Separate library install into static and shared installation. libavformat
2006-02-11 michael mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-02-11 diego Separate header file installation from the general install target. libavformat
2006-02-11 michael Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org) libavformat
2006-02-11 michael mpeg-ps probe 2nd try libavformat
2006-02-10 mru generate adts frame headers if required libavformat
2006-02-09 aurel voc: set bits_per_sample correctly (fix mplayer playback) libavformat
2006-02-09 aurel add a Creative VOC (de)muxer libavformat
2006-02-08 michael replace probe() by one similar to MPEG-ES libavformat
2006-02-08 diego Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific. libavformat
2006-02-08 diego Correctly set the interlaced_frame and top_field_first fields. libavformat
2006-02-08 diego typo libavformat
2006-02-08 mru bump version numbers and update docs for adts aac support libavformat
2006-02-08 mru read/write adts aac libavformat
2006-02-04 michael 3rd try for mpeg-es probe ... libavformat
2006-02-04 michael fix regression tests libavformat
2006-02-02 michael simplify timebase if possible libavformat
2006-02-02 michael improve fps guessing code libavformat
2006-02-02 michael sanity checks for seeking libavformat
2006-02-02 michael AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) libavformat
2006-02-02 michael improve mpeg1/2-es detection libavformat
2006-02-02 michael os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) libavformat
2006-02-02 michael dynamically increase probe buffer until format is detected libavformat
2006-02-01 diego video4linux2 input support libavformat
2006-01-30 mru add missing #includes libavformat
2006-01-30 diego On MinGW it is not possible to build shared and static libraries at once. libavformat
2006-01-29 diego Simplify LDFLAGS handling for MinGW. libavformat
2006-01-26 diego Remove obscure Makefile.bak entry from distclean rules. libavformat
2006-01-26 rtognimp Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket libavformat
2006-01-25 diego warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it libavformat
2006-01-25 michael avoid using non constant fields of AVCodecContext in avi muxer libavformat
2006-01-25 michael try avi video name -> codec_id mapping if the mov one has no match libavformat
2006-01-24 diego Remove all stray tabs and trailing whitespace, this time for good. libavformat
2006-01-24 banan Fix for title field in PSP compatible mp4 files. Patch by libavformat
2006-01-23 banan gcc 2.95 fix libavformat
2006-01-23 michael >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) libavformat
2006-01-23 diego Skip all includes for WinCE, instead of falling through to the #else case. libavformat
2006-01-22 diego WinCE cross-compilation support libavformat
2006-01-22 diego Place proper #ifdef around muxer-specific code. libavformat
2006-01-21 diego Add --disable-protocols option to configure to disable I/O protocol from libavformat
2006-01-20 michael audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<) libavformat
2006-01-19 diego Put muxer-specific code parts in #ifdef CONFIG_MUXERS. libavformat
2006-01-19 diego Properly #ifdef muxer-specific parts. libavformat
2006-01-19 michael pts fix by (Bryan Mayland / bmayland O leoninedev o com) libavformat
2006-01-16 diego Make clean/distclean consistent throughout all the Makefiles. libavformat
2006-01-15 diego Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavformat
2006-01-14 diego Move library name generation to configure, simplifies build system a bit more. libavformat
2006-01-14 diego Create symbolic links for all library sonames and clean up Makefiles. libavformat
2006-01-12 diego Update licensing information: The FSF changed postal address. libavformat
2006-01-12 diego Move Darwin shared library build peculiarities to configure. libavformat
2006-01-09 reimar CamStudio decoder, only 32 bit lzo mode is tested libavformat
2006-01-03 diego TrueSpeech compatible audio decoder by Konstantin Shishkov libavformat
2006-01-02 nicodvb try with auto_guess if first detection fails libavformat
2006-01-02 nicodvb added support for DVHS (192) packet size libavformat
2005-12-30 mmu_man finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. libavformat
2005-12-30 mmu_man fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[] libavformat
2005-12-25 rtognimp Support for 28_8 in old ar. files libavformat
2005-12-22 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
2005-12-19 rtognimp Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra libavformat
2005-12-17 diego COSMETICS: Remove all trailing whitespace. libavformat
2005-12-17 henry malloc padding to avoid reading past the malloc()ed area. libavformat
2005-12-17 michael total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com) libavformat
2005-12-16 michael nan fps fix libavformat
2005-12-12 mru use PRIxN, %zd, %td formats where needed libavformat
2005-12-10 diego SONAME support for shared libs libavformat
2005-12-09 rtognimp Cook compatibe decoder, patch by Benjamin Larsson libavformat
2005-12-05 diego Unify include paths, -I.. is in CFLAGS. libavformat
2005-12-05 mru ogg format probe function by Ivo <ivop at euronet nl> libavformat
2005-11-30 gpoirier add some h.264 fourccs to codec_bmp_tags[] libavformat
2005-11-30 mru BMP image decoder libavformat
2005-11-13 gpoirier DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html libavformat
2005-11-13 alex Support for streaming: dont write indexes and dont signal HAS_INDEX in header. Also set filesize to max in this case. libavformat
2005-11-12 alex support transcoding adpcm libavformat
2005-11-07 diego Put double-quotes around the install path in the "install-headers" section libavformat
2005-11-05 michael per frame crc support libavformat
2005-11-04 michael allow NULL write_header() and write_trailer() libavformat
2005-10-29 alex Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt libavformat
2005-10-26 gpoirier Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- com > libavformat
2005-10-20 rtognimp Increase version: 'wave' atom parsing added to mov demuxer libavformat
2005-10-18 rtognimp QDM2 compatible decoder libavformat
2005-10-13 melanson support for FLX and DTA extensions in the FLIC format, courtesy of libavformat
2005-10-13 melanson Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov libavformat
2005-10-12 alex fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics libavformat
2005-10-12 alex lame bit_rate calculation libavformat
2005-10-04 diego Move all definitions of external dependencies into configure instead of libavformat
2005-09-26 diego support for building dynamic libraries on Mac OS X libavformat
2005-09-23 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat
2005-09-21 aurel fix unused variable warnings libavformat
2005-09-20 diego Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS. libavformat
2005-09-18 michael print more time_base fps stuff if av_log level is at debug or above libavformat
2005-09-11 michael checksum doesnt cover the forward_ptr anymore libavformat
2005-09-11 michael forward_ptr doesnt contain its own length anymore libavformat
2005-09-06 michael set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing libavformat
2005-09-06 mru Kill some compiler warnings. Compiled code verified identical after changes. libavformat
2005-09-06 michael a few more raw yuv fourccs libavformat
2005-09-04 michael sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale libavformat
2005-09-03 diego typo: viedo --> video libavformat
2005-09-02 reimar Support D-Cinema audio demuxing. libavformat
2005-09-02 reimar Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavformat
2005-09-02 michael lowres support libavformat
2005-08-21 michael time_base description by Rich Felker | dalias, aerifal cx libavformat
2005-08-15 al Make ogg `muxer' expect new vorbis extradata format. libavformat
2005-08-15 michael parse pict_type for streams in avi libavformat
2005-08-15 michael support fixing missing pts by parsing future frames libavformat
2005-08-14 michael minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
2005-08-14 michael a few checks, seems i forgot to commit this libavformat
2005-08-14 mru kill a bunch of compiler warnings libavformat
2005-08-13 michael set timebase correctly? this thing is always 15fps? libavformat
2005-08-13 michael '#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM) libavformat
2005-08-13 mru fix building in separate directory libavformat
2005-08-12 alex FreeBSD ipv6 multicast patch from ports tree libavformat
2005-08-11 michael minor compilation fix libavformat
2005-08-11 al Fix building shared version of lavf on some systems. libavformat
2005-08-10 michael changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com) libavformat
2005-08-01 al libavutil: Utility code from libavcodec moved to a separate library. libavformat
2005-07-31 michael A.B.C versions libavformat
2005-07-27 michael round pointer up to next packet_size multiple libavformat
2005-07-23 michael mpeg1video m bit fix by (Luca Abeni: lucabe72, email it) libavformat
2005-07-23 michael MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it) libavformat
2005-07-21 michael udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl) libavformat
2005-07-19 michael more non portable float parsing code ... libavformat
2005-07-19 michael remove non portable get/put_be64_double() libavformat
2005-07-19 michael kill duplicated get/put_be24() libavformat
2005-07-19 michael extract duration if available libavformat
2005-07-17 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
2005-07-17 michael DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) libavformat
2005-07-15 michael Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) libavformat
2005-07-15 michael Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com) libavformat
2005-07-14 michael skip_idct libavformat
2005-07-13 michael printf-> av_log patch by (Benjamin Larsson, banan: student ltu se) libavformat
2005-07-11 michael .m1v and .m2a (feature req #1178960) libavformat
2005-07-11 michael compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel) libavformat
2005-07-10 michael remove -f singlejpeg as its identical to -f mjpeg libavformat
2005-07-10 michael AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101 libavformat
2005-07-08 michael avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: kenneth, aafloy net) libavformat
2005-07-05 michael av_seek_frame() docs timestamp clarification libavformat
2005-07-03 michael .264 libavformat
2005-07-02 alex 10l libavformat
2005-07-02 alex tell the user if compressed swf found libavformat
2005-06-30 aurel add hdv2 fourcc to MPEG2 codec mapping libavformat
2005-06-29 michael fix assertion failure libavformat
2005-06-28 michael RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out libavformat
2005-06-28 michael part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kristjansson: danielk, cat nyu edu) libavformat
2005-06-27 michael dont open and close codec at every call of try_decode_frame() as this is not only slow but also fails if the previous frame is needed for setting some parameters correctly libavformat
2005-06-27 michael better dont read the width/height at all, its random anyway libavformat
2005-06-27 michael x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) libavformat
2005-06-27 michael nut prefers extradata style global headers libavformat
2005-06-27 michael support changing in bitstream global headers into extradata style and back libavformat
2005-06-26 rtognimp Theora fourcc libavformat
2005-06-25 michael *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com) libavformat
2005-06-24 michael another chapter in the neverending mov demuxer cleanup libavformat
2005-06-24 michael AVStream.nb_frames and docs for r_frame_rate libavformat
2005-06-23 michael typo libavformat
2005-06-19 michael This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it libavformat
2005-06-18 michael Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) libavformat
2005-06-15 aurel add support for muxing subtitles in mpeg-ps libavformat
2005-06-09 michael non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavformat
2005-06-07 alex some nut.hu hype libavformat
2005-06-05 michael typo fix by (lists: kenneth aafloy net) libavformat
2005-06-03 bellard buggy PCR output (just to keep HW decoders happy) - audio and subtitle language support - 'title' stream field sets the service name - fixed TS packet stuffing code - support for subtitle PES packets libavformat
2005-06-03 bellard optional ISO 639 3 letter language field libavformat
2005-06-03 bellard DVD subtitle parsing - show mpeg component IDs by default libavformat
2005-06-03 michael fix stream class libavformat
2005-06-03 michael a step toward CODEC_TYPE_DATA support libavformat
2005-06-03 michael 10l (segfault fix) libavformat
2005-05-30 nicodvb according to the standard the object_type for H264 is 33, not 241 libavformat
2005-05-30 michael Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
2005-05-30 michael trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
2005-05-29 michael changing a few AV_LOG_DEBUG to AV_LOG_INFO libavformat
2005-05-26 michael AVPacket.pos libavformat
2005-05-26 michael RTP/RTSP and MPEG4-AAC audio libavformat
2005-05-22 michael ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) libavformat
2005-05-22 michael av_find_stream_info() end check fixes libavformat
2005-05-21 michael update current_sample number for non split mode libavformat
2005-05-21 michael segfault fix libavformat
2005-05-21 michael support non interleaved mov files libavformat
2005-05-21 michael 10l (overwriting w/h with 0) libavformat
2005-05-20 mru fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>) libavformat
2005-05-19 mru don't try to find file length if streaming libavformat
2005-05-19 aurel install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavformat
2005-05-19 aurel drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) libavformat
2005-05-17 melanson Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavformat
2005-05-16 mru add VP30 fourcc libavformat
2005-05-14 michael round duration up in mov libavformat
2005-05-13 mru change extradata format for vorbis libavformat
2005-05-13 michael fix mimetype libavformat
2005-05-12 mru check theora version libavformat
2005-05-12 michael 10l (overflows) libavformat
2005-05-11 mru flac in ogg support libavformat
2005-05-11 mru support theora in ogg, plus required ogg core changes libavformat
2005-05-09 michael OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com) libavformat
2005-05-09 diego Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM> libavformat
2005-05-08 mmu_man support BUILDSUF patch by <charles dot yates at pandora dot be> libavformat
2005-05-07 philipjsg Flush the ffm packet to the wire (or file) whenever we flush the ffm packet. libavformat
2005-05-06 michael better r_frame_rate guessing code libavformat
2005-05-06 michael default to YUV420P if none specified for rawvideo input libavformat
2005-05-06 michael division by zero fix libavformat
2005-05-06 michael prefer container time_base for frame duration guess libavformat
2005-05-06 mru Correct number of bits for PTS. libavformat
2005-05-06 michael always honor the user specified frame rate if set libavformat
2005-05-06 philipjsg Add in many fields that have been added to the Codec structure. This means libavformat
2005-04-30 michael switch to native time bases libavformat
2005-04-26 michael fix useless framerate messup libavformat
2005-04-26 michael fix nonsense timestamp mess libavformat
2005-04-26 michael fix nonsens timestamp calculation libavformat
2005-04-26 michael Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net) libavformat
2005-04-26 michael Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users sourceforge net) libavformat
2005-04-25 michael PIX_FMT_NONE and related fixes libavformat
2005-04-24 michael fixing broken_rv20_1mb_.rm libavformat
2005-04-24 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavformat
2005-04-24 rtognimp Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb) libavformat
2005-04-20 michael Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) libavformat
2005-04-19 michael fixing demuxing of DV5700.asf libavformat
2005-04-13 michael non 4:2:0 foobar.{Y,U,V} support libavformat
2005-04-12 mru fix seeking bug libavformat
2005-04-10 mru s/u_char/uint8_t/ libavformat
2005-04-10 mru s/u_char/uint8_t/ libavformat
2005-04-09 mru pre-c99 compatibility libavformat
2005-04-09 mru Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, libavformat
2005-04-03 melanson Autodesk Animator Studio Codec (AASC) video decoder, courtesy of libavformat
2005-04-01 michael fix vorbis in avi libavformat
2005-03-30 michael reverting 1.66 -> 1.67 change libavformat
2005-03-28 mru PSM support in MPEG-PS demuxer. libavformat
2005-03-27 michael fix psp muxing (probably this fix is wrong but its better then nothing) libavformat
2005-03-26 melanson Winnov WNV1 video decoder, courtesy of Konstantin Shishkov libavformat
2005-03-24 michael bypass internal buffer for "large" packets libavformat
2005-03-24 michael segfault fix libavformat
2005-03-24 michael discard dummy packets before doing inapropriate checks on them and failing as a result libavformat
2005-03-23 michael 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 michael 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 michael 29_vtag_in_ASF_not_effective.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 michael 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 mmu_man Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>" libavformat
2005-03-23 michael fix time stored in mov libavformat
2005-03-23 michael trying to fix a few minor values in the mp4/mov muxer libavformat
2005-03-17 michael initalize has_b_frames libavformat
2005-03-17 michael more fine grained discarding of packets libavformat
2005-03-16 michael add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) libavformat
2005-03-16 michael buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org) libavformat
2005-03-16 michael reverse zero packet dissapearence "feature" libavformat
2005-03-15 michael sample_size fix libavformat
2005-03-15 michael cleanup strh parser libavformat
2005-03-15 michael dont link with libavcodec twice on win32 libavformat
2005-03-15 michael non interleaved avi support libavformat
2005-03-13 michael use libavformats index system instead of the half duplicated mess in avidec.c libavformat
2005-03-13 michael "put_s should store signed values. Spotted on #mplayerdev by someone I libavformat
2005-03-13 michael keyframe & non keyframe index fixes libavformat
2005-03-12 mmu_man Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl> libavformat
2005-03-11 rfelker Patch from Gianluigi Tiesi (sherpya at netfarm dot it): libavformat
2005-03-11 michael uuid patch by (Måns Rullgård <mru inprovide com>) libavformat
2005-03-11 michael fix lib order and remove nonsense avcodec double linking libavformat
2005-03-09 michael double free patch by (Måns Rullgård <mru inprovide com>) libavformat
2005-03-06 michael H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide com) libavformat
2005-03-06 melanson first pass at ALAC decoder from David Hammerton; while David's original libavformat
2005-03-04 michael mp4a fix based on some code by (Song.Itany inventec-inc com) libavformat
2005-03-01 melanson go LOCO, courtesy of Kostya Shishkov libavformat
2005-02-28 michael set block align libavformat
2005-02-28 michael ra288 demuxing support (doesnt really work, might be demuxer or decoder bug) libavformat
2005-02-26 michael shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) libavformat
2005-02-25 alex pseudo codec tag for adpcm_swf libavformat
2005-02-25 alex proper handling of samplesize libavformat
2005-02-24 michael kill warnings patch by (Måns Rullgård <mru inprovide com>) libavformat
2005-02-24 michael 01-makefile_fix_updated.patch libavformat
2005-02-22 michael switch MPEG4 fourcc to FMP4 libavformat
2005-02-21 alex support adpcm audio, also some more verbose messages libavformat
2005-02-21 alex correct pcm in flv handling libavformat
2005-02-21 michael removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavformat
2005-02-16 michael quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi) libavformat
2005-02-16 michael nonsense comment libavformat
2005-02-16 michael Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmglo dent dot med dot uni-muenchen de>) libavformat
2005-02-09 michael -target dvd minimum vobu length patch by ("Chris" [chris garveycocker com]) libavformat
2005-02-08 michael audio duration fix? libavformat
2005-02-07 michael .wma libavformat
2005-02-07 michael set timestamps correctly libavformat
2005-02-07 michael cleanup libavformat
2005-02-04 michael fixing an integer overflow, which could lead to overwriting the end of a malloced buffer by 8 bytes libavformat
2005-02-04 michael overflows libavformat
2005-02-04 michael VMD playing error patch by (Kostya (cannonball bw-team com>) libavformat
2005-01-29 michael dont predict missing timestamps if we lack the required information to do so libavformat
2005-01-28 mmu_man fix segfault by matthieu castet <castet DOT matthieu AT free DOT fr> libavformat
2005-01-28 mmu_man don't crash on null codec; by matthieu castet <castet DOT matthieu AT free DOT fr> libavformat
2005-01-28 mmu_man fix the patch to allow Sony PSP MP4 creation libavformat
2005-01-27 mmu_man support colon-separated rates patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
2005-01-27 mmu_man movenc illegal access patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
2005-01-27 mmu_man chunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
2005-01-27 mmu_man Sony PSP variation of MP4 patch by <tjcannell AT blueyonder DOT co DOT uk> libavformat
2005-01-27 mmu_man probe for 'junk' and 'pict', changed the scores. libavformat
2005-01-26 mmu_man mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
2005-01-23 michael wmv3 libavformat
2005-01-23 mmu_man AAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi> libavformat
2005-01-23 mmu_man Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net> libavformat
2005-01-23 mmu_man Revert the fixed-size-sample patch as it brokes and others libavformat
2005-01-22 michael support discarding uninterresting packets libavformat
2005-01-22 michael fixing demuxing for short files where the framerate detection failed libavformat
2005-01-22 michael support discarding of uninterresting packets libavformat
2005-01-21 michael 1/0 fix libavformat
2005-01-19 michael add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sourceforge net>) libavformat
2005-01-13 michael 10l (a level of indirection too much) patch by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) libavformat
2005-01-12 michael timestamp truncation fix? libavformat
2005-01-12 michael wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) libavformat
2005-01-12 michael dissallow sprintf libavformat
2005-01-12 michael various security fixes and precautionary checks libavformat
2005-01-11 diego Quote path expression to take care of $(prefix) possibly containing spaces. libavformat
2005-01-08 mmu_man get debug code to compile again. libavformat
2005-01-08 mmu_man handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforge.net> libavformat
2005-01-08 michael integer overflows, heap corruption libavformat
2005-01-06 michael RV30/RV40 demuxing (untested) libavformat
2005-01-04 michael Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it) libavformat
2005-01-04 michael disable yuv_image_format libavformat
2005-01-04 michael .{Y,U,V} image2 support libavformat
2005-01-04 michael - Writes correct unknown aspect libavformat
2005-01-03 michael 10l libavformat
2005-01-03 michael skip INDX chunks libavformat
2005-01-01 michael WV1F support libavformat
2004-12-30 michael ffm_init() for win32, so the regression tests dont fail there libavformat
2004-12-29 rtognimp Fix compilation when both amr_nb and amr_wb are enabled libavformat
2004-12-29 michael common.h -> common.h/bitstream.h libavformat
2004-12-22 michael preroll is in ms libavformat
2004-12-22 michael 1/0l fix libavformat
2004-12-21 michael prefer integer fps if possible when guessing libavformat
2004-12-21 michael guess fps for the variable fps case libavformat
2004-12-21 michael fix regression test failure libavformat
2004-12-19 michael 10l (double free) libavformat
2004-12-19 michael broken avi / div by zero fix libavformat
2004-12-19 michael try to guess the fps if they are variable libavformat
2004-12-17 michael add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users sourceforge net>) libavformat
2004-12-15 michael workaround some broken mpeg-ps timestamps libavformat
2004-12-14 michael some sanity checks on what is muxed, invalid timestamps in mpeg are very common and lead to strange errors in the mpeg muxer otherwise libavformat
2004-12-14 michael fix timestamp prediction for low_delay mpeg streams libavformat
2004-12-09 melanson load the 'avcC' atom needed for 'avc1' decoding libavformat
2004-12-07 michael rv20 encoding libavformat
2004-12-06 michael seeking in rm 2nd try libavformat
2004-12-06 michael seeking in rm libavformat
2004-12-06 michael rm encoding fix libavformat
2004-12-06 michael try to recover from errors instead of failing fataly libavformat
2004-12-06 michael various demuxer fixes libavformat
2004-12-06 michael rv10 thread safety fix / rv10 ffplay fix libavformat
2004-12-06 michael timestamp fix libavformat
2004-12-06 michael use pts based duration/bitrate guessing code for mpeg-ts libavformat
2004-12-06 michael fixing pipe seek bug libavformat
2004-12-05 michael next try at fixing rv20 decoding libavformat
2004-12-05 michael This patch takes into account that fifo_realloc may adjust fifo.wptr libavformat
2004-12-01 michael fifo_realloc() libavformat
2004-11-30 michael kill a annoying debug printf libavformat
2004-11-30 michael fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.avi libavformat
2004-11-28 lorenm split ffhuffyuv into 2 codecs: libavformat
2004-11-23 michael DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>) libavformat
2004-11-23 michael int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>) libavformat
2004-11-21 michael parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and Paul Curtis <pfc >at> terrapin <dot< com>) libavformat
2004-11-20 melanson use correct types libavformat
2004-11-20 mmu_man First implementation of nsv demuxer. libavformat
2004-11-19 michael skip unknown streams instead of failing libavformat
2004-11-19 michael rv20 demuxing fix libavformat
2004-11-17 melanson native QPEG video decoder, courtesy of Konstantin Shishkov libavformat
2004-11-16 michael loop hack libavformat
2004-11-14 michael disable redundant image formats, otherwise we wont get any bugreports about -f image2 libavformat
2004-11-13 michael raw h261 demuxing fix libavformat
2004-11-13 michael allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end libavformat
2004-11-12 michael try to guess the codec for imag2pipe too libavformat
2004-11-12 michael last packet size fix libavformat
2004-11-12 michael When playing libavformat
2004-11-11 michael move p*m from image/lavf -> image2/lavc libavformat
2004-11-10 michael prefer image2 over image libavformat
2004-11-09 michael porting png support from -f image to -f image2 libavformat
2004-11-09 michael doxy libavformat
2004-11-09 michael IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>) libavformat