]> git.sesse.net Git - ffmpeg/history - libavformat
also set strict_std_compliance for stream copy, its needed for the bitstream filters
[ffmpeg] / libavformat /
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-09 Baptiste Couduriersupport m1a hdlr mpeg elementary audio handler, fix...
2006-11-08 Måns Rullgårdrename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK
2006-11-08 Michael Niedermayerfix missdetection of mpeg-ps (ps2_interdite.mpg)
2006-11-08 Aurelien Jacobsadd support for AAC in matroska
2006-11-08 Aurelien Jacobsadd audio output sampling freqency reading in matroska
2006-11-08 Brian Brice * fixing a memory leak in DV format.
2006-11-08 Aurelien JacobsBetter way to detect cluster (fix files encoded with...
2006-11-08 Diego BiurrunRemove illegal FourCC values.
2006-11-08 Thijs Vermeirmpeg4probe patch by (Thijs Vermeir ; thijs vermeir...
2006-11-08 Michael Niedermayerutf8 title support for psp (untested)
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-07 Ryan Martelladd support for rtp/h264 streaming
2006-11-07 Aurelien JacobsAllow reading matroska title.
2006-11-06 Aurelien Jacobscosmetics: reindent after last commit
2006-11-06 Aurelien JacobsDon't need to check for NULL before av_free().
2006-11-06 Steve L'HommeAdd support for block duration.
2006-11-06 Steve L'HommeEnsure codec_id = CODEC_ID_NONE for unknown codecs...
2006-11-06 Steve L'Hommeguess matroska files frame rate
2006-11-06 Ryan MartellAdd support for getting duration of a RTP stream (for...
2006-11-06 Steve L'Hommeremove floats in 10 bytes/byte support (no version...
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.
next