summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* aes: Avoid illegal read and don't generate more key than we use.Alex Converse2011-11-10
* mpc7: Fix memset call in mpc7_decode_frame functionAlex Converse2011-11-10
* atrac1: use correct context for av_log()Justin Ruggles2011-11-10
* apedec: consume the whole packet when copying to the decoder buffer.Justin Ruggles2011-11-10
* apedec: do not needlessly copy s->samples to nblocks.Justin Ruggles2011-11-10
* apedec: check output buffer size after calculating actual output sizeJustin Ruggles2011-11-10
* apedec: remove unneeded entropy decoder normalization.Justin Ruggles2011-11-10
* truespeech: use memmove() in truespeech_update_filters()Justin Ruggles2011-11-10
* vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles2011-11-10
* vorbisdec: remove unneeded buf_size==0 checkJustin Ruggles2011-11-10
* vorbisdec: return proper error codes instead of made-up onesJustin Ruggles2011-11-10
* http: Don't add a Range: bytes=0- header for POSTMartin Storsjö2011-11-10
* sunrast: Check for invalid/corrupted bitstreamLaurent Aimar2011-11-10
* http: Change the chunksize AVOption into chunked_postMartin Storsjö2011-11-10
* http: Add encoding/decoding flags to the AVOptionsAnton Khirnov2011-11-10
* avconv: remove some codec-specific hacksAnton Khirnov2011-11-10
* crypto: add decoding flag to options.Anton Khirnov2011-11-10
* tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov2011-11-10
* http: use different classes for http and https.Anton Khirnov2011-11-10
* http: Change an error log message to a warningMartin Storsjö2011-11-10
* http: Remove the now unused ff_http_set_headers custom functionMartin Storsjö2011-11-10
* mms: Set http custom headers via the AVOptionMartin Storsjö2011-11-10
* rtsp: Set http custom headers via the AVOptionMartin Storsjö2011-11-10
* http: Make custom headers settable via an AVOptionMartin Storsjö2011-11-10
* crypto: Don't manually free memory allocated via AVOptionsMartin Storsjö2011-11-10
* avio: Free URLContext private data allocated via AVOptionsMartin Storsjö2011-11-10
* avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks2011-11-09
* avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-09
* ra144enc: add sample_fmts list to ff_ra_144_encoderJustin Ruggles2011-11-09
* smackaud: use uint8_t* for 8-bit output buffer typeJustin Ruggles2011-11-09
* smackaud: clip output samplesJustin Ruggles2011-11-09
* smackaud: use sign_extend() for difference value instead of castingJustin Ruggles2011-11-09
* sipr: use a function pointer to select the decode_frame functionJustin Ruggles2011-11-09
* sipr: set mode based on block_align instead of bit_rateJustin Ruggles2011-11-09
* sipr: do not needlessly set *data_size to 0 when returning an errorJustin Ruggles2011-11-09
* ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles2011-11-09
* udp: Allow specifying the local IP addressMartin Storsjö2011-11-09
* VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)shahriman AMS2011-11-09
* vc1dec: move an if() block.shahriman AMS2011-11-09
* vc1dec: use correct hybrid prediction threshold.shahriman AMS2011-11-09
* vc1dec: Partial rewrite of vc1_pred_mv()shahriman AMS2011-11-09
* vc1dec: take ME precision into account while scaling MV predictors.shahriman AMS2011-11-09
* lavf: don't leak corrupted packetsAndrey Utkin2011-11-09
* tls: Use ERR_get_error() in do_tls_pollMartin Storsjö2011-11-08
* indeo3: Fix a fencepost error.Alex Converse2011-11-08
* mxfdec: Fix comparison of unsigned expression < 0.Alex Converse2011-11-08
* mpegts: set stream id on just created stream, not an unrelated variableAnton Khirnov2011-11-08
* ra288: return error if input buffer is too smallJustin Ruggles2011-11-08
* ra288: utilize DSPContext.vector_fmul()Justin Ruggles2011-11-08
* ra288: use memcpy() to copy decoded samples to outputJustin Ruggles2011-11-08