platform/upstream/libav.git
2011-11-10 Anton Khirnovhttp: use different classes for http and https.
2011-11-10 Martin Storsjöhttp: Change an error log message to a warning
2011-11-10 Martin Storsjöhttp: Remove the now unused ff_http_set_headers custom...
2011-11-10 Martin Storsjömms: Set http custom headers via the AVOption
2011-11-10 Martin Storsjörtsp: Set http custom headers via the AVOption
2011-11-10 Martin Storsjöhttp: Make custom headers settable via an AVOption
2011-11-10 Martin Storsjöcrypto: Don't manually free memory allocated via AVOptions
2011-11-10 Martin Storsjöavio: Free URLContext private data allocated via AVOptions
2011-11-10 John Brooksavc: fix memory errors when encoding invalid h264 codecdata
2011-11-09 Justin Rugglesavcodec: add support for planar signed 8-bit PCM.
2011-11-09 Justin Rugglesra144enc: add sample_fmts list to ff_ra_144_encoder
2011-11-09 Justin Rugglessmackaud: use uint8_t* for 8-bit output buffer type
2011-11-09 Justin Rugglessmackaud: clip output samples
2011-11-09 Justin Rugglessmackaud: use sign_extend() for difference value instea...
2011-11-09 Justin Rugglessipr: use a function pointer to select the decode_frame...
2011-11-09 Justin Rugglessipr: set mode based on block_align instead of bit_rate
2011-11-09 Justin Rugglessipr: do not needlessly set *data_size to 0 when return...
2011-11-09 Justin Rugglesra288: fix formatting of LOCAL_ALIGNED_16
2011-11-09 Martin Storsjöudp: Allow specifying the local IP address
2011-11-09 shahriman AMSVC1: Add bottom field offset to block_index[] to avoid...
2011-11-09 shahriman AMSvc1dec: move an if() block.
2011-11-09 shahriman AMSvc1dec: use correct hybrid prediction threshold.
2011-11-09 shahriman AMSvc1dec: Partial rewrite of vc1_pred_mv()
2011-11-09 shahriman AMSvc1dec: take ME precision into account while scaling...
2011-11-09 Andrey Utkinlavf: don't leak corrupted packets
2011-11-08 Martin Storsjötls: Use ERR_get_error() in do_tls_poll
2011-11-08 Alex Converseindeo3: Fix a fencepost error.
2011-11-08 Alex Conversemxfdec: Fix comparison of unsigned expression < 0.
2011-11-08 Anton Khirnovmpegts: set stream id on just created stream, not an...
2011-11-08 Justin Rugglesra288: return error if input buffer is too small
2011-11-08 Justin Rugglesra288: utilize DSPContext.vector_fmul()
2011-11-08 Justin Rugglesra288: use memcpy() to copy decoded samples to output
2011-11-08 Justin Rugglesmace: only calculate output buffer size once
2011-11-08 Diego BiurrunRemove redundant filename self-references inside files.
2011-11-08 Diego Biurrunindeo3data: add missing config.h #include for HAVE_BIGE...
2011-11-08 Diego Biurrunx86: drop pointless ARCH_X86 #ifdef from files in x86...
2011-11-08 Justin Rugglesavplay: reset rdft when closing stream.
2011-11-08 Anton Khirnovdoc/git-howto: expand format-patch and send-email notes.
2011-11-08 Anton Khirnovlavf: expand doxy for some AVFormatContext fields.
2011-11-07 Martin Storsjöavformat: Avoid a warning about mixed declarations...
2011-11-07 Kostya ShishkovBMV demuxer and decoder
2011-11-07 Martin Storsjömatroskaenc: Make sure the seekhead struct is freed...
2011-11-07 Alex Conversempeg12enc: Remove write-only variables.
2011-11-07 Alex Conversempeg12enc: Don't set up run-level info for level 0.
2011-11-07 Alex Conversemsmpeg4: Don't set up run-level info for level 0.
2011-11-07 Martin Storsjöavformat: Warn about using network functions without...
2011-11-07 Martin Storsjöavformat: Revise wording
2011-11-07 Martin Storsjördt: Set AVFMT_NOFILE on ff_rdt_demuxer
2011-11-07 Martin Storsjördt: Check the return value of avformat_open
2011-11-07 Martin Storsjörtsp: Discard the dynamic handler, if it has an alloc...
2011-11-07 Justin Rugglesdsputil: use cpuflags in x86 versions of vector_clip_in...
2011-11-07 Justin Rugglesx86inc: use sse versions of common macros instead of...
2011-11-06 Anton Khirnovdoc/APIchanges: add missing dates and hashes
2011-11-06 Anton Khirnovlavf: don't return from void av_update_cur_dts()
2011-11-06 Anton KhirnovChangelog: add more entries.
2011-11-06 Anton KhirnovChangelog: update ffmpeg/avconv incompatibility list.
2011-11-06 Anton Khirnovavconv: remove some redundant temporary variables.
2011-11-06 Anton Khirnovavconv: fix broken indentation
2011-11-06 Anton Khirnovavconv: move copy_initial_nonkeyframes to the options...
2011-11-06 Anton Khirnovavconv: use file:stream instead of file.stream in log...
2011-11-06 Anton Khirnovdoc/avconv: elaborate on basic functionality.
2011-11-06 Anton Khirnovdoc/avconv: -sample_fmts, not -help sample_fmts prints...
2011-11-06 Martin Storsjöopenssl: Only use CRYPTO_set_id_callback on OpenSSL...
2011-11-06 Martin StorsjöCall avformat_network_init/deinit in the programs
2011-11-06 Martin StorsjöRemove leftover includes of strings.h
2011-11-06 Reimar Döffingeravutil: Don't allow using strcasecmp/strncasecmp
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-11-06 Reimar Döffingeravstring: Add locale independent implementations of...
2011-11-06 Luca Barbatoavstring: Add locale independent implementations of...
2011-11-06 Kostya Shishkovcosmetics: insert some spaces in explicit enum value...
2011-11-06 Kostya Shishkovmove 8SVX audio codecs to the audio codec list part...
2011-11-06 Kostya Shishkovdeprecate codec IDs that won't ever be used
2011-11-06 Ronald S. Bultjeswscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.
2011-11-06 Loren MerrittUpdate x86inc.asm to latest x264 version, and add AVX...
2011-11-05 Martin Storsjöhttp: Remove the custom function for disabling chunked...
2011-11-05 Martin Storsjörtsp: Disable chunked http post through AVOptions
2011-11-05 Carl Eugen... movdec: Set frame_size for AMR
2011-11-05 Ronald S. Bultjeh264_weight: remove duplication functions.
2011-11-05 Ronald S. Bultjeswscale: align vertical filtersize by 2 on x86.
2011-11-05 Ronald S. Bultjelibavfilter: reindent.
2011-11-05 Ronald S. Bultjematroskadec: empty blocks are in fact valid.
2011-11-05 Ronald S. Bultjeavfilter: don't abort() on zero-size allocations.
2011-11-05 Ronald S. Bultjeh264: improve calculation of codec delay.
2011-11-05 Carl Eugen... movenc: Set a correct packet size for AMR-NB mode 15...
2011-11-05 Martin Storsjöavformat: Add functions for doing global network initia...
2011-11-05 Martin Storsjöavformat: Add the https protocol
2011-11-05 Martin Storsjöavformat: Add the tls protocol, using OpenSSL or gnutls
2011-11-05 Martin Storsjöavformat: Initialize gnutls in ff_tls_init()
2011-11-05 Martin Storsjöw32threads: Wrap the mutex functions in inline function...
2011-11-05 Martin Storsjöconfigure: Allow linking to the gnutls library
2011-11-05 Martin Storsjöavformat: Add ff_tls_init()/deinit() that initialize...
2011-11-05 Martin Storsjöconfigure: Allow linking to openssl
2011-11-05 Martin Storsjöavcodec: Allow locking and unlocking an avformat specif...
2011-11-05 Martin Storsjöavformat: Split out functions from network.h to a new...
2011-11-04 Justin Rugglesbinkaudio: expand quant_table to accommodate all possib...
2011-11-04 Martin Storsjölibx264: Set the default of the rc_lookahead option...
2011-11-04 Martin Storsjöavcodec: Set flags2 default value depending on availability
2011-11-04 Diego Biurrunconfigure: declare dependency of h264_vaapi_hwaccel...
2011-11-03 Alex Conversevp6: Fix illegal read.
2011-11-03 Alex Converseavfilter: Don't copy garbage from the stack when settin...
next