]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace and tabs.
2007-04-26 Diego Biurruncosmetics: sort()
2007-04-26 Alex Beregszasziproperly check for CONFIG_RTSP_DEMUXER
2007-04-26 Alex BeregszasziUse correct RTSP_DEMUXER checks instead of NETWORK.
2007-04-26 Alex Beregszaszimove resolve_host from tcp.c to os_support.c as it...
2007-04-26 Alex Beregszaszicosmetics in resolve_host
2007-04-26 Alex Beregszasziremove unused rtsp_callback
2007-04-26 Diego Biurrunproper dependency on mpegts_demuxer for rtp_muxer
2007-04-26 Diego BiurrunRemove redundant dependency from ffserver_deps.
2007-04-26 Diego BiurrunDon't declare -lm as a dependency of swscale-example.
2007-04-26 Baptiste Coudurierremove no more true comment
2007-04-26 Baptiste Couduriercosmectics, use consistant and homogeneous type names...
2007-04-26 Baptiste Coudurieruse dprintf with AVFormatContext and simplify
2007-04-26 Marc HoffmanRemove large automatics from stack.
2007-04-26 Luca AbeniFix reading PTSs and DTSs in libavformat, by reverting...
2007-04-26 Diego BiurrunPolicy addition: New files should have proper license...
2007-04-26 Baptiste Coudurierremove now obsolete and no more true comments
2007-04-26 Ramiro Pollareorder bswap functions into bit-depth, special-casing...
2007-04-26 Ramiro Pollamake 2 functions "return x;" to simplify next patch
2007-04-26 Diego Biurrun10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE...
2007-04-25 David ConradSupport for seeking in TTA files.
2007-04-25 Alex Beregszasziuse resolve_host in acl handlign too, simplificates...
2007-04-25 Alex Beregszaszimake the last globals static
2007-04-25 Aurelien Jacobscosmetics: align
2007-04-25 Aurelien Jacobsmove ac3 tables from a .h to a .c
2007-04-25 Alex Beregszaszisupport for hostnames instead ip addresses in ffserver...
2007-04-25 Diego Biurruncosmetics: Put AMR entry in alphabetical order with...
2007-04-25 Diego BiurrunRemove hackish support for the non-free fixed-point...
next