log

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