]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-05-07 Ivo van Poortenadd doxygen comments
2007-05-07 Aurelien Jacobscosmetics: fix inconsistent indentation
2007-05-07 Aurelien Jacobsfix display of theora videos with visible size smaller...
2007-05-07 Ivo van PoortenRenderware TXD demuxer
2007-05-07 Ivo van PoortenRenderware TXD decoder
2007-05-07 Ivo van Poortengeneric S3TC DXT1 and DXT3 decoding functions
2007-05-07 Ivo van Poortenadd AV_[RW][BL]64 support
2007-05-07 Michael Niedermayerimprove mpeg4-es detection by rejecting streams with...
2007-05-07 Vitor SessakRoQ audio encoder
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-06 Reimar DöffingerFix two small typos in comment
2007-05-06 Michael Niedermayerfix possibly exploitable stack overflow with num_sprite...
2007-05-06 Michael Niedermayerbetter wording for the alphabetical lists
2007-05-06 Zuxy Mengcosmetics: Fix indentation after last commit, patch...
2007-05-06 Kostya ShishkovAdd prefix to some variables for consistency
2007-05-06 Kostya ShishkovMove VC-1 data to .c file
2007-05-06 Kostya ShishkovMake vc1_parser.c compilable without special defines
2007-05-06 Kostya ShishkovMove variables to vc1data.h
2007-05-06 Diego BiurrunAdd a note about maintaining alphabetical order to...
2007-05-06 Loren Merrittsimplify
2007-05-06 Diego BiurrunMove dvdsub parser to its own file.
2007-05-06 Diego BiurrunRename dvbsubdec_parser.c to dvbsub_parser.c.
2007-05-06 Loren Merrittsimplify
2007-05-06 Loren Merrittfaster and simpler vp6 bilinear mc
2007-05-06 Diego BiurrunMove dvbsubdec parser to its own file.
2007-05-05 Diego BiurrunRemove superfluous #includes, parser.h now includes...
2007-05-05 Aurelien Jacobsff_frame_rate_tab is now declared in mpegvideo.h
2007-05-05 Aurelien Jacobsavoid a clash between two definitions of SEQ_START_CODE
2007-05-05 Aurelien Jacobsadd a ff_ prefix to the now exported mpeg1_find_frame_e...
2007-05-05 Aurelien Jacobsmove mpegvideo_parser in it's own file
2007-05-05 Aurelien Jacobsavoid a 'discards qualifiers from pointer' warning
2007-05-05 Aurelien Jacobsmove mpegaudio_parser in it's own file
2007-05-05 Aurelien Jacobsmove mpeg4video_parser in it's own file
2007-05-05 Aurelien Jacobsparser.h uses AVCodecContext so it needs to include...
2007-05-05 Aurelien Jacobsset CODEC_CAP_DR1 for vp5 and vp6 decoders
2007-05-05 Diego Biurrunparser.c is compiled unconditionally, there is no need...
2007-05-05 Diego BiurrunFix multiple "‘inline/static’ is not at beginning of...
2007-05-05 Diego BiurrunFix warning:
2007-05-05 Diego Biurrunparser.c is compiled unconditionally, there is no need...
2007-05-04 Michael Niedermayerreduce number of shifts
2007-05-04 Michael Niedermayersimplify
2007-05-04 Diego BiurrunAdd a note about tabs + trailing whitespace to the...
2007-05-04 Diego BiurrunMove H.261 parser to its own file.
2007-05-04 Diego BiurrunGroup benchmark items in the patch submission checklist...
2007-05-04 Kostya Shishkov100l to myself. Do not include stuff unneeded by parser
2007-05-04 Kostya ShishkovTypo
2007-05-04 Kostya ShishkovMove some declarations into header
2007-05-04 Diego BiurrunRename oggvorbis decoder to libvorbis.
2007-05-04 Diego BiurrunMove VC1 parser to its own file.
2007-05-03 Diego BiurrunMove dca parser to its own file.
2007-05-03 Diego BiurrunGive libamr decoders/encoders a lib prefix in the name.
2007-05-03 Diego BiurrunRename dts_decoder to libdts_decoder.
2007-05-02 Diego BiurrunRemove unused variable.
2007-05-02 Diego Biurruncosmetics: Sort entries by CONFIG_ name.
2007-05-02 Justin Rugglescosmetics: indention after last commit
2007-05-02 Justin Rugglesuse downmixing coefficients in dca decoder.
2007-05-02 Justin Rugglesenable multichannel output in dca decoder.
2007-05-02 Kostya Shishkov1000l to myself - DCA decoder should not be registered...
2007-05-02 Nicolas Georgeadd the possibility to choose aac profile
2007-05-02 Daniel Cardenasgive the position offset of the file in the packet
2007-05-02 Benoit Fouetupdate reference file for seek test after delivery...
2007-05-02 Benoit Fouetmodify order in which files are diff'd
2007-05-02 Diego Biurruncosmetics: Group all external library decoders and...
2007-05-02 Benoit Fouetreturn right format in set_codec_from_probe_data
2007-05-02 Mark Coxpatch so that the deprecated items show up correctly
2007-05-02 Heikki Lindholmmake mpeg decoder handle mid-stream changes in resolution
2007-05-02 Denis Fortinadd some comments
2007-05-02 Benoit Fouetcosmetics: indentation after previous patch
2007-05-02 Benoit Fouettest if color conv fonction exists prior to using it
2007-05-01 Alexander StrangeThe configure test for ebx fails because it is run...
2007-04-30 Zuxy Menguse asf stream information to set bitrate
2007-04-30 Wolfram GlogerFix loop condition so it can be run through more than...
2007-04-30 Wolfram Glogermore detailed error message for buffer underflow
2007-04-30 Diego Biurruncosmetics attack, part IV: Remove all tabs and prettypr...
2007-04-29 Meanprevent going out of the buffer if the nal size does...
2007-04-29 Diego Biurruncosmetics attack, part III: Remove all tabs and prettyp...
2007-04-29 Diego Biurruncosmetics: Fix stray wrongly indented line.
2007-04-29 Diego Biurruncosmetics attack, part II: Remove all tabs and prettypr...
2007-04-29 Alex Beregszaszicheck for channels<=0 and print a reasonable error...
2007-04-29 Ivo van Poortenadd V.Flash PTX decoder
2007-04-28 Baptiste Coudurierfix AVStream documentation: clarify start_time, start_t...
2007-04-28 Diego Biurruncosmetics attack, part I: Remove all tabs and prettypri...
2007-04-28 Diego Biurruncosmetics: Replace manual tab indentation by \n\t as...
2007-04-28 Kostya ShishkovRegister myself as DCA maintainer
2007-04-27 Attila Kinaliadd missing include of bswap.h
2007-04-27 Kostya ShishkovSupport for newer MacOSX AIFF
2007-04-27 Baptiste Coudurierfix oss audio playback, broken since r7983, pass AVForm...
2007-04-27 Michael Niedermayerfix exploitable buffer overflow
2007-04-27 Diego BiurrunMark code parts that cannot work on AMD64 due to broken...
2007-04-27 Diego Biurruncosmetics: Align some lines.
2007-04-27 Alex BeregszasziUse correct CONFIG_RTP_MUXER ifdef
2007-04-27 Alex Beregszasziimplement ff_socket_nonblock and use it in networking...
2007-04-27 Alex Beregszasziuse ff_neterrno() and FF_NETERROR() for networking...
2007-04-27 Alex Beregszasziuse network.h instead network includes
2007-04-27 Alex Beregszaszi10l, rtp_muxer needs config_network
2007-04-26 Alex BeregszasziMake protocols configure selectable and also cleanup...
2007-04-26 Alex BeregszasziDon't compile RTSP_DEMUXER if not requested
2007-04-26 Alex Beregszasziproperly compile code for REDIR_DEMUXER
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-04-26 Alex Beregszasziremove CONFIG_NETWORK, av_read_play/pause are exported...
next