]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2007-04-25 Baptiste Coudurieradd xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov
2007-04-25 Baptiste Coudurieradd 'wide' reversed tag in probe, detect broken xdcam...
2007-04-25 Stefano Sabatiniadd a vstats_file command line option
2007-04-25 Benoit FouetRevert my two previous deliveries (back to r8806) to...
2007-04-25 Benoit Fouetto complete r8807: free vstats resources
2007-04-25 Stefano Sabatiniadd a vstats_file command line option
2007-04-25 Michael Niedermayerpatch submissions should contain a suggested commit...
2007-04-25 Benoit Fouetadd rgb suffix to rawvideo muxer
2007-04-25 Benoit Fouetupdates the x11grab doc example, adding -s cif, as...
2007-04-25 Ramiro Polla"fast unaligned" bytestream functions
2007-04-24 Marc HoffmanFaster 32 bit byteswaping code for Blackfin.
2007-04-24 Diego Biurruntypo
2007-04-24 Kostya Shishkov1000l to myself as used VLC indexes were totally wrong
2007-04-24 Luca AbeniFix ffserver crash when closing the second RTP session
2007-04-24 Benoit Fouetmore format abbreviations
2007-04-24 Baptiste Couduriercorrect comment about seek function
2007-04-24 Diego Biurruncosmetics: Reorder endianness macros by bit depth,...
2007-04-24 Diego BiurrunMove ebx_available and ebp_available from CONFIG_LIST...
2007-04-24 Diego BiurrunRemove unused code + variable, fixes a warning.
2007-04-23 Diego BiurrunAdd a note about license headers to the patch submissio...
2007-04-22 Michael Niedermayerenable seektest
2007-04-22 Michael Niedermayerseek regression test reference
2007-04-22 Michael Niedermayerdont assert(0) due to buggy rm demuxer
2007-04-22 Michael Niedermayerdont try to seek on single images
2007-04-22 Michael Niedermayerensure that seek_test is rebuild if any of the libs...
2007-04-22 Alex Beregszaszicheck ip port range from config
2007-04-22 Alex Beregszaszisimplificate
2007-04-22 Alex Beregszasziuse av_strdup instead malloc/strcpy
2007-04-22 Alex Beregszaszifixed InputFormat option, which was never working
2007-04-22 Michael Niedermayerfix av_seek_frame_generic() so that it doesnt fail...
2007-04-22 Alex Beregszasziremove useless code, file removal is handled elsewhere
2007-04-22 Michael Niedermayerinit packet before calling the demuxer
2007-04-22 David ConradChange from using a seek table internal to the TTA...
2007-04-22 Baptiste Coudurierfix compilation
2007-04-22 Baptiste Coudurierdone in r8635 by Xiaohui Sun
2007-04-21 Marc HoffmanBlackfin is a strictly aligned processor.
2007-04-21 Michael Niedermayercabac bytestream optimization from x264
2007-04-21 Mark Coxsimplify, patch by Mark Cox, melbournemark plus ffmpeg...
2007-04-21 Baptiste Coudurierlong -> int
2007-04-21 Baptiste Couduriercosmetics: mov_mp4 -> mp4
2007-04-21 Baptiste Coudurierclean and simplify esds reading function
2007-04-21 Baptiste Coudurierremove broken ctab code
2007-04-21 Baptiste Coudurieruse INT64_MAX
2007-04-21 Diego BiurrunRemove unused variable.
2007-04-21 Diego Biurrunspelling/wording/punctuation
2007-04-21 Alex Beregszaszicompile rawvideo decoder on request
2007-04-21 Alex Beregszaszicompile mjpeg parser if requested
2007-04-21 Alex Beregszasziac3 parser requires tables from ac3tab.h, which are...
2007-04-20 Alex Beregszaszicosmetics: remove my email address
2007-04-20 Alex Beregszasziremove possibly broken wince cruft
2007-04-20 Diego Biurruntypo
2007-04-19 Måns Rullgårdadd .type foo, %function directives for the benefit...
2007-04-19 Reimar DöffingerFix parts missed in clip -> av_clip rename
2007-04-19 Luca AbeniFix an use-after-free bug
2007-04-19 Luca AbeniRemove unused callbacks from ffserver
next