]> git.sesse.net Git - ffmpeg/history - libavformat
fix possible overflow with memmove
[ffmpeg] / libavformat /
2008-02-27 Baptiste Coudurierfix possible overflow with memmove
2008-02-27 Aurelien Jacobsmakes really sure that no undefined behavior can happen
2008-02-26 Aurelien JacobsAvoid infinite loop.
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-26 Baptiste Couduriersupport keyframes indexes starting at 0, broken files...
2008-02-26 Baptiste Couduriersupport mov reference files, ref.mov/ref.m2v/ref.wav...
2008-02-26 Baptiste Coudurierremove useless braces
2008-02-26 Baptiste Coudurierindentation
2008-02-26 Baptiste Coudurierrescale frame size, fix i.3g2
2008-02-26 Baptiste Couduriermove parameters reset after setting stream parameters...
2008-02-26 Loren Merrittdecode mng color decorrelation
2008-02-25 Baptiste Coudurierfix mace duration
2008-02-25 Baptiste Coudurierprotect malloc overflow
2008-02-25 Baptiste Coudurierindentation
2008-02-25 Baptiste Coudurierfail if extradata cannot be allocated
2008-02-25 Baptiste Coudurier10l, protect malloc overflow
2008-02-25 Baptiste Couduriersupport QDM2 in aiff, QDM2.aif
2008-02-25 Baptiste Coudurierremove useless close function
2008-02-25 Baptiste Coudurierindentation
2008-02-25 Baptiste Coudurierremove useless casts
2008-02-25 Baptiste Couduriercosmetics
2008-02-25 Baptiste Coudurierremove useless tags, codec_get_id matches independently...
2008-02-25 Baptiste Coudurierset bps to uncompressed original sound data for compres...
2008-02-25 Baptiste Coudurierfix duration for ima4
2008-02-25 Baptiste Coudurierima4 in aiff support
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-02-24 Diego Biurruncosmetics: Sort and prettyprint codec_wav_tags[].
2008-02-24 Michael NiedermayerSet indexmem to a saner default.
2008-02-24 Michael NiedermayerFix issue357
2008-02-24 Michael Niedermayerflv/swf do not have a big endian codec id, they only...
2008-02-23 Benjamin LarssonRiff ids for wmapro and wmavoice, this adds support...
2008-02-23 Nico Sabbitreat stream_type==0x82 as AUDIO_DTS when the program...
2008-02-20 Michael Niedermayerrevert 12156
2008-02-20 Luca AbeniFix computation of the "NTP time" field in RTCP SR...
2008-02-20 Michael NiedermayerGet rid of a fake timestamp discontinuity at the begin...
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-19 Michael NiedermayerFix ;;
2008-02-19 Reimar DöffingerAdd some const, fixes warnings:
2008-02-19 Reimar DöffingerMissing const, fix warnings:
2008-02-19 Reimar DöffingerFix misplaced const, avoids a cast-discards-qualifiers...
2008-02-19 Michael Niedermayerconst
2008-02-15 Michael NiedermayerFix timestamps and durations if the first packets have...
2008-02-15 Michael NiedermayerIt appears last_pts was not set ...
2008-02-15 Michael NiedermayerHeader elision muxing support.
2008-02-15 Michael NiedermayerElision header demuxing support.
2008-02-13 Michael NiedermayerRead match time delta in the frame header.
2008-02-13 Michael NiedermayerRead match_time_delta in the framecode table.
2008-02-13 Michael Niedermayerupdate flags
2008-02-13 Baptiste Coudurierhonor stsd v1 first, fix mace surge-2-8-MAC3.mov, bewar...
2008-02-13 Baptiste Coudurier10l, forgot alaw/mulaw mono, use bits_per_sample in...
2008-02-13 Luca AbeniInclude poll.h instead of sys/poll.h
2008-02-13 Baptiste Coudurierwarn use if edit list is not starting at 0, a/v desync...
2008-02-13 Baptiste Coudurierremove now useless code
2008-02-13 Baptiste Coudurierremove messy and not always correct chunk size workarou...
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-11 Baptiste Coudurierreturn error when dv audio extraction fails
2008-02-11 Baptiste Coudurierremove obsolete comments
2008-02-11 Baptiste Coudurierremove useless braces
2008-02-11 Baptiste Couduriercosmetics, indentation, braces
2008-02-11 Baptiste Couduriersplit chunks in the case of big compressed audio frames,
2008-02-11 Baptiste Coudurieruse correct demux mechanism when audio compression...
2008-02-11 Baptiste Coudurierfcp imx 40 fourccs
2008-02-11 Baptiste Coudurierindentation
2008-02-11 Baptiste Couduriermore correct and simpler
2008-02-11 D Richard Felker IIIDo not use GNU-specific (or BSD-specific or whatever...
2008-02-06 Baptiste Couduriercosmetics, remove whitespaces before and after parenthesis
2008-02-06 Reimar DöffingerAdd support for speex in ogg
2008-02-06 Michael NiedermayerAllow the user to select which codec out of several...
2008-02-05 Baptiste CoudurierFix issue 338:
2008-02-05 Baptiste Coudurierit seems ogg requires granule to be -1 on unfinished...
2008-02-04 Reimar DöffingerString pointers of ogg_codec_t should have const attribute.
2008-02-04 Christophe LorenzAdd dv50 tag to support samples with dv50 fourcc in...
2008-02-04 Reimar DöffingerFix a possible use of an uninitialized pointer.
2008-02-04 Oded Shimonback_ptr calculation used wrong timebase when searching...
2008-02-04 Oded ShimonFix intented algo in syncpoint writing before keyframes...
2008-02-04 Oded Shimonnut->max_distance was not set at all anywhere in the...
2008-02-04 Oded ShimonRemove old workaround in nutdec.c for libnut bug
2008-02-04 Oded Shimonmissing " && j<syncpoint_count" protection in the index...
2008-02-04 Oded Shimonff_nut_reset_ts() expected to get 'ts*time_base_count...
2008-02-04 Michael Niedermayer2 more missing consts found by -Wwrite-strings.
2008-02-04 Michael NiedermayerRemove incorrect cast found by -Wwrite-strings.
2008-02-04 Michael NiedermayerAnother const found by -Wwrite-strings.
2008-02-04 Michael Niedermayerfix 8 "initialization discards qualifiers from pointer...
2008-02-04 Michael NiedermayerFix info packet type, found by oded as well as the...
2008-02-04 Michael Niedermayer-Wwrite-strings nitpicking fix
2008-02-04 Michael NiedermayerMissing const found by -Wwrite-strings.
2008-02-03 Reimar DöffingerRemove ff_mms_set_stream_selection again from asf demuxer,
2008-02-02 Michael NiedermayerRemove incorrect casts that should have never been...
2008-02-02 Reimar DöffingerRemove a pointless cast.
2008-02-02 Reimar DöffingerPut is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids...
2008-02-02 Reimar DöffingerMissing 'const' in cast.
2008-02-02 Diego Biurruncosmetics: sort ogg_codec_t list
2008-02-01 Baptiste Coudurierconst
2008-02-01 Baptiste Coudurierconst
2008-02-01 Baptiste Coudurieradd const
2008-01-31 Reimar DöffingerAdd support for ogg text subtitles.
2008-01-31 Baptiste Coudurierstupid typo
2008-01-31 Baptiste Couduriersupport rawvideo in mov
2008-01-31 Baptiste Couduriertypo, typedef uint8_t GUID[16] in asf.h, and fix warnin...
next