summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* alac: check for truncated packetsJustin Ruggles2012-07-271-4/+11
* alac: reverse lpc coeff order, simplify filterJustin Ruggles2012-07-271-13/+12
* lavr: add x86-optimized mixing functionsJustin Ruggles2012-07-273-3/+427
* x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles2012-07-272-5/+16
* tscc2: fix typo in array indexKostya Shishkov2012-07-271-2/+2
* build: use COMPILE template for HOSTOBJSMans Rullgard2012-07-264-8/+3
* build: do full flag handling for all compiler-type toolsMans Rullgard2012-07-262-123/+182
* eval: fix printing of NaN in eval fate test.Ronald S. Bultje2012-07-261-1/+4
* build: Rename aandct component to more descriptive aandcttablesDiego Biurrun2012-07-262-14/+14
* mpegaudio: bury inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-261-0/+5
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-266-53/+12
* rtmp: Check the buffer length of ping packetsSamuel Pitoiset2012-07-261-0/+12
* rtmp: Allow having more unknown data at the end of a chunk size packet withou...Samuel Pitoiset2012-07-261-2/+2
* rtmp: Prevent reading outside of an allocate buffer when receiving server ban...Samuel Pitoiset2012-07-261-0/+7
* libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw2012-07-261-52/+247
* Fix typo in v410 decoder.Carl Eugen Hoyos2012-07-261-2/+2
* vf_yadif: unset cur_buf on the input link.Anton Khirnov2012-07-261-0/+1
* vf_overlay: ensure the overlay frame does not get leaked.Anton Khirnov2012-07-261-0/+1
* vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer2012-07-261-0/+1
* Support urlencoded http authentication credentialsAntti Seppälä2012-07-265-12/+146
* rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset2012-07-251-2/+10
* rtmp: Return proper error code in handle_server_bwSamuel Pitoiset2012-07-251-1/+1
* rtmp: Return proper error code in handle_client_bwSamuel Pitoiset2012-07-251-1/+1
* rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset2012-07-251-2/+2
* lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()Justin Ruggles2012-07-251-0/+5
* vp8: Replace x*155/100 by x*101581>>16.Ronald S. Bultje2012-07-251-6/+7
* vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-251-41/+79
* x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-258-19/+74
* dsputil_mmx: fix incorrect assembly codeYang Wang2012-07-251-9/+9
* rtmp: Factorize the code by adding handle_invokeSamuel Pitoiset2012-07-251-66/+77
* rtmp: Factorize the code by adding handle_chunk_sizeSamuel Pitoiset2012-07-251-15/+30
* rtmp: Factorize the code by adding handle_pingSamuel Pitoiset2012-07-251-4/+16
* rtmp: Factorize the code by adding handle_client_bwSamuel Pitoiset2012-07-251-8/+18
* rtmp: Factorize the code by adding handle_server_bwSamuel Pitoiset2012-07-251-6/+17
* rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset2012-07-252-0/+11
* doc: Update the description of the rtmp_tcurl optionSamuel Pitoiset2012-07-251-1/+1
* rtmp: Make the description of the rtmp_tcurl option more genericSamuel Pitoiset2012-07-251-1/+1
* libfdk-aacenc: add LATM/LOAS encapsulation supportKieran Kunhya2012-07-252-2/+15
* sctp: add port missing error messageJordi Ortiz2012-07-251-1/+5
* tcp: add port missing error messageJordi Ortiz2012-07-251-2/+5
* avfilter: Fix printf format string conversion specifierDiego Biurrun2012-07-251-1/+1
* rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö2012-07-242-0/+4
* rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset2012-07-241-8/+7
* aac: Mention abbreviation as well in long_nameDiego Biurrun2012-07-241-1/+1
* build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabledDiego Biurrun2012-07-241-0/+1
* doc: Add Git configuration sectionDiego Biurrun2012-07-231-0/+26
* configure: Add a dependency on https for rtmptsMartin Storsjö2012-07-241-1/+1
* rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino2012-07-241-3/+11
* v410dec: Implement explode mode supportDerek Buitenhuis2012-07-231-2/+6
* zerocodec: fix direct rendering.Reimar Döffinger2012-07-231-17/+17
OpenPOWER on IntegriCloud