log

age author description
2006-11-23 aurel No need for special trick anymore for flac in matroska. libavformat
2006-11-22 reimar Set CODEC_TYPE_DATA for timecode tracks. libavformat
2006-11-22 reimar Set st->need_parsing = 2 for MPEG-content. libavformat
2006-11-21 aurel add support for FLAC in matroska libavformat
2006-11-21 aurel move common voc muxer and demuxer data to voc.c libavformat
2006-11-21 aurel split voc.c into vocdec.c and vocenc.c libavformat
2006-11-20 aurel add support for tta in matroska libavformat
2006-11-20 aurel cosmetics: reindent after last commit libavformat
2006-11-20 aurel matroska: split real video frames so that each packet contains only one slice libavformat
2006-11-20 aurel matroska: properly handle real video extradata libavformat
2006-11-20 aurel simplify free()+set to NULL using av_freep() libavformat
2006-11-19 kostya Identation libavformat
2006-11-19 kostya Divide first audio buffer chunk into atomary bufffers. libavformat
2006-11-18 diego Fix misplaced comment. libavformat
2006-11-18 diego Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files libavformat
2006-11-17 ods15 change mpeg4 fourcc from "mp4s" to "mp4v" libavformat
2006-11-17 ods15 update to libnut, use framecode table generator libavformat
2006-11-17 ods15 update to libnut API, changes to frame_table_input libavformat
2006-11-16 michael fix support for avis with sample_size > packet size libavformat
2006-11-16 bcoudurier parse video frame headers to get key flag libavformat
2006-11-16 michael 10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) libavformat
2006-11-16 bcoudurier print error when unsupported sample rate is used with swf libavformat
2006-11-16 michael check max_pts_distance libavformat
2006-11-16 michael skip non keyframes after seeking between syncpoint and the first keyframe libavformat
2006-11-16 michael remove unused variables libavformat
2006-11-16 michael removing unused code libavformat
2006-11-16 gpoirier remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com libavformat
2006-11-16 ods15 Update to libnut API, non-negative errors libavformat
2006-11-15 ods15 update to libnut API, don't free the streams libavformat
2006-11-15 diego MinGW compilation fix, inet_aton and #includes depend on networking support. libavformat
2006-11-14 mru rename HAVE_DLFCN to HAVE_DLFCN_H libavformat
2006-11-14 michael check for frames with 2*size > max_dist and no crc libavformat
2006-11-14 michael resync from last syncpoint libavformat
2006-11-14 michael remove skip spam libavformat
2006-11-14 diego Move BeOS-specific code into os_support.c. libavformat
2006-11-14 ods15 update to libnut, add cache_syncpoints libavformat
2006-11-14 bcoudurier add 422P@HL I-only universal label libavformat
2006-11-14 gpoirier Use common macro PUT_UTF8 in asf.c libavformat
2006-11-14 michael indention libavformat
2006-11-14 michael seeking with index libavformat
2006-11-14 michael index less seeking in O(log n) time libavformat
2006-11-14 ods15 update to libnut API, rename nut.h->libnut.h libavformat
2006-11-14 mru check for inet_aton in configure libavformat
2006-11-14 mru simplify libavformat
2006-11-14 michael split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex libavformat
2006-11-14 bcoudurier partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4 libavformat
2006-11-14 diego Remove wrong/misleading comment. libavformat
2006-11-13 mru rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN libavformat
2006-11-13 kostya Simplify VMD demuxer (but it still does not work right) libavformat
2006-11-12 mru rename cropTbl -> ff_cropTbl libavformat
2006-11-12 aurel Allows playback of truncated matroska files. libavformat
2006-11-12 aurel cosmetic: fix indentation after previous commit libavformat
2006-11-12 aurel Fix avidec.c compilation when dv demuxer is disabled. libavformat
2006-11-12 ods15 change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer.. libavformat
2006-11-12 michael more verbose r_frame_rate definition libavformat
2006-11-12 michael fix checksum check (was my bug not libnut) libavformat
2006-11-12 michael fix timestamp rounding in syncpoints libavformat
2006-11-12 ods15 register nut muxer if libnut is used libavformat
2006-11-12 ods15 Add libnut support until ffmpeg gets an independant and complete de/muxer for NUT libavformat
2006-11-11 mru make some symbols static libavformat
2006-11-11 michael simplify libavformat
2006-11-11 michael dont do startcode search from last syncpoint if there are no errors libavformat
2006-11-11 michael nut simple seeking first try libavformat
2006-11-11 michael updating nut demuxer to latest spec libavformat
2006-11-11 aurel Fix wrong comment. libavformat
2006-11-11 aurel Add A_AAC codec identifier support in matroska. libavformat
2006-11-11 michael libnut uses "MP3 " for mp3 libavformat
2006-11-10 bcoudurier report error when local tag has 0 size libavformat
2006-11-09 bcoudurier get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformat
2006-11-09 bcoudurier support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov libavformat
2006-11-08 mru rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK libavformat
2006-11-08 michael fix missdetection of mpeg-ps (ps2_interdite.mpg) libavformat
2006-11-08 aurel add support for AAC in matroska libavformat
2006-11-08 aurel add audio output sampling freqency reading in matroska libavformat
2006-11-08 romansh * fixing a memory leak in DV format. libavformat
2006-11-08 aurel Better way to detect cluster (fix files encoded with Haali's muxer). libavformat
2006-11-08 diego Remove illegal FourCC values. libavformat
2006-11-08 michael mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com) libavformat
2006-11-08 michael utf8 title support for psp (untested) libavformat
2006-11-08 mru allow spaces in source and build directory names libavformat
2006-11-07 gpoirier add support for rtp/h264 streaming libavformat
2006-11-07 aurel Allow reading matroska title. libavformat
2006-11-06 aurel cosmetics: reindent after last commit libavformat
2006-11-06 aurel Don't need to check for NULL before av_free(). libavformat
2006-11-06 aurel Add support for block duration. libavformat
2006-11-06 aurel Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). libavformat
2006-11-06 aurel guess matroska files frame rate libavformat
2006-11-06 gpoirier Add support for getting duration of a RTP stream (for seeking in stream) libavformat
2006-11-06 gpoirier remove floats in 10 bytes/byte support (no version of matroska used it) libavformat
2006-11-06 kostya WavPack support in Matroska libavformat
2006-11-05 diego Do not set audio codec_tag to 1, that would be PCM audio. libavformat
2006-11-03 reynaldo now we set codec_tag, still have to figure out how to handle flipping libavformat
2006-11-03 bcoudurier do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov libavformat
2006-11-03 bcoudurier indention libavformat
2006-11-03 bcoudurier reintroduce isom field and read version 1 audio stsd only if file is not isom, fix testclip_wrong_version_1_audio_stsd.mp4 libavformat
2006-11-03 gpoirier add valid statistics for the RTCP receiver report. libavformat
2006-11-02 bcoudurier kill AVImageFormat libavformat
2006-11-01 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat
2006-11-01 diego Rename SWAP macro to FFSWAP. libavformat
2006-11-01 diego reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavformat
2006-11-01 bcoudurier clean, always write major brand for debug libavformat
2006-11-01 bcoudurier remove useless mp4 field libavformat
2006-11-01 bcoudurier simplify libavformat
2006-11-01 bcoudurier mov vfr muxing libavformat
2006-10-31 diego cosmetics: Restore alphabetical order. libavformat
2006-10-30 bcoudurier remove gcc warning about void * used in arithmetic libavformat
2006-10-30 kostya IMC decoder libavformat
2006-10-30 michael dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) libavformat
2006-10-29 gpoirier switch to common base64 routines in lavf libavformat
2006-10-29 gpoirier fix more dynamic protocol stuff, needed by the forthcoming h264 libavformat
2006-10-28 gpoirier add support for all framerates specified by the standard libavformat
2006-10-28 gpoirier Fix A/V (de)sync with discontinuous NSV streams, libavformat
2006-10-28 gpoirier Make it possible to reuse UDP socket (optional, disabled by default) libavformat
2006-10-28 gpoirier move up (in the file) AAC audio handling moved from below libavformat
2006-10-28 gpoirier Add base64 encoding and decoding routines libavformat
2006-10-27 gpoirier make ffmpeg able to send back a RTCP receiver report. libavformat
2006-10-27 gpoirier indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % libavformat
2006-10-27 bcoudurier fflags can/will be used for muxing too libavformat
2006-10-27 gpoirier Last fix of licence header libavformat
2006-10-26 gpoirier move licence header fixes libavformat
2006-10-26 gpoirier Fix licence header (aka <pedantic mode='on' /> ) libavformat
2006-10-26 gpoirier Add support for H264 over RTP libavformat
2006-10-25 bcoudurier remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway libavformat
2006-10-25 aurel fix mp3 in swf decoding libavformat
2006-10-23 kostya Register .tga and .tiff image extensions libavformat
2006-10-23 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
2006-10-23 aurel fix flvdec.c file description comment libavformat
2006-10-23 aurel document the extradata protocol for VP6F libavformat
2006-10-22 aurel don't use ast before checking it's not NULL libavformat
2006-10-22 aurel use the adjustment value present in FLV to crop VP6 video libavformat
2006-10-22 bcoudurier activate gif decoder, seems to work fine on showdown2.mov libavformat
2006-10-22 bcoudurier add gif support libavformat
2006-10-22 bcoudurier disable annoying debug messages libavformat
2006-10-22 lucabe Make read_packet fail is the v4l2 driver returns an unexpected frame size libavformat
2006-10-21 bcoudurier avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu libavformat
2006-10-21 bcoudurier fix probe, patch by Andreas Oman, andreas at olebyn dot nu libavformat
2006-10-20 bcoudurier warn about zlib support needed if file has compressed moov atom libavformat
2006-10-20 michael move memory reading ByteIOContext init from mov.c to avobuf.c libavformat
2006-10-19 michael dont mess with ByteIOContext internal variables (fixes showdown2.mov) libavformat
2006-10-18 bcoudurier use AVFormatContext to log libavformat
2006-10-18 diego Fix license header error notice by Steve LHomme. libavformat
2006-10-18 bcoudurier simplify pcm read seek, use av_get_bits_per_sample libavformat
2006-10-17 bcoudurier avoid overwriting pkt libavformat
2006-10-17 aurel 10l inverted condition check generated an endless loop libavformat
2006-10-17 bcoudurier skip packet if no stream index is found, fix proxy_pal030926.mxf libavformat
2006-10-17 bcoudurier skip run in sequence, fix C0023S01.mxf libavformat
2006-10-16 romansh * Simplifying the setting of STYPE for AAUX AS libavformat
2006-10-16 diego Replace FLAC FourCC by TwoCC. libavformat
2006-10-15 diego Revert putting EXTRALIBS in common.mak, linking fails on MinGW. libavformat
2006-10-15 diego Remove unused variable. libavformat
2006-10-15 diego Consistently use $(BUILD_ROOT). libavformat
2006-10-15 kostya Ignore blocks with no samples and flags (but usually with MD5 sum) libavformat
2006-10-14 rathann Use proper PRI?64 macros for %ll? format to fix printf format warnings: libavformat
2006-10-14 kostya Move block size check to decoder libavformat
2006-10-13 michael 10l CODEC vs. FORMAT libavformat
2006-10-13 rtogni flv files from myspace with mp3 audio require need_parsing because the libavformat
2006-10-13 kostya TIFF decoder libavformat
2006-10-13 diego Add a note about illegal codec IDs. libavformat
2006-10-13 diego Add codec ID for Shorten audio. libavformat
2006-10-12 bcoudurier support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat
2006-10-12 reynaldo new mtv demuxer libavformat
2006-10-11 diego Rename ABS macro to FFABS. libavformat
2006-10-11 bcoudurier support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavformat
2006-10-11 bcoudurier fix bit rate libavformat
2006-10-11 bcoudurier use av_get_bits_per_sample libavformat
2006-10-11 bcoudurier use av_get_bits_per_sample, compute block align if not set libavformat
2006-10-11 bcoudurier simplify by not writing unneeded codec name to fix segfault when stream copy libavformat
2006-10-11 diego Move CFLAGS handling to common.mak. libavformat
2006-10-11 kostya Targa image decoder libavformat
2006-10-10 michael unused #define libavformat
2006-10-10 michael remove dummy amr_read_close() libavformat
2006-10-10 michael more factoriztaion and a FIXME note libavformat
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