]> git.sesse.net Git - ffmpeg/history - libavformat/asf.c
Delete unnecessary 'extern' keywords.
[ffmpeg] / libavformat / asf.c
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-11-14 Baptiste Couduriertimestamp is dts in wmv/asf
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-07-13 Måns RullgårdASF: use dprintf(), allow compilation with -DDEBUG
2008-07-12 Michael NiedermayerNew codec probing system try #1.
2008-07-12 Michael Niedermayercommand_streams are type data not unknown.
2008-06-20 Baptiste Coudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 Baptiste Coudurierfactorize read_header failure freeing code
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-22 Rafaël CarréRead asf file header fields in the right order
2008-03-06 Michael NiedermayerSkip over unknown extended_content_header tags.
2008-03-06 Michael Niedermayersimplify
2008-02-03 Reimar DöffingerRemove ff_mms_set_stream_selection again from asf demuxer,
2008-02-02 Reimar DöffingerPut is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids...
2008-01-31 Baptiste Couduriertypo, also fix warning: asf.c:90: warning: passing...
2007-12-23 Reimar Döffingerbegining -> beginning typo fix
2007-12-20 Aurelien Jacobscosmetics: indentation
2007-12-20 Aurelien Jacobsremove double check of pb->read_seek
2007-12-17 Björn AxelssonEnable av_read_pause(), av_read_play() and the ASF...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-14 Patrice BensoussanAdd support for reading WM/Year tag
2007-11-06 Björn AxelssonAllow propagation of stream selection through the ASF...
2007-10-20 Reimar DöffingerAdd support for decrypting asf files
2007-10-14 Diego Biurruncosmetics: Move asf_read_close() down to get rid of...
2007-10-12 Ramiro PollaFix memleak
2007-09-09 Patrice BensoussanImprove track number decoding for some WMA files
2007-09-02 Michael Niedermayerworkaround ms (lack of) intelligence in their design...
2007-08-17 Björn Axelssonstore asf streaming bitrates consistently
2007-08-06 Michael Niedermayermore verbose error
2007-08-06 Michael Niedermayerignore preroll, it is generally not what AVStream.start...
2007-07-27 Michael Niedermayerignore invalid packet_obj_size
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-15 Patrice BensoussanAdd support for track numbers when they are set via...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-06 Zuxy Mengcosmetics: Fix indentation after last commit, patch...
2007-04-30 Zuxy Menguse asf stream information to set bitrate
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-12 John DonaghyDVR-MS probe audio format
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-03-30 Michael Niedermayerfix demuxing of IMAG0002.ASF
2007-03-28 Baptiste Coudurierrevert r8538 (set bit rate for asf format) until regres...
2007-03-28 Zuxy Mengset bit rate for asf format, patch by Zuxy Meng, zuxy...
2007-03-11 Michael Niedermayerfix gsize=0 / -1 case (if(<24) goto fail) before it...
2007-03-05 Michael Niedermayeroff by one error
2007-02-20 Ryan MartellAdd the stream_bitrate GUID to the asf parsing code...
2007-02-10 Michael Niedermayeruse dvr-ms timestamps
2007-02-02 Zuxy MengSet correct aspect ratio (it's sample aspect, not displ...
2007-01-31 Michael Niedermayerextract aspect ratio
2007-01-29 Michael Niedermayerfix seeking in wma
2007-01-27 Michael Niedermayerstealing a few field names from mplayers asf demuxer
2007-01-23 Michael Niedermayermake the asf demuxer resistant against insertion/deleti...
2007-01-22 Michael Niedermayerconsistant error return for asf_get_packet()
2007-01-22 Michael Niedermayerbetter padsize check
2007-01-22 Michael Niedermayermore correct error message
2007-01-22 Michael Niedermayerreplace wrong return 0 by -1
2007-01-22 Michael Niedermayercheck to detect nonsense fragment size
2007-01-22 Michael Niedermayerinden(ta)tion
2007-01-22 Michael Niedermayerreplace nonsense code by something which makes at least...
2007-01-22 Michael Niedermayercheck fragment offset and size
2007-01-22 Michael Niedermayermove frame header reading into its own function
2007-01-22 Michael Niedermayermore correct packet alignment check and correction
2007-01-22 Michael Niedermayer10l
2007-01-22 Michael Niedermayercosmetics (aligne stuff nicely)
2007-01-22 Michael Niedermayerget rid of some sensless malloc/free
2007-01-22 Michael Niedermayersimplify
2007-01-22 Michael Niedermayerremove a few unused and duplicated variables
2007-01-22 Michael Niedermayeradding a few checks to the audio packet descrambling...
2007-01-22 Michael Niedermayercosmetic
2007-01-22 Michael Niedermayerthese variables seem to be unused on the demuxer side...
2007-01-21 Michael Niedermayerget rid of a few idiotic asserts()
2007-01-21 Michael Niedermayeruseless &0x80
2007-01-21 Michael Niedermayerremove sensless casts
2007-01-21 Michael Niedermayersimplify GUIDs
2007-01-15 Michael Niedermayerfix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv
2006-12-28 Patrice BensoussanDecode genre on asf/wma files.
2006-12-04 Ryan MartellMinor modifications to handle mms streaming.
2006-11-14 Zuxy MengUse common macro PUT_UTF8 in asf.c
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-14 Dominik MierzejewskiUse proper PRI?64 macros for %ll? format to fix printf...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Michael Niedermayerprevent infinite loop with VORC012.WMA
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-08-23 Michael Niedermayerfix fallback if theres no index
2006-08-23 Michael Niedermayerread and use index (based on a patch by John Donaghy...
2006-08-23 Steve L'Hommevalue_num should also be 64bit (1 hunk from the asf...
2006-08-23 Michael Niedermayertotal_size should be 64bit (1 hunk of the asf seeking...
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 ...
next