]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/asf.c
Use dynamically allocated ByteIOContext in AVFormatContext
[frescor/ffmpeg.git] / libavformat / asf.c
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-14 andomaAdd support for reading WM/Year tag
2007-11-06 benoitAllow propagation of stream selection through the ASF...
2007-10-20 reimarAdd support for decrypting asf files
2007-10-14 diegocosmetics: Move asf_read_close() down to get rid of...
2007-10-12 ramiroFix memleak
2007-09-09 gpoirierImprove track number decoding for some WMA files
2007-09-02 michaelworkaround ms (lack of) intelligence in their design...
2007-08-17 benoitstore asf streaming bitrates consistently
2007-08-06 michaelmore verbose error
2007-08-06 michaelignore preroll, it is generally not what AVStream.start...
2007-07-27 michaelignore invalid packet_obj_size
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-06-15 benoitAdd support for track numbers when they are set via...
2007-06-12 diegomisc spelling fixes
2007-05-06 diegocosmetics: Fix indentation after last commit, patch...
2007-04-30 benoituse asf stream information to set bitrate
2007-04-15 aureladd an enum for need_parsing
2007-04-12 benoitDVR-MS probe audio format
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-03-30 michaelfix demuxing of IMAG0002.ASF
2007-03-28 bcoudurierrevert r8538 (set bit rate for asf format) until regres...
2007-03-28 bcoudurierset bit rate for asf format, patch by Zuxy Meng, zuxy...
2007-03-11 michaelfix gsize=0 / -1 case (if(<24) goto fail) before it...
2007-03-05 michaeloff by one error
2007-02-20 takisAdd the stream_bitrate GUID to the asf parsing code...
2007-02-10 michaeluse dvr-ms timestamps
2007-02-02 kostyaSet correct aspect ratio (it's sample aspect, not displ...
2007-01-31 michaelextract aspect ratio
2007-01-29 michaelfix seeking in wma
2007-01-27 michaelstealing a few field names from mplayers asf demuxer
2007-01-23 michaelmake the asf demuxer resistant against insertion/deleti...
2007-01-22 michaelconsistant error return for asf_get_packet()
2007-01-22 michaelbetter padsize check
2007-01-22 michaelmore correct error message
2007-01-22 michaelreplace wrong return 0 by -1
2007-01-22 michaelcheck to detect nonsense fragment size
2007-01-22 michaelinden(ta)tion
2007-01-22 michaelreplace nonsense code by something which makes at least...
2007-01-22 michaelcheck fragment offset and size
2007-01-22 michaelmove frame header reading into its own function
2007-01-22 michaelmore correct packet alignment check and correction
2007-01-22 michael10l
2007-01-22 michaelcosmetics (aligne stuff nicely)
2007-01-22 michaelget rid of some sensless malloc/free
2007-01-22 michaelsimplify
2007-01-22 michaelremove a few unused and duplicated variables
2007-01-22 michaeladding a few checks to the audio packet descrambling...
2007-01-22 michaelcosmetic
2007-01-22 michaelthese variables seem to be unused on the demuxer side...
2007-01-21 michaelget rid of a few idiotic asserts()
2007-01-21 michaeluseless &0x80
2007-01-21 michaelremove sensless casts
2007-01-21 michaelsimplify GUIDs
2007-01-15 michaelfix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv
2006-12-28 aurelDecode genre on asf/wma files.
2006-12-04 takisMinor modifications to handle mms streaming.
2006-11-14 gpoirierUse common macro PUT_UTF8 in asf.c
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-14 rathannUse proper PRI?64 macros for %ll? format to fix printf...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 michaelprevent infinite loop with VORC012.WMA
2006-09-27 mrufix some signedness warnings
2006-08-23 michaelfix fallback if theres no index
2006-08-23 michaelread and use index (based on a patch by John Donaghy...
2006-08-23 michaelvalue_num should also be 64bit (1 hunk from the asf...
2006-08-23 michaeltotal_size should be 64bit (1 hunk of the asf seeking...
2006-07-29 gpoirierThe reader ignores the size of the ASF data object...
2006-07-12 mrumove common stuff from avienc.c and wav.c to new file...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-16 mrufree codec extradata in av_close_input_file
2006-03-02 michaeltimebase fix
2006-03-01 michaeladd size to AVIndex
2006-02-25 mrukill some warnings
2006-02-12 alex10l, fails to compile when debug enabled
2006-01-20 michaelaudio in dvr-ms demuxing support by (John Donaghy ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-10-26 gpoirierFix asf header decoding issue, patch by < patrice ...
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-08-10 michaelchanges to ignore command media embedded in MS WMV...
2005-07-27 michaelround pointer up to next packet_size multiple
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-06-23 michaeltypo
2005-05-26 michaelAVPacket.pos
2005-04-30 michaelswitch to native time bases
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-04-19 michaelfixing demuxing of DV5700.asf
2005-03-17 michaelmore fine grained discarding of packets
2005-01-22 michaelsupport discarding uninterresting packets
2005-01-12 michaelvarious security fixes and precautionary checks
2004-12-22 michaelpreroll is in ms
2004-12-21 michaelfix regression test failure
2004-11-13 michaelallocate a few bytes more for extradata so the bitstrea...
2004-10-24 michaeldvr-ms video decoding support
2004-10-10 michaeluse native timebase for seeking
next