]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-06-20 Alex Converseaacdec: Fix popping channel layouts.
2012-06-20 Mans Rullgardav_gettime: support Win32 without gettimeofday()
2012-06-20 Mans RullgardUse av_gettime() in various places
2012-06-20 Mans RullgardMove av_gettime() to libavutil
2012-06-20 Mans Rullgarddct-test: use emms_c() from libavutil instead of duplic...
2012-06-20 Ronald S. Bultjemov: fix operator precedence bug
2012-06-20 Janne Grunaumathematics.h: remove a couple of math defines
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-06-20 Mans Rullgardlavf: remove unnecessary inclusions of unistd.h
2012-06-20 Mans Rullgardbfin: libswscale: add const where appropriate to fix...
2012-06-20 Mans Rullgardbfin: libswscale: remove unnecessary #includes
2012-06-19 Martin Storsjöudp: Properly check for invalid sockets
2012-06-19 Martin Storsjötcp: Check the return value from getsockopt
2012-06-19 Martin Storsjönetwork: Use av_strerror for getting error messages
2012-06-19 Martin Storsjöudp: Properly print error from getnameinfo
2012-06-19 Martin Storsjömmst: Use AVUNERROR() to convert error codes to the...
2012-06-19 Martin Storsjönetwork: Pass pointers of the right type to get/setsock...
2012-06-19 Samuel Pitoisetrtmp: Reduce the number of idle posts sent by sleeping...
2012-06-19 Diego Biurrunflvdec: remove incomplete, disabled seeking code
2012-06-19 Ronald S. Bultjemem: add support for _aligned_malloc() as found on...
2012-06-19 Simon A. Eugsterlavc: Extend the documentation for avcodec_init_packet
2012-06-19 Ronald S. Bultjeflvdec: remove incomplete, disabled seeking code
2012-06-19 Ronald S. Bultjehttp: replace atoll() with strtoll()
2012-06-18 Ronald S. Bultjempegts: remove unused/incomplete/broken seeking code
2012-06-18 Justin Rugglesaf_amix: allow float planar sample format as input
2012-06-18 Justin Rugglesaf_amix: use AVFloatDSPContext.vector_fmac_scalar()
2012-06-18 Justin Rugglesfloat_dsp: add x86-optimized functions for vector_fmac_...
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for flt to s32 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for flt to s16 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s32 to flt conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s32 to s16 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s16 to flt conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for s16 to s32 conversion
2012-06-18 Martin Storsjörtpenc: Support packetizing iLBC
2012-06-18 Martin Storsjörtpdec: Add a depacketizer for iLBC
2012-06-18 Martin StorsjöImplement the iLBC storage file format
2012-06-18 Martin Storsjömov: Support muxing/demuxing iLBC
2012-06-18 Martin StorsjöAdd support for iLBC decoding/encoding via the external...
2012-06-18 Samuel Pitoisetrtmp: Don't send every flv packet in a separate HTTP...
2012-06-18 Martin Storsjörtsp: Send mode=record instead of mode=receive
2012-06-18 Ronald S. Bultjedirac: replace compound literal with normal initialiser
2012-06-18 Justin Ruggleslavr: add x86-optimized functions for mixing 1-to-2...
2012-06-18 Justin Ruggleslavr: add x86-optimized functions for mixing 1-to-2...
2012-06-18 John StebbinsAdd Dolby/DPLII downmix support to libavresample
2012-06-18 Mans Rullgardvorbisdec: replace div/mod in loop with a counter
2012-06-18 Mans Rullgardfate: vorbis: add 5.1 surround test
2012-06-18 Martin Storsjörtpenc: Allow requesting H264 RTP packetization mode 0
2012-06-18 Martin Storsjöconfigure: Sort the library listings in the help text...
2012-06-17 Ronald S. Bultjedwt: remove variable-length arrays
2012-06-17 Samuel PitoisetRTMPT protocol support
2012-06-17 Martin Storsjöhttp: Properly handle chunked transfer-encoding for...
2012-06-17 Martin Storsjöhttp: Fail reading if the connection has gone away
2012-06-17 Martin Storsjöamr: Mark an array const
2012-06-17 Martin Storsjöamr: More space cleanup
2012-06-17 Martin Storsjörtpenc: Fix memory leaks in the muxer open function
2012-06-17 Martin Storsjöamr: Cosmetic cleanup
2012-06-17 Martin Storsjömov_chan: Fix operator precedence by adding parentheses
2012-06-17 Diego Biurrundoc: Add missing protocols to list of supported protocols.
2012-06-17 Jordi Ortiztcp: Check the listen call
2012-06-16 Anton Khirnovflacdec: read attached pictures.
2012-06-16 Anton Khirnovlavf: don't segfault when a NULL filename is passed...
2012-06-15 Janne Grunauaf_resample: fix format modifier in debug string for...
2012-06-15 Janne Grunausegment: remove unnecessary <strings.h> include
2012-06-15 Mans Rullgardfate: add snow hpel tests
2012-06-14 Diego BiurrunAvoid C99 variable declarations within for statements.
2012-06-14 Samuel Pitoisetrtmp: Read and handle incoming packets while writing...
2012-06-14 Luca Barbatodoc: document THREAD_TYPE fate variable
2012-06-14 Martin Storsjörtpdec: Don't require frames to start with a Mode A...
2012-06-14 Anton Khirnovavconv: don't try to free threads that were not initial...
2012-06-13 Samuel Pitoisetrtmp: Add a new option 'rtmp_buffer', for setting the...
2012-06-13 Samuel Pitoisetrtmp: Set the client buffer time to 3s instead of 0.26s
2012-06-13 Samuel Pitoisetrtmp: Handle server bandwidth packets
2012-06-13 Samuel Pitoisetrtmp: Display a verbose message when an unknown packet...
2012-06-13 Anton Khirnovlavfi/audio: use av_samples_copy() instead of custom...
2012-06-13 Anton Khirnovconfigure: add all filters hardcoded into avconv to...
2012-06-13 Anton Khirnovavfiltergraph: remove a redundant call to avfilter_get_...
2012-06-13 Anton Khirnovlavfi: allow building without swscale.
2012-06-13 Diego Biurrunbuild: Do not delete tests/vsynth2 directory, which...
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-13 Anton Khirnovlavfi: add avfilter_pad_get_type() and avfilter_pad_get...
2012-06-13 Anton Khirnovlavfi: make avfilter_get_video_buffer() private on...
2012-06-13 Sean McGovernjack: update to new latency range API as the old one...
2012-06-13 Martin Storsjörtmp: Tokenize the AMF connection parameters manually...
2012-06-12 Diego Biurrunppc: Rename H.264 optimization template file for consis...
2012-06-12 Anton Khirnovlavfi: add channelsplit audio filter.
2012-06-12 Justin Rugglesgolomb: check remaining bits during unary decoding...
2012-06-12 Ronald S. Bultjesws: fix planar RGB input conversions for 9/10/16 bpp.
2012-06-12 Alex Converseavfilter: Log an error if avfilter fails to configure...
2012-06-12 Anton Khirnovavconv: support only native pthreads.
2012-06-12 Samuel Pitoisetrtmp: Fix a possible access to invalid memory location...
2012-06-11 Samuel Pitoisetrtmp: Do not send extension for flv files
2012-06-11 Samuel Pitoisetrtmp: support connection parameters
2012-06-11 Samuel Pitoisetdoc: Add documentation for the newly added rtmp_* options
2012-06-10 Michael Niedermayerlibmp3lame: add missing layout terminator
2012-06-10 Anton Khirnovavconv: multithreaded demuxing.
2012-06-10 Anton KhirnovBump lavu minor and add an APIChanges entry for audioco...
2012-06-10 Anton Khirnovaudioconvert: add a function for extracting the channel...
2012-06-10 Anton Khirnovaudioconvert: add a function for getting the name of...
next