]> git.sesse.net Git - ffmpeg/history - libavformat/asf.c
attempt to demux clip wrapped content
[ffmpeg] / libavformat / asf.c
2006-07-29 Kohn Emil DanThe reader ignores the size of the ASF data object...
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-16 Måns Rullgårdfree codec extradata in av_close_input_file
2006-03-02 Michael Niedermayertimebase fix
2006-03-01 Michael Niedermayeradd size to AVIndex
2006-02-25 Måns Rullgårdkill some warnings
2006-02-12 Alex Beregszaszi10l, fails to compile when debug enabled
2006-01-20 Michael Niedermayeraudio in dvr-ms demuxing support by (John Donaghy ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-10-26 Patrice BensoussanFix asf header decoding issue, patch by < patrice ...
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-08-10 Mike Brownchanges to ignore command media embedded in MS WMV...
2005-07-27 Michael Niedermayerround pointer up to next packet_size multiple
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-06-23 Michael Niedermayertypo
2005-05-26 Michael NiedermayerAVPacket.pos
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-04-19 Michael Niedermayerfixing demuxing of DV5700.asf
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-01-22 Michael Niedermayersupport discarding uninterresting packets
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-12-22 Michael Niedermayerpreroll is in ms
2004-12-21 Michael Niedermayerfix regression test failure
2004-11-13 Michael Niedermayerallocate a few bytes more for extradata so the bitstrea...
2004-10-24 Michael Niedermayerdvr-ms video decoding support
2004-10-10 Michael Niedermayeruse native timebase for seeking
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-23 Michael Niedermayerstore index for seeking in the native timebase of each...
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-12 Michael Niedermayermoving nearly identical binary search code from nut...
2004-03-05 Konstantin Andreyevasf patch by (Konstantin Andreyev <kandreyev at bcsii...
2004-03-05 Konstantin Andreyevsplit asf patch by (Konstantin Andreyev <kandreyev...
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-01-17 Michael Niedermayerseeking stuff
2004-01-17 Michael Niedermayerstore searched distance in index, so we dont waste...
2004-01-14 Michael Niedermayerheader parser fix
2004-01-14 Michael Niedermayerreplic_size==0 fix, needed so that G.726 asf file,...
2004-01-14 Michael Niedermayeruse packet number instead of byte number internally...
2004-01-14 Michael Niedermayerunused
2004-01-14 Michael Niedermayerseeking fixes
2004-01-14 Michael Niedermayermemleak fix
2004-01-14 Kevin Kuphalseeking in single stream asf patch by ("Kevin Kuphal...
2004-01-06 Kevin KuphalASF extended header parsing patch by ("Kevin Kuphal...
2003-11-10 Fabrice Bellardframe rate should be completely disabled in asf (closer...
2003-11-04 Roman Shaposhnik * fixes for broken builds on Solaris, OS2 and all...
2003-11-02 Roberto TogniMake avi and asf demuxer export palette in palctrl
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-08-18 Michael Niedermayeruse codec_tag for encoding too
2003-08-08 Fabrice Bellardupdate duration and start_time - add av_new_stream...
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-04-22 Zdenek Kabelac* filling bitdepth
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-12 Roman Shaposhnikcorrect AUDIO strf parsing patch by (Roman Shaposhnick...
2003-03-08 Michael Niedermayermerging fourcc with codec_tag
2003-02-25 François Revolprettier debug output
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-12-20 Ryutaroh Matsumotomimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-04 Michael Niedermayercleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat