]> git.sesse.net Git - ffmpeg/history - libavformat
Fix wrong params name in PUT_UTF8 doxy comments
[ffmpeg] / libavformat /
2006-11-06 Kostya ShishkovWavPack support in Matroska
2006-11-05 Diego BiurrunDo not set audio codec_tag to 1, that would be PCM...
2006-11-03 Reynaldo H. Verdej... now we set codec_tag, still have to figure out how...
2006-11-03 Baptiste Coudurierdo not overwrite codec type if already known, fix confl...
2006-11-03 Baptiste Coudurierindention
2006-11-03 Baptiste Coudurierreintroduce isom field and read version 1 audio stsd...
2006-11-03 Ryan Martelladd valid statistics for the RTCP receiver report.
2006-11-02 Baptiste Coudurierkill AVImageFormat
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-11-01 Diego BiurrunRename SWAP macro to FFSWAP.
2006-11-01 Steve L'Hommereindentation, patch by From: Steve Lhomme, slhomme...
2006-11-01 Baptiste Coudurierclean, always write major brand for debug
2006-11-01 Baptiste Coudurierremove useless mp4 field
2006-11-01 Baptiste Couduriersimplify
2006-11-01 Baptiste Couduriermov vfr muxing
2006-10-31 Diego Biurruncosmetics: Restore alphabetical order.
2006-10-30 Baptiste Coudurierremove gcc warning about void * used in arithmetic
2006-10-30 Kostya ShishkovIMC decoder
2006-10-30 Michael Niedermayerdont set the sampling rate just because 1 mp3 packet...
2006-10-29 Ryan Martellswitch to common base64 routines in lavf
2006-10-29 Ryan Martellfix more dynamic protocol stuff, needed by the forthcom...
2006-10-28 Joakim Plateadd support for all framerates specified by the standard
2006-10-28 Joakim PlateFix A/V (de)sync with discontinuous NSV streams,
2006-10-28 ThijsMake it possible to reuse UDP socket (optional, disable...
2006-10-28 Ryan Martellmove up (in the file) AAC audio handling moved from...
2006-10-28 Guillaume PoirierAdd base64 encoding and decoding routines
2006-10-27 Thijsmake ffmpeg able to send back a RTCP receiver report.
2006-10-27 Ryan Martellindentation fix, patch by Ryan Martell % rdm4 A martell...
2006-10-27 Baptiste Coudurierfflags can/will be used for muxing too
2006-10-27 Guillaume PoirierLast fix of licence header
2006-10-26 Guillaume Poiriermove licence header fixes
2006-10-26 Guillaume PoirierFix licence header (aka <pedantic mode='on' /> )
2006-10-26 Ryan MartellAdd support for H264 over RTP
2006-10-25 Baptiste Coudurierremove mov_read_leaf and remove useless reading functio...
2006-10-25 Aurelien Jacobsfix mp3 in swf decoding
2006-10-23 Kostya ShishkovRegister .tga and .tiff image extensions
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-23 Aurelien Jacobsfix flvdec.c file description comment
2006-10-23 Aurelien Jacobsdocument the extradata protocol for VP6F
2006-10-22 Aurelien Jacobsdon't use ast before checking it's not NULL
2006-10-22 Aurelien Jacobsuse the adjustment value present in FLV to crop VP6...
2006-10-22 Baptiste Coudurieractivate gif decoder, seems to work fine on showdown2.mov
2006-10-22 Baptiste Coudurieradd gif support
2006-10-22 Baptiste Coudurierdisable annoying debug messages
2006-10-22 Luca AbeniMake read_packet fail is the v4l2 driver returns an...
2006-10-21 Andreas Ömanavoid crashing when trying to parse invalid files,...
2006-10-21 Andreas Ömanfix probe, patch by Andreas Oman, andreas at olebyn...
2006-10-20 Baptiste Coudurierwarn about zlib support needed if file has compressed...
2006-10-20 Michael Niedermayermove memory reading ByteIOContext init from mov.c to...
2006-10-19 Michael Niedermayerdont mess with ByteIOContext internal variables (fixes...
2006-10-18 Baptiste Coudurieruse AVFormatContext to log
2006-10-18 Diego BiurrunFix license header error notice by Steve LHomme.
2006-10-18 Baptiste Couduriersimplify pcm read seek, use av_get_bits_per_sample
2006-10-17 Baptiste Coudurieravoid overwriting pkt
2006-10-17 Aurelien Jacobs10l inverted condition check generated an endless loop
2006-10-17 Baptiste Coudurierskip packet if no stream index is found, fix proxy_pal0...
2006-10-17 Baptiste Coudurierskip run in sequence, fix C0023S01.mxf
2006-10-16 Roman Shaposhnik * Simplifying the setting of STYPE for AAUX AS
2006-10-16 Diego BiurrunReplace FLAC FourCC by TwoCC.
2006-10-15 Diego BiurrunRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-15 Diego BiurrunRemove unused variable.
2006-10-15 Diego BiurrunConsistently use $(BUILD_ROOT).
2006-10-15 Kostya ShishkovIgnore blocks with no samples and flags (but usually...
2006-10-14 Dominik MierzejewskiUse proper PRI?64 macros for %ll? format to fix printf...
2006-10-14 Kostya ShishkovMove block size check to decoder
2006-10-13 Michael Niedermayer10l CODEC vs. FORMAT
2006-10-13 Roberto Togniflv files from myspace with mp3 audio require need_pars...
2006-10-13 Kostya ShishkovTIFF decoder
2006-10-13 Diego BiurrunAdd a note about illegal codec IDs.
2006-10-13 Diego BiurrunAdd codec ID for Shorten audio.
2006-10-12 Baptiste Couduriersupport for Tiertex .seq files demuxing/video decoding...
2006-10-12 Reynaldo H. Verdej... new mtv demuxer
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-11 Baptiste Couduriersupport for Delphine Software .cin files demuxing ...
2006-10-11 Baptiste Coudurierfix bit rate
2006-10-11 Baptiste Coudurieruse av_get_bits_per_sample
2006-10-11 Baptiste Coudurieruse av_get_bits_per_sample, compute block align if...
2006-10-11 Baptiste Couduriersimplify by not writing unneeded codec name to fix...
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-11 Kostya ShishkovTarga image decoder
2006-10-10 Michael Niedermayerunused #define
2006-10-10 Michael Niedermayerremove dummy amr_read_close()
2006-10-10 Michael Niedermayermore factoriztaion and a FIXME note
2006-10-10 Michael Niedermayerfactorze another 2 lines
2006-10-10 Michael Niedermayerset duration and timebase (based on a patch by Simon...
2006-10-10 Michael Niedermayerfactorize (untested)
2006-10-10 Michael Niedermayerreturn cleanup
2006-10-10 Baptiste Coudurierfix d-10 mapping detection
2006-10-10 Baptiste Coudurierrewind completely if sample time is negative
2006-10-10 Baptiste Coudurierdont seek back if no sync to let eof happen
2006-10-10 Baptiste Coudurierquiet gcc about enum value not handled in switch
2006-10-10 Kostya Shishkov10l: remove alien seek function from demuxer
2006-10-07 YongAdd fourccs for Wavpak and TTA
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-07 Diego BiurrunReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-06 Michael Niedermayerflac fourcc (fixes mplayer -demuxer 35 with flac)
2006-10-06 Michael Niedermayerprevent >16bit tags to be truncated and used in creatin...
2006-10-05 Baptiste Couduriersupport D-10, XDCAM, fix ebu_small_d10_50_audio_resampl...
2006-10-04 Baptiste Coudurierremove useless casts
2006-10-03 Diego BiurrunMove EXTRALIBS handling to common.mak.
next