]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/asf.c
Per-stream language-tags extraction in asfdec.
[frescor/ffmpeg.git] / libavformat / asf.c
2009-05-12 benoitPer-stream language-tags extraction in asfdec.
2009-03-18 reimarRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-01 aureladd missing const qualifiers for metadata_conv in AV...
2009-02-26 aurelmove static tables from asf.h to non-static tables...
2009-02-26 aurelrename asf-enc.c to asfenc.c and asf.c to asfdec.c...
2009-02-19 alexcRe-indent after last commit
2009-02-19 alexcAAC in ASF does not need parsing.
2009-02-16 benoitAdd a context to av_log() calls.
2009-02-03 aureluse new metadata API in asf demuxer
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-07 rbultjeDon't use s->pb if a local ByteIOContext was already...
2008-12-18 rbultjeMake asf_get_packet() and asf_parse_packet() public...
2008-12-18 rbultjeAdd a ByteIOContext argument to ASF functions that...
2008-12-13 rbultjeSeparate the packet fetching from the data reading...
2008-12-06 rbultjeRemove static variable and a printf using it. See ...
2008-12-06 rbultjeDo not access s->gb directly in functions that have...
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-11-14 bcouduriertimestamp is dts in wmv/asf
2008-10-02 benoitUse enum typers instead of int.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-07-13 mruASF: use dprintf(), allow compilation with -DDEBUG
2008-07-12 michaelNew codec probing system try #1.
2008-07-12 michaelcommand_streams are type data not unknown.
2008-06-20 bcoudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 bcoudurierfactorize read_header failure freeing code
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-22 superdumpRead asf file header fields in the right order
2008-03-06 michaelSkip over unknown extended_content_header tags.
2008-03-06 michaelsimplify
2008-02-03 reimarRemove ff_mms_set_stream_selection again from asf demuxer,
2008-02-02 reimarPut is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids...
2008-01-31 bcouduriertypo, also fix warning: asf.c:90: warning: passing...
2007-12-23 reimarbegining -> beginning typo fix
2007-12-20 aurelcosmetics: indentation
2007-12-20 aurelremove double check of pb->read_seek
2007-12-17 benoitEnable av_read_pause(), av_read_play() and the ASF...
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 ...
next