summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* mace: only calculate output buffer size onceJustin Ruggles2011-11-08
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-08
* indeo3data: add missing config.h #include for HAVE_BIGENDIANDiego Biurrun2011-11-08
* x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun2011-11-08
* avplay: reset rdft when closing stream.Justin Ruggles2011-11-08
* doc/git-howto: expand format-patch and send-email notes.Anton Khirnov2011-11-08
* lavf: expand doxy for some AVFormatContext fields.Anton Khirnov2011-11-08
* avformat: Avoid a warning about mixed declarations and codeMartin Storsjö2011-11-08
* BMV demuxer and decoderKostya Shishkov2011-11-08